Kodi DSPlayer – DirectShow Player for Windows
I have done some more debugging of the DSPlayer Krypton mod.
The DSPlayer is working only for local/remote media files what have a matching file extensions with these ones defined in "mediasconfig_internal.xml".
LiveTV of pvr addon isn't handled by the DSPlayer because of the function PlayMedia in Application.cpp:
return PlayFile(*(*m_currentStack)[0], "videoplayer", true);
It will use everytime the default VideoPlayer, not the DSPlayer.

Also a big problem is that the DSPlayer is designed to open the media stream by itself.
This does not apply for Kodi >= v17.

Like the DVBViewer PVR addon is opening and handling the stream. Kodi VideoPlayer gets the stream data from the addon - not by a local file...
The problem here is that the DSPlayer doesn't know anything about the stream info and/or file extension and can't initialize the graph for the stream.

So on my opinion the DSPlayer for Krypton needs a lot of rework to be compatible to handle the CDVDInputStream.
The default VideoPlayer is handling all stream data with the CDVDInputStream.

So somebody have enough know-how and time to rework the DSPlayer for Kodi v17 and higher?
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
RE: Kodi DSPlayer – DirectShow Player for Windows - by Portisch - 2017-01-26, 14:55
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47