Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

a monkey trying to operate xbmc

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

    a monkey trying to operate xbmc

    I have in my x7 finless rom and so far I was not able to run correctly xbmc, 720 video playback is impossible because it is very choppy.
    I tried one I downloaded directly from the website of xbmc, two versions of justxbmc, in the case of the justxbmcv2 does not even open the program.
    Chances are that I'm doing something wrong, but I can not realize what it is.


    Any idea or any version that is proof of apes like me?

    Thanks a lot!

    #2
    Originally posted by enredar View Post
    I have in my x7 finless rom and so far I was not able to run correctly xbmc, 720 video playback is impossible because it is very choppy.
    I tried one I downloaded directly from the website of xbmc, two versions of justxbmc, in the case of the justxbmcv2 does not even open the program.
    Chances are that I'm doing something wrong, but I can not realize what it is.


    Any idea or any version that is proof of apes like me?

    Thanks a lot!
    I am on the stock ROM and yes, XBMC as downloaded from the XBMC website played everything really choppy, including online streams and 480P video.

    You should use the XBMC XAF Custom build. Here is the download link and instructions. The difference is that it uses MX Player in the backend for video output instead of whatever the stock XBMC uses. With MX Player, I'm not seeing any choppiness on 720P or 1080P.

    I can't seem to post the link here, but search for "XBMC XAF Custom Build" and you should see a thread on the XDA Developers forum that walks you through how to install it. I downloaded the files and did the install right on my Minix without problems.

    Comment


      #3
      aniym thanks for the reply.


      I did not try xaf version but whit a version that i can't remember where I found and a xml file finally i can use a external player in xbmc.
      The xml file is this
      Code:
      <playercorefactory>
          <players>
              <!-- MXPLAYER -->
              <player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
                  <!-- Android -->
                  <filename>com.mxtech.videoplayer.ad</filename>
                  <hidexbmc>true</hidexbmc>
                  <playcountminimumtime>120</playcountminimumtime>
              </player>
          </players>
      
      
          <rules action="prepend">
      
      
          <!-- Archivos Biblioteca de 720p y 1080p -->
              <rule videoresolution="720|1080" player="MXPlayerFree"/>
              
          <!-- Archivos SAMBA -->
              <rule protocols="smb" player="DVDPLAYER"/>
      
      
          <!-- Streams HTTP y Contenido Online -->
              <rule protocols="http" player="DVDPLAYER"/>
              
          <!-- Streams RTMP, RTSP -->
              <rule protocols="rtmp" player="DVDPLAYER"/>
              <rule protocols="rtsp" player="DVDPLAYER"/>
                  
          <!-- DVD -->
              <rule dvdimage="true" player="DVDPLAYER"/>
                  
          </rules>

      the name of de file is "playerfactory.xml" and is alocated in /Android/data/org.xbmc.xbmc/files/.xbmc/userdata


      In my case the file didn't exist so I put in the folder et voila!


      Sorry for my really bad english

      Comment


        #4
        a few more test and the result is this:


        Some videos give me problems, for example one of them with
        the file is 720, h264, 5.1 two audio track (original language and spanish language)
        vlc: imposible to watch or listen
        bsplayer free: frame skipping but good audio
        xbmc internal player: video very choppy but good audio
        mxplayer good video but only one of the audio tracks, the other said codec is not supported ...... etc.


        this could be a config thing or is for the h264 codec, because same file with xvid codec works great?


        some help?

        Comment

        Working...
        X