• 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 100
Support Thread for libstagefright
Here is the log from the moment I play the file from the video list (the file is one of the test videos that I found here):
http://xbmclogs.com/show.php?id=75521

And here is the video of the messy picture (I was not able to find a way to take a screenshot on the android, also do not have a PrintScreen key):
http://www.youtube.com/watch?v=fOmJT_iuVJg
The "messy" in gkrystev's video is pretty much what I am getting on my OUYA on select remuxed (untouched video) blurays. I posted a page back. Anyone have any ideas? Tried libstagefright off / Mediacoden on, and vice versa.
I have gbox and can't stream video just hear the voice!!! Does this above apply?
none of the links in the first post seem to be working - eager to test and log.. can anyone send me a live link to the current 'preferred' download?
Apple iMac 27" Mid 2010 Model (3.2 GHZ Intel i3 / 12 GB 1333 MHz DDR3 / ATi HD 5670) = running XBMC Frodo RC2
HiMedia Q5 Android TV Box/media streamer = running non-neon XBMC Frodo RC2
ASUS Padfone 2 (64GB with Padstation) = running XBMC Frodo RC2
(2013-10-28, 23:18)pangster Wrote: none of the links in the first post seem to be working - eager to test and log.. can anyone send me a live link to the current 'preferred' download?

Here you can find the latest Gotham builds which are including libstagefright:
http://mirrors.xbmc.org/snapshots/
(2013-10-29, 07:56)gkrystev Wrote:
(2013-10-28, 23:18)pangster Wrote: none of the links in the first post seem to be working - eager to test and log.. can anyone send me a live link to the current 'preferred' download?

Here you can find the latest Gotham builds which are including libstagefright:
http://mirrors.xbmc.org/snapshots/


Is the 14072013 build still available somewhere. I get stuttering after 40-45 mins with Gotham7&8. Didn't seem to happen with the July build but I seem to have lost the apk.
Hi
I have that build but i'm not sure of the forum rules regarding posting a link for you to download. Id someone senior gives the OK I can give you a temp link to download.
I've updated the OP.
Please use the standard android alphas or nightlies.
Koying,
Sorry to be a pain but can you please point me to where I'm able to downland this build as IMO it's the best 1 around to date and no matter what I just can't locate it.

XBMC 13.0-ALPHA1 Git:20130219-32e99c7

iechyd da
It's not available anymore and won't be. If the nightlies/alphas do not work for you, please report the issues so that they can be fixed for Gotham.
Koying,
OK thank you for your reply and will do.
iechyd da
Ignore -- was able to correct my problem with a different release version. Thanks anyway!
Can I run these builds on a pivos m3?
Pivos does not support libstagefright so no the builds on xbmc.org will not provide hardware acceleration, you need to use the builds provided on the Pivos website/forum to get hardware acceleration.
Hello all,

Seasoned xbmc user, just trying to get this working on my Nexus 7 (2012) and Nexus 4.My fundamental problem seems to be an inability to tell the player that libstagefright is available. I have tried the Nov 5th (and a few other) players from the nightly builds as well as 12.2.

My symptoms:

1) No matter what I do, I cannot enable the Video->playback to anything other than auto.
2) Setting debug logs gives this issue at the beginning of the file:
Code:
23:58:18 T:1653902680   DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
23:58:18 T:1653902680   DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
23:58:18 T:1653902680   ERROR: CSetting: missing <control> tag of "videoplayer.useamcodec"
23:58:18 T:1653902680 WARNING: CSettingGroup: unable to read setting "videoplayer.useamcodec"
23:58:18 T:1653902680   ERROR: CSetting: missing <control> tag of "videoplayer.usestagefright"
23:58:18 T:1653902680 WARNING: CSettingGroup: unable to read setting "videoplayer.usestagefright"
23:58:18 T:1653902680   ERROR: CSetting: missing <control> tag of "videoplayer.usemediacodec"
23:58:18 T:1653902680 WARNING: CSettingGroup: unable to read setting "videoplayer.usemediacodec"
3) Playing a 1080p file results in the following:
Code:
23:48:10 T:1828185944  NOTICE: Creating video codec with codec id: 28
23:48:10 T:1828185944   DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no AMCodec:no MediaCodec:yes OpenMax:no libstagefright:yes VDPAU:no VAAPI:no
23:48:10 T:1828185944   DEBUG: CSettingsManager: requested setting (videoplayer.usemediacodec) was not found.
23:48:10 T:1828185944   DEBUG: CSettingsManager: requested setting (videoplayer.usestagefright) was not found.
23:48:10 T:1828185944   DEBUG: FactoryCodec - Video:  - Opening
23:48:10 T:1828185944   DEBUG: SECTION:LoadDLL(libpostproc-52-arm.so)
23:48:10 T:1828185944   DEBUG: Loading: /data/app-lib/org.xbmc.xbmc-1/libpostproc-52-arm.so
23:48:10 T:1828185944   DEBUG: SECTION:LoadDLL(libswresample-0-arm.so)
23:48:10 T:1828185944   DEBUG: Loading: /data/app-lib/org.xbmc.xbmc-1/libswresample-0-arm.so
23:48:10 T:1828185944   DEBUG: SECTION:LoadDLL(libavfilter-3-arm.so)
23:48:10 T:1828185944   DEBUG: Loading: /data/app-lib/org.xbmc.xbmc-1/libavfilter-3-arm.so
23:48:10 T:1828185944  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
23:48:10 T:1828185944   DEBUG: FactoryCodec - Video: ff-h264 - Opened
and way choppy playback.

My android.xml file contains lines as:

Code:
android.xml                                                                   <
<?xml version="1.0" encoding="utf-8" ?>
<settings>
  <section id="appearance">
    <category id="locale">
      <group id="2">
        <visible>false</visible>
      </group>
    </category>
  </section>
  <section id="videos">
    <category id="videoplayer">
      <group id="2">
        <setting id="videoplayer.useamcodec" type="boolean" label="13438" help="36422">
          <requirement>HAVE_AMCODEC</requirement>
          <level>2</level>
          <default>true</default>
          <updates>
            <update type="change" />
          </updates>
        </setting>
      </group>
    </category>
    <category id="videoplayer">
      <group id="2">
        <setting id="videoplayer.usestagefright" type="boolean" label="13436" help="36260">
          <requirement>HAVE_LIBSTAGEFRIGHTDECODER</requirement>
          <level>2</level>
          <default>true</default>
        </setting>
      </group>
    </category>

I know the usual is "please post full logs" so: http://pastebin.com/download.php?i=sWQcscW6

Any ideas?
  • 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 100

Logout Mark Read Team Forum Stats Members Help
Support Thread for libstagefright6