Kodi v14 DSPlayer- Getting Next PVR Support To Work
#1
Lightbulb 
I hope someone will sticky this but after pulling my hair I finally got everything working on my system and thought I would share. I could not get Kodi to work correctly with the NPVR plugin. Last version that worked was v12 frodo. Here is what I did...

1. download the final from aracnoz's signature here
2. create an xml file called playercorefactory.xml from the following code. you will cut and pasting xml of which i have no idea how it works, i just know it does...Tongue

PHP Code:
<playercorefactory>
  <
players>
    <!-- 
These are compiled-in as re-ordering them would break scripts
    The following aliases may also be used
:
      
audiodefaultplayervideodefaultplayervideodefaultdvdplayer
    
<player name="DVDPlayer" audio="true" video="true" />
    <
player name="DVDPlayer" /> placeholder for MPlayer
    
<player name="PAPlayer" audio="true" />
    -->
  </
players>

  <
rules name="system rules">
    <
rule name="rtv" protocols="rtv" player="DVDPlayer" />
    <
rule name="hdhomerun/myth/mms/udp" protocols="hdhomerun|myth|cmyth|mms|mmsh|udp" player="DVDPlayer" />
    <
rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" />

    <!-- 
dvdplayer can play standard rtsp streams -->
    <
rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)"  player="PAPlayer" />

    <!-- 
Internet streams -->
    <
rule name="streams" internetstream="true">
      <
rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp" player="DVDPlayer" />
      <
rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
    </
rule>

    <!-- 
DVDs -->
    <
rule name="dvd" dvd="true" player="DVDPlayer" />
    <
rule name="dvdimage" dvdimage="true" player="DVDPlayer" />

    <!-- 
Only dvdplayer can handle these normally -->
    <
rule name="sdp/asf" filetypes="sdp|asf" player="DVDPlayer" />

    <!-- 
Pass these to dvdplayer as we do not know if they are audio or video -->
    <
rule name="nsv" filetypes="nsv" player="DVDPlayer" />

    <!-- 
pvr radio channels should be played by dvdplayer because they need buffering -->
    <
rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="DVDPlayer" />

    <!-- 
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

3.install kodi v14
4.take the playercorefactory.xml you made and overwrite the one in the kodi\system folder
5.run codi and make sure you set dsplayer to use system merits.

tada... you should be done. i did this and Kodi is now awesome for me and i hope someone else can benefit. i do know that NPVR will not go through DSPlayer but at least with this method it will play. Enjoy.Big Grin
Reply


Messages In This Thread
Kodi v14 DSPlayer- Getting Next PVR Support To Work - by takiyon - 2014-12-31, 06:33
Logout Mark Read Team Forum Stats Members Help
Kodi v14 DSPlayer- Getting Next PVR Support To Work0