Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

XBMC/Kodi Front end Rkplayer backend

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    XBMC/Kodi Front end Rkplayer backend

    Has anyone been able to get XBMC/Kodi to use an external player?
    Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

    #2
    sure, you need to add this to playercorefactory.xml in xbmc.apk

    Code:
      <players>    
        <player name="DVDPlayer" audio="true" video="true" />
        <player name="PAPlayer" audio="true" />
        <player name="MXPlayer" type="ExternalPlayer" audio="false" video="true">
          <filename>com.mxtech.videoplayer.ad</filename>
          <hidexbmc>true</hidexbmc>
          <playcountminimumtime>120</playcountminimumtime>
        </player>
      </players>
    This will ad mx player, not sure if it will work for rockchip player.
    Try changing package name and let me know if it worked for you.
    Everything is possible if we work together!
    ApkFreak

    Comment


      #3
      Originally posted by lewy20041 View Post
      sure, you need to add this to playercorefactory.xml in xbmc.apk

      Code:
        <players>    
          <player name="DVDPlayer" audio="true" video="true" />
          <player name="PAPlayer" audio="true" />
          <player name="MXPlayer" type="ExternalPlayer" audio="false" video="true">
            <filename>com.mxtech.videoplayer.ad</filename>
            <hidexbmc>true</hidexbmc>
            <playcountminimumtime>120</playcountminimumtime>
          </player>
        </players>
      This will ad mx player, not sure if it will work for rockchip player.
      Try changing package name and let me know if it worked for you.
      That is where i went wrong....i placed it where it told me in the wiki....Will try on SPMC first and let you know the results....if successful will post the apk for download.
      Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

      Comment


        #4
        i can get it to play local files just not accross the network....i cant get cifs to work either...ugh
        Prahjister ****MK808(nonB)****MK808B V5****MK808B Plus****UBOX R89**** CX919****MK808B Pro****Nexbox N9****Eny Em95****Matricon Q2****Tanix TX5 Pro****

        Comment

        Working...
        X