DSPlayer (DirectShow Player for XBMC) Frodo build available
#66
(2013-02-09, 17:28)macardi Wrote: DSPlayer doesnt work with live-tv, right?

Depends. It works with http-streams via "File Source (URL)" {E436EBB6-524F-11CE-9F53-0020AF0BA770} DirectShow source filter. Unfortunately, this is the only DirectShow filter for network streams, so other types of streams are not supported because simply there is no DirectShow filter to handle them.

For http-streams you can use the following rules:
filtersconfig.xml
Code:
<filter name="urlsource" type="source">
  <guid>{E436EBB6-524F-11CE-9F53-0020AF0BA770}</guid>    
  <osdname>URL Source</osdname>
</filter>
mediasconfig.xml
Code:
<rule protocols="http">
  <source filter="urlsource" />
  <splitter filter="avsplitter" />
  <video filter="lavvideodec" />
   <audio filter="lavaudiodec" />
</rule>
Those are only examples, you can use your own audio/video filters.
I have a suspicion that File Source (URL) probably supports mms and rtsp streams too, but it is unconfirmed.
Reply


Messages In This Thread
RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - by Roman_V_M - 2013-02-09, 17:44
HELP!!! - by takiyon - 2014-12-28, 16:12
Logout Mark Read Team Forum Stats Members Help
DSPlayer (DirectShow Player for XBMC) Frodo build available8