DSPlayer (DirectShow Player for XBMC) Frodo build available
(2014-03-14, 03:03)uncertainty Wrote: I've been using the Dsplayer build for Eden and Frodo for a couple years now and have been very happy with the ability to use ffdshow and filters for viewing media. I do have one issue I've been trying to resolve for awhile now that I thought I would ask for some input. Currently I have a very simply playercorefactory.xml that just uses dsplayer for Avi/Mkv/Mp4 files and everything else defaults to dvdplayer.

<playercorefactory>
<rules action="prepend">
<rule filetypes="mkv|avi|mp4" player="dsplayer"/>
</rules>
</playercorefactory>

I've noticed that some programs like ESPN3 seem to stream mp4 files as when I try to watch a sporting event it will not work unless I use the option to watch with dvdplayer. I confirmed this was the issue by removing the mp4 from my playercorefactory.xml which worked but of course I then end up with dvdplayer as the default for mp4 files I have. I'm looking for a solution that would use dvdplayer for mp4 files that are streamed and use dsplayer for mp4 files stored locally. I know I there are rules for defaulting streaming to dvdplayer but in my case it already is the default.

thanks for any help..

Try add this line

<rule name="other" protocols="daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer" />

Since it was stream most case xbmc would look for protocol not file type.
Reply


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