Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Playercorefactory.xml for RK3288

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

    Playercorefactory.xml for RK3288

    Can anyone point me to an updated playercorefactory.xml that works with kodi that will use MXlayer for streaming(Genesis/SALTS) but keep built-in player for RTMP(Sportsdevil/VDubt25)? The ones I have found on the web just show External Player active but no MX player and are dated pre-Kodi release. Using Wasser 2.04a on Beelink R89.

    Thanks

    #2
    this is what I am using but it is not launching MX player

    <playercorefactory><players>
    <!-- MXPlayer Definition -->
    <player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
    <filename>com.mxtech.videoplayer.ad</filename>
    <args>"{1}"</args>
    <hidexbmc>true</hidexbmc>
    <playcountminimumtime>120</playcountminimumtime>
    </player>
    </players>
    <rules>
    <!-- Rules for which external player to use -->
    <!-- MX Player Free is default
    change player= value to one of the above names to change this -->
    <rules action="prepend">
    <!-- Samba file shares -- Internal player for now due to MX Player issues -->
    <rule protocols="smb" player="MXPlayerFree" />

    <!-- DVD Images -->
    <rule dvdimage="true" player="MXPlayerFree"/>

    <!-- rtmp Streams (Ice / Navi-x) -->
    <rule protocols="rtmp" player="DVDPlayer"/>

    <!-- rtsp Streams (Type of internet stream) -->
    <rule protocols="rtsp" player="MXPlayerFree" />

    <!-- SopCast -->
    <rule protocols="sop" player="SopCast" />

    <!-- Internet streams -- Disabled for now -->
    <!--<rule internetstream="true" player="MXPlayerFree" />-->

    <!-- Video files -- Default rule (last to ensure above trigger first -->
    <rule video="true" player="MXPlayerFree"/>
    </rules>
    </playercorefactory>

    Comment


      #3
      Interested as well

      Did you find a solution, I could use some assistance as well.

      Thank you

      Originally posted by Aicgod View Post
      this is what I am using but it is not launching MX player

      <playercorefactory><players>
      <!-- MXPlayer Definition -->
      <player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>com.mxtech.videoplayer.ad</filename>
      <args>"{1}"</args>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>
      </players>
      <rules>
      <!-- Rules for which external player to use -->
      <!-- MX Player Free is default
      change player= value to one of the above names to change this -->
      <rules action="prepend">
      <!-- Samba file shares -- Internal player for now due to MX Player issues -->
      <rule protocols="smb" player="MXPlayerFree" />

      <!-- DVD Images -->
      <rule dvdimage="true" player="MXPlayerFree"/>

      <!-- rtmp Streams (Ice / Navi-x) -->
      <rule protocols="rtmp" player="DVDPlayer"/>

      <!-- rtsp Streams (Type of internet stream) -->
      <rule protocols="rtsp" player="MXPlayerFree" />

      <!-- SopCast -->
      <rule protocols="sop" player="SopCast" />

      <!-- Internet streams -- Disabled for now -->
      <!--<rule internetstream="true" player="MXPlayerFree" />-->

      <!-- Video files -- Default rule (last to ensure above trigger first -->
      <rule video="true" player="MXPlayerFree"/>
      </rules>
      </playercorefactory>

      Comment

      Working...
      X