DSPlayer (DirectShow Player for XBMC) Frodo build available
(2013-05-29, 18:10)asiuhas Wrote: Well, this playercorefactory.xml doesn't change the default player for streams to DVDplayer. Only thing I've changed from the default DSplayer install is mediasconfig.xml (http://pastebin.com/C0Ncwr84), and of course some settings in the GUI (e.g. disabled "use system filters").

Then I don't know where the problem is. The following playercorefactory.xml works fine for me:
PHP Code:
<playercorefactory>
  <
players>
    <
player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
      <
filename>d:\Programs\MPC-HomeCinema\mpc-hc.exe</filename>
      <
args>"{1}" /fullscreen /play /close</args>
      <
hidexbmc>true</hidexbmc>
      <
hideconsole>true</hideconsole>
      <
warpcursor>none</warpcursor>
      <
playcountminimumtime>1200</playcountminimumtime>
    </
player>
    <
player name="TMT5" type="ExternalPlayer" audio="false" video="true">
      <
filename>d:\Programs\bd.cmd</filename>
      <
args>"{1}"</args>
      <
hidexbmc>true</hidexbmc>
      <
hideconsole>true</hideconsole>
      <
warpcursor>none</warpcursor>
      <
playcountminimumtime>1200</playcountminimumtime>
    </
player>
  </
players>
  <
rules action="prepend">    
    <
rule filetypes="ifo" player="dvdplayer" />
    <
rule filetypes="bdmv|iso" player="dsplayer" />    
    <!-- 
DSPlayer rulesset network streams to DVDPlayer -->
    <
rule name="other" protocols="daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer" />
  </
rules>
</
playercorefactory

BTW, DSplayer does support http-streams via "File Source (URL)" or the latest AVsplitter filters. But it's the only type of networks streams it supports. As I said many times, unfortunately we don't have a DirectShow Source/Splitter filter which could support various types of network streams.
Reply


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