![]() |
Support Thread for MediaCodec - Printable Version Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164) ---- Thread: Support Thread for MediaCodec (/showthread.php?tid=175626) |
RE: Support Thread for MediaCodec - davilla - 2014-04-19 feedback on beta4 please. RE: Support Thread for MediaCodec - jmcm66 - 2014-04-21 Hi, I found out one file that is playing well with libstagefright but not with MediaCodec, I'm having lots of stuttering, is like if the movie is in slow motion. I'm sending the logs that first use mediacodec and then libstagefright. http://pastebin.com/raw.php?i=qi9tnXUn Thanks RE: Support Thread for MediaCodec - sdfg - 2014-04-21 Tried beta 4 (LG G2 Snapdragon 800) Software and stagefright OK Mediacodec crash on LiveTV (XBMC FC) Mediacodec OK on HD Videos through smb share Thanks, sdf RE: Support Thread for MediaCodec - Martijn - 2014-04-21 (2014-04-21, 11:11)sdfg Wrote: Tried beta 4 (LG G2 Snapdragon 800) where are the crashlogs please?.... RE: Support Thread for MediaCodec - sdfg - 2014-04-21 Sorry, can't post them now. Will do as soon as possible Thank you, sdf RE: Support Thread for MediaCodec - sdfg - 2014-04-21 Here are the logs (did't find a crashlog) http://pastebin.com/TtYMnc24 RE: Support Thread for MediaCodec - Kib - 2014-04-22 To get a usable log to debug a reproducable crash please acquire a logcat (wiki) RE: Support Thread for MediaCodec - sdfg - 2014-04-24 Here it is https://drive.google.com/file/d/0B3F-CMQJfNQ5SDNaaVB6VE5WVnM/edit?usp=sharing RE: Support Thread for MediaCodec - micahg - 2014-04-26 Hi, Beta 4 feedback: mediacodec still only plays big buck bunny -- everything else just plays audio no video (the theme background shows). Logs: http://xbmclogs.com/show.php?id=186171 All the other files play fine with mx player and to varying degrees of success with libstagefreight. RE: Support Thread for MediaCodec - TheCondor - 2014-05-20 My xbmc crash and exit during LiveTV on android: 05-20 10:20:39.807 D/dalvikvm(11080): GC_CONCURRENT freed 384K, 56% free 2999K/6692K, paused 1ms+1ms, total 16ms 05-20 10:20:51.187 V/XBMC (11080): 10:20:51 T:1879678488 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available 05-20 10:20:51.387 D/dalvikvm( 1340): GC_CONCURRENT freed 402K, 21% free 3713K/4696K, paused 2ms+1ms, total 15ms 05-20 10:20:51.487 D/dalvikvm( 1340): GC_CONCURRENT freed 402K, 21% free 3715K/4696K, paused 2ms+1ms, total 14ms 05-20 10:20:51.587 V/XBMC (11080): 10:20:51 T:1879678488 INFO: CDVDPlayerVideo - Stillframe detected, switching to forced 25.000000 fps 05-20 10:20:51.587 V/XBMC (11080): 10:20:51 T:1879678488 DEBUG: CPullupCorrection: pattern lost on diff 200000.000000 05-20 10:20:51.587 V/XBMC (11080): 10:20:51 T:1879678488 ERROR: CDVDMediaCodecInfo::ReleaseOutputBuffer ExceptionOccurred render(1) 05-20 10:20:51.587 W/System.err(11080): java.lang.IllegalStateException 05-20 10:20:51.587 W/System.err(11080): at android.media.MediaCodec.releaseOutputBuffer(Native Method) 05-20 10:20:51.587 W/System.err(11080): at dalvik.system.NativeStart.run(Native Method) 05-20 10:20:51.647 W/System.err(11080): java.lang.IllegalStateException 05-20 10:20:51.647 W/System.err(11080): at android.media.MediaCodec.releaseOutputBuffer(Native Method) 05-20 10:20:51.647 W/System.err(11080): at dalvik.system.NativeStart.run(Native Method) 05-20 10:20:51.697 W/System.err(11080): java.lang.IllegalStateException 05-20 10:20:51.697 W/System.err(11080): at android.media.MediaCodec.releaseOutputBuffer(Native Method) 05-20 10:20:51.697 W/System.err(11080): at dalvik.system.NativeStart.run(Native Method) here the full log of android: http://xbmclogs.com/show.php?id=205874 xbmc.old.log is clean, i'll post a new one soon! RE: Support Thread for MediaCodec - TheCondor - 2014-05-24 Hello, here the xbmc.old.log with the error at the end: http://xbmclogs.com/show.php?id=209224 Timecode always 0:00:00 when using MediaCodec - sp00k001 - 2014-05-28 Hi, I'm running this:
My configuration:
When I play a file that uses Mediacodec, the timecode is always at 0:00:00. This is not a big problem but it would be nice if you can maybe look at this... I love the resuming function in XBMC. I noticed that some Anime are encoded in weird codecs so MediaCodec will revert back to software rendering. In those cases, the timecode works fine. Here is my debug log Actions I took:
When using libstagefright, certain videos run more smoothly, but I also have a problem with that codec in that if I stop a video, the next video would not show fullscreen video. I would need to exit XBMC and restart it to watch the next video. So what I'm saying is that if this timecode problem with Mediacodec can be solved, it would really make XBMC perfect for me on this tablet. RE: Support Thread for MediaCodec - phate89 - 2014-07-09 Hi.. I just install xbmc in my new nexus 2013 lte and I have a bug with mediacodec hardware acceleration. h264 1080p 24 decoding works well but when i try to watch mpeg2/h264 interlaced live tv or a ts interlaced recording xbmc crashes as soon as it start to play (i hear for a second the audio but the video never starts and crashes). Here's the log: http://xbmclogs.com/show.php?id=243445 And here's the logcat: https://dl.dropboxusercontent.com/u/2219086/mediacodec.txt with dalvik: I tried to switch to dalvik and i got the same result: Here's the log: http://xbmclogs.com/show.php?id=244244 And here's the logcat: https://dl.dropboxusercontent.com/u/2219086/mediacodec-dalvik.txt
My configuration:
RE: Support Thread for MediaCodec - Koying - 2014-07-10 Using ART, are you. There will be some fixes for ART in the coming 13.2. RE: Support Thread for MediaCodec - phate89 - 2014-07-11 (2014-07-10, 18:49)Koying Wrote: Using ART, are you. I tried to switch to dalvik and i got the same result: Here's the log: http://xbmclogs.com/show.php?id=244244 And here's the logcat: https://dl.dropboxusercontent.com/u/2219086/mediacodec-dalvik.txt btw when will be out this 13.2 and these fixes are already in helix alphas? |