Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

External Media Players in XBMC

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

    External Media Players in XBMC

    Hi all, I have a MTK version of the 968.

    I can't really find any player that plays 1080p smoothly except for Ehomemedia server. The software app
    that came on the Super Rom by tech1.

    I want to be able to use this player on my gotham version of XBMC. I found the following on the xbmc website but there is not example for ehome server. Would anyone have an idea of what needs to be added to include ehomemedia in the player list?

    From what I understand, you have to modify the playerfile in the userdata directory.

    Here is what I found. I hope someone can expand on this and is able to post an answer. Thank you.

    <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="CHOOSE PLAYER NAME HERE" />
    <rule dvdimage="true" player="CHOOSE PLAYER NAME HERE"/>
    <rule protocols="rtmp" player="CHOOSE PLAYER NAME HERE"/>
    <rule protocols="rtsp" player="CHOOSE PLAYER NAME HERE" />
    <rule protocols="sop" player="CHOOSE PLAYER NAME HERE" />
    <rule internetstream="true" player="CHOOSE PLAYER NAME HERE" />
    <rule video="true" player="CHOOSE PLAYER NAME HERE"/> <!-- Default for anything else not listed -->
    </rules>
    </playercorefactory>



    #2
    Code:
    <players><player name="eHome" type="ExternalPlayer" audio="false" video="true">
    <filename>eHomeMediaCenter-com.rockchip.mediacenter</filename>
    <hidexbmc>true</hidexbmc>
    <playcountminimumtime>120</playcountminimumtime>
    </player>
    Perhaps..

    Comment


      #3
      Originally posted by mitchell4you View Post
      Code:
      <players><player name="eHome" type="ExternalPlayer" audio="false" video="true">
      <filename>eHomeMediaCenter-com.rockchip.mediacenter</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>
      Perhaps..
      I had tried changing the playercorefactory with ehomemediacenter before but no luck. I will try your code and see if it works later today. Thanks.

      Here is what mine looks like now.

      <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="eHome" type="ExternalPlayer" audio="false" video="true">
      <filename>eHomeMediaCenter-com.rockchip.mediacenter</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="BSPlayerFree" type="ExternalPlayer" audio="false" video="true">
      <filename>com.bsplayer.bspandroid.free</filename>
      <hidexbmc>true</hidexbmc>
      <playcountminimumtime>120</playcountminimumtime>
      </player>





      </players>
      <rules action="prepend">
      <!---
      ********** **********
      ********** EDIT THIS SECTION **********
      ********** **********
      -->
      <rule protocols="smb" player="eHome" />
      <rule dvdimage="true" player="eHome"/>
      <rule protocols="rtmp" player="eHome"/>
      <rule protocols="rtsp" player="eHome" />
      <rule protocols="sop" player="eHome" />
      <rule internetstream="true" player="eHome" />
      <rule video="true" player="eHome"/> <!-- Default for anything else not listed -->
      </rules>
      </playercorefactory>
      MK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68

      Comment


        #4
        I think that there is no need of playercorefactory.xml to be able to play XBMC movies on ehomeMediaSever. Try this. Start a movie playing in XBMC (gotham version 13.0) then hit "y" on your keyboard-remote.



        then choose eHomeCenter.

        Comment


          #5
          Originally posted by kandilak View Post
          I think that there is no need of playercorefactory.xml to be able to play XBMC movies on ehomeMediaSever. Try this. Start a movie playing in XBMC (gotham version 13.0) then hit "y" on your keyboard-remote.



          then choose eHomeCenter.
          Wow, I never knew that. And yes it does work. Buttt the only problem I now have, is that ehomemedia player doesn't play very well. Hitting the "y" worked great for selecting ehomemedia player. How does ehomemedia player work for other people? When I stream live tv, I use ehomemedia player, because it plays awesome and has Dolby passthrough. I like it better that MXplayer. Maybe someone can tell me what I am doing wrong. thanks
          MK818B, T428, ATV 1220, CS918S, TV01, S89H, R89, ADT-1, MK808B Plus, MINIX X8-H Plus, Tronsmart Orion R68

          Comment


            #6
            Thank You works great

            Nice little trick. I didn't know you can do that! Thank You for sharing!

            Originally posted by kandilak View Post
            I think that there is no need of playercorefactory.xml to be able to play XBMC movies on ehomeMediaSever. Try this. Start a movie playing in XBMC (gotham version 13.0) then hit "y" on your keyboard-remote.



            then choose eHomeCenter.

            Comment


              #7
              You can check out my guide https://www.youtube.com/watch?v=0XrH...YEl2sXura8yIowWith this you can watch everything using external players from movies and series to live sports streams. You can even watch sopcast streams too. Subtitles are downloaded automatically too for movies and series

              Comment


                #8
                Originally posted by convict View Post
                You can check out my guide https://www.youtube.com/watch?v=0XrH...YEl2sXura8yIowWith this you can watch everything using external players from movies and series to live sports streams. You can even watch sopcast streams too. Subtitles are downloaded automatically too for movies and series
                First of all, thanks a ton and a truck load for your set up {Apps} and playercorefactory.xml file works real well with the Beyond XBMC v3.4, using the MXPlayer as the default movie player giving you AC3 DTS via a 4.4 KitKat ROM Build is truly sweet ...

                Comment


                  #9
                  Originally posted by Tech1 View Post
                  First of all, thanks a ton and a truck load for your set up {Apps} and playercorefactory.xml file works real well with the Beyond XBMC v3.4, using the MXPlayer as the default movie player giving you AC3 DTS via a 4.4 KitKat ROM Build is truly sweet ...
                  You' re welcome Tech1. Thanks too for your great roms and support here in Freaktab. You rock

                  Comment

                  Working...
                  X