XBMC unstable on your Android box? This might be the hardware acceleration settings, here’s how to fix it

I was recently sent a CR13 Android Set top box for testing. The device ships with the latest RK3288 CPU from Rockchip. This CPU has very good hardware acceleration to play HD movies, and works flawlessly with XBMC, even on the most demanding videos.

However, with XBMC’s default settings, I had stability issues: videos would regularly and randomly crash, returning me to the home screen of the TV box.

After digging a bit in various directions, I found out that the problem in my case came from the MediaCodec hardware acceleration mode.

XBMC comes with two hardware acceleration decoding libraries: libstagefreight, and MediaCodec. MediaCodec has the reputation of being the “right” choice on Android, and libstagefreight is supposed to be more “experimental”. Both are activated by default when you turn hardware acceleration “ON” in XBMC, and I assume XBMC tries to use MediaC odec first, whenever possible. But since that codec was unstable with my box’s CPU, I needed to turn it off.

In order to do so, in XBMC, go to System, Settings,  then Video.

In Video, make sure that the settings level is set to “Expert”. Options to enable/disable Libstagefreight and MediaCodec shoud appear, right below the “display 4:3 video as…” option. Just deactivate “MediaCodec” (keep libstagefreight), restart XBMC, and you’re done.

rk3288 xbmc fix

If that doesn’t work, try the other way around, by keeping libstagefreight and removing MediaCodec.

Enjoy your full speed XBMC 🙂

rk3288_cr13_cloudnetgo_xbmc

 


Posted

in

by

Comments

5 responses to “XBMC unstable on your Android box? This might be the hardware acceleration settings, here’s how to fix it”

  1. android Avatar
    android

    I take pleasure in, cause I found just what I was looking for. You have ended my 4 day lengthy hunt! God Bless you man. Have a nice day. Bye

  2. abc Avatar
    abc

    admin, could you share with us the exact XBMC version number. (XBMC – System – System info – Summary information)

  3. Anna Zou Avatar
    Anna Zou

    it is quite useful. Thank you.

  4. d32 Avatar
    d32

    Thanks, this has helped me with “U Box” TV box.

  5. […] Well, I’m glad to report that XBMC actually works perfectly fine on the CR13, as long as you make the right setting changes: The CR13 I received shipped with a relatively recent build of XBMC, a gotham nightly build from august 2014. This has hardware acceleration enabled. And I can confirm that 1080p ran perfectly fine for me on the CR13, which was definitely never the case on the previous generation’s CR11. However, in order for it to be fully stable, I had to deactivate the “MediaCodec” acceleration. I explain how it is done here. […]