DSPlayer (DirectShow Player for XBMC) Frodo build available
hi,
here are the lines which have to add to mediasconfig to get rtsp and http streaming (internet + pvr) to work:

<rule protocols="rtsp">
<splitter filter="lavf_splitter" />
<video filter="lavvideodec" />
<audio filter="lavaudiodec" />
</rule>
<rule protocols="http">
<splitter filter="lavf_splitter" />
<video filter="lavvideodec" />
<audio filter="lavaudiodec" />
</rule>
<!-- New rule for preferred streaming source filter -->
<rule url="true" filetypes=".*">
<source filter="lavfsplitter" />
</rule>


@slurm: i tested the dsplayer 12.2 build (link from first page). i noticed channel changing is much faster with that build (compared to 12.3/13). with mediaportal backend i have 1 - 2 seconds switching time (and lav source/splitter). is that the "optimized" build from margo with the switching time improvements? if yes these changes seem to effect also the dsplayer builds. but jumping back/forward also doesnt work. i dont know if that is a problem of dsplayer (false assigned commands) or a limitation of used source/splitter. but for normal http/rtsp internet streams jump back/forward (timeshift) works good. if i pess "jump 30 seconds back" the streeam jumps to the complet beginning, so there seems to be a kind of timshift but the seeking time (30 seconds) isnt right.
Reply


Messages In This Thread
RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - by Ed76 - 2014-03-26, 19:25
HELP!!! - by takiyon - 2014-12-28, 16:12
Logout Mark Read Team Forum Stats Members Help
DSPlayer (DirectShow Player for XBMC) Frodo build available8