Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

HELP! KODI and 'external player active, click ok when playback has ended' error with MX Player

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

    HELP! KODI and 'external player active, click ok when playback has ended' error with MX Player

    Hi all,

    I have trying to get my CS918 box running KODI to work MX Player and I was getting 'external player active, click ok when playback has ended' error. I have the correct "playercorefactory" file and settings but it would not work.


    Help please as the CS918 box stutters badly with 1080p playback using the built-in player with KODI.

    #2
    Post up your playercorefactory file, sign into Google's Play Store app and update MX Player etc (might as well try Kodi again then). We'll then know whether you've got the right package names etc.

    Comment


      #3
      Originally posted by SilentlyScreaming View Post
      Post up your playercorefactory file, sign into Google's Play Store app and update MX Player etc (might as well try Kodi again then). We'll then know whether you've got the right package names etc.
      Hi, below is my file using the free MXplayer.

      <playercorefactory>
      <players>
      <player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>com.mxtech.videoplayer.ad</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="MXPlayerPro" type="ExternalPlayer" audio="false" video="true">
      <filename>com.mxtech.videoplayer.pro</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="TPlayer" type="ExternalPlayer" audio="false" video="true">
      <filename>com.tiantian.android.player.app</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="DicePlayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>com.inisoft.mediaplayer.trial</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="VLCPlayer" type="ExternalPlayer" audio="false" video="true">
      <filename>com.vlcforandroid.vlcdirectprofree</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="DicePlayerPaid" type="ExternalPlayer" audio="false" video="true">
      <filename>com.inisoft.mediaplayer.a</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="RockPlayerLite" type="ExternalPlayer" audio="false" video="true">
      <filename>com.redirectin.rockplayer.android.unifie d.lite</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="RockPlayer" type="ExternalPlayer" audio="false" video="true">
      <filename>com.rockplayer</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="BSPlayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>com.bsplayer.bspandroid.free</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="MoboplayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>com.clov4r.android.nilz</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="mVideoplayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>afzkl.development.mVideoPlayer</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="Vplayer" type="ExternalPlayer" audio="false" video="true">
      <filename>me.abitno.vplayer.t</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="WondersharePlayer" type="ExternalPlayer" audio="false" video="true">
      <filename>com.wondershare.player</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="ArchosVideo" type="ExternalPlayer" audio="false" video="true">
      <filename>com.archos.mediacenter.video</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="SopCast" type="ExternalPlayer" audio="false" video="true">
      <filename>org.sopcast.android</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>

      <player name="DaroonPlayer" type="ExternalPlayer" audio="false" video="true">
      <filename>com.daroonplayer.dsplayer</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>
      </players>
      <rules action="prepend">
      <!---
      ********** **********
      ********** EDIT THIS SECTION **********
      ********** **********
      -->
      <rule protocols="smb" player="MXPlayerFree" />
      <rule dvdimage="true" player="MXPlayerFree"/>
      <rule protocols="rtmp" player="MXPlayerFree"/>
      <rule protocols="rtsp" player="MXPlayerFree" />
      <rule protocols="sop" player="MXPlayerFree" />
      <rule internetstream="true" player="MXPlayerFree" />
      <rule video="true" player="MXPlayerFree"/> <!-- Default for anything else not listed -->
      </rules>
      </playercorefactory>





      Anyone Help!
      Last edited by Wildwind; 02-07-2015, 12:37.

      Comment

      Working...
      X