DSPlayer (DirectShow Player for XBMC) Frodo build available
Hi everyone!

First of all thanks in advance for this beautiful community!! Blush

I've succesfully configured DSPlayer and I'm using ffdshow for movies with good results.
I've some playlist (configured in LIVE TV) in RTMP. Can I use Directshow filters with this kind of stream?

On first page I read this:

Known issues/limitations:
- DSplayer has limited network stream support (including streams from PVR TV-backends). This is not exactly its issue, but rather a DirectShow limitation - there is no universal DS source filter which can support various network media streaming formats. As a workaround, you can add the following strings into the <rules> section of your playercorefactory.xml file:
PHP Code:
<!-- DSPlayer rules: set network streams to DVDPlayer -->
<rule name="streams" protocols="daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer" />
to play network streams with XBMC's default DVDplayer.

So I tried to create a playercorefactory.xml like this:

<playercorefactory>
<rule name="streams" protocols="rtmp" player="DSPlayer" />
</rules>
</playercorefactory>

But nothing changed (still use DVDPlayer) and if I force DSPlayer (with the menu "play with...") the stream doesn't start.

Maybe I'm wrong with .xml file or this is not possible with DSPlayer?

Many thanks in advance! Sorry for my bad English Confused
Reply


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