Posts: 5
Joined: Jan 2013
Reputation:
0
2013-01-19, 01:50
(This post was last modified: 2013-01-19, 04:17 by FrickenBubba.)
Hello Ned,
I installed that new .apk on my nexus 7 and tested it. I then just had to turn on my pc again (I am more comfortable typing there) to express my happiness: while the other builds did not really work on my nexus, this new one is a huge, huge step forward. My test (explained a few lines from here) was nearly an overall success. All that´s left is, hard to explain, some frame (I guess, it´s exactly one frame) that is kind of "blipping" in in a very periodical timely manner. Every few seconds it seems like "the 10th-last frame" is put inbetween the current ones. Depending on the movement of the scene it is sometimes hard to notice, but the more the scene is moving, the more obvious it gets. boy: this is hard to describe.
I tested with my personal "2012"-bluray-rip I made for my video library from my bluray version of the movie. It has 12gb (DTS) in size - I can´t tell the medium bitrate involved. But I can tell that this movie did not run with the previous versions; all I got from them was a very choppy playback leading to stuttering sound. totally not watchable. Now it´s like 99.987% working! And: Oh, does HD look great on that nexus thingie!
Testing with that new .apk from the 18th my very first impression was: "Oh my god, he got it!" - but than I got aware of this "one frame blipping any few seconds"-thing.
I think you are damn well on your way. I wish you the best of luck and lot´s of coffee to reach your goal: you are the man!
Best regards from germany,
Martin
Posts: 31,445
Joined: Jan 2011
(2013-01-19, 01:50)FrickenBubba Wrote: Hello Ned
I'm just a messenger, not one of the developers ;)
XBMC devs such as Koying are the ones to thank.
Posts: 15
Joined: Jan 2013
Reputation:
0
arcee
Junior Member
Posts: 15
@koying: I suggest reducing the number of FBO textures. 8 is too high for some hardware, setting them to 4 greatly helps stability on Exynos.
Posts: 8
Joined: Jan 2013
Reputation:
0
Ok , heres the error pulled from logcat:
First version posted , playback crashed at the end of the video:
F/OMXCodec(11388): frameworks/av/media/libstagefright/OMXCodec.cpp:3039 CHECK(info->mStatus == OWNED_BY_US || info->mStatus == OWNED_BY_NATIVE_WINDOW) failed.
F/libc (11388): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 11400 (Binder_2)
E/OMXNodeInstance( 129): !!! Observer died. Quickly, do something, ... anything...
E/InputDispatcher( 453): channel '427f78b0 org.xbmc.xbmc/android.app.NativeActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
And the second version which crashed at the start of playback:
E/SurfaceTexture(23730): [unnamed-23730-0] updateTexImage: error binding external texture image 0x3f64bc6c (slot 1): 0x502
E/AndroidRuntime(23730): FATAL EXCEPTION: Thread-551
E/AndroidRuntime(23730): java.lang.RuntimeException: Error during updateTexImage (see logcat for details)
E/AndroidRuntime(23730): at android.graphics.SurfaceTexture.nativeUpdateTexImage(Native Method)
E/AndroidRuntime(23730): at android.graphics.SurfaceTexture.updateTexImage(SurfaceTexture.java:162)
E/AndroidRuntime(23730): at dalvik.system.NativeStart.run(Native Method)
Pulled with *:E , dont know if its enough.