AnimatedGifEncoder android issue - android

That's what I get when I try to addFrame(). Have anyone faced with that?
08-28 18:04:37.371 511-1685/? E/audio_hw_utils:
audio_extn_utils_send_app_type_cfg: Could not get ctl for mixer cmd - Audio Stream 43 App Type Cfg
08-28 18:04:37.371 511-1685/? E/voice: voice_is_in_call_rec_stream: input stream is NULL
08-28 18:04:37.371 511-1685/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
08-28 18:04:37.393 511-1685/? E/voice: voice_is_in_call_rec_stream: input stream is NULL
08-28 18:04:37.394 511-1685/? E/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE Returned = -19
08-28 18:04:37.394 511-1685/? E/ACDB-LOADER: Error: ACDB audproc returned = -19
08-28 18:04:37.394 511-1685/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
08-28 18:04:37.394 511-1685/? E/ACDB-LOADER: Error: ACDB AFE returned = -19
08-28 18:04:37.395 511-1685/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19

So there wasn't a problem. It was ok to just ignore that. The problem was a high resolution of images. Encoder just needs a huge amount of time to process all of them. To solve that I just decreased the resolution of images. I hope that will help somebody.

Related

FCNT Arrows F-41B device appear Native Crash In libmedia_omx.so

I had an Native Crash In FCNT Arrows F-41B device. When I play Ad,This is follow error Stack
# CodecLooper(12543)
SIGSEGV(SEGV_MAPERR)
#00 pc 000000000001f2b4 /system/lib64/libmedia_omx.so (android::hardware::media::omx::V1_0::utils::LWOmxNode::freeNode()+52) [arm64-v8a::d6ca6ad0aa6b451025aea9b50df3a511]
#01 pc 000000000009cdc8 /system/lib64/libstagefright.so (android::ACodec::LoadedState::onShutdown(bool)+128) [arm64-v8a::3a0f159449aafa5318775893fbfa1be5]
3
java:
4
[Failed to get Java stack]`
Log printing before errors:
`12312-29 23:18:37.554 900 6264 E ACodec : signalError(omxError 0x80001001, internalError -2)
12412-29 23:18:37.554 900 6264 E ACodec : [c2.android.avc.decoder] configureCodec returning error -2
12512-29 23:18:37.554 900 6264 E ACodec : signalError(omxError 0x80001001, internalError -2)
12612-29 23:18:37.554 900 6263 E MediaCodec: Codec reported err 0xfffffffe, actionCode 0, while in state 3/CONFIGURING
12712-29 23:18:37.555 900 6263 D SurfaceUtils: disconnecting from surface 0xb40000709bb72c70, reason disconnectFromSurface
12812-29 23:18:37.555 900 6263 E MediaCodec: Codec reported err 0xfffffffe, actionCode 0, while in state 0/UNINITIALIZED
12912-29 23:18:37.555 900 2389 E MediaCodec: configure failed with err 0xfffffffe, resetting...
130--------- beginning of crash
13112-29 23:18:37.600 6268 6264 F libc : fdsan: attempted to close file descriptor 293, expected to be unowned, actually owned by unique_fd 0x6f2bbf50d4
13212-29 23:18:38.647 6270 6270 E chromium: [1229/231838.646784:ERROR:process_memory_range.cc(75)] read out of range
13412-29 23:18:39.369 900 900 I Choreographer: Skipped 101 frames! The application may be doing too much work on its main thread.
13912-29 23:18:39.389 900 6264 E npth : Native crash was detected!

Android Studio videoView - unexpected end of stream

I'm trying to play video from the URL. Everything seems fine in the first few minutes, but then it crashes and the message "Can't Play Video" occurs. My code:
videoView.setVisibility(View.VISIBLE);
videoView.setVideoPath(url);
videoView.setMediaController(mediaController);
videoView.seekTo(time);
videoView.start();
Logcat:
2020-04-03 22:02:29.572 25409-25409/com.modyf.anime_app W/InputTransport: Slow Input: 152ms so far, channel 'ClientState{7a1b727 uid 10348 pid 25409} (server)' publisher ~ publishKeyEvent: seq=1, deviceId=4, source=0x101, action=0x0, flags=0x8, keyCode=25, scanCode=114, metaState=0x0, repeatCount=0,downTime=101580658000000, eventTime=101580658000000
2020-04-03 22:03:54.751 25409-25421/com.modyf.anime_app W/MediaHTTPConnection: readAt 25214561 / 16799 => java.net.ProtocolException: unexpected end of stream
2020-04-03 22:05:11.419 25409-25421/com.modyf.anime_app W/MediaPlayerNative: info/warning (804, -1004)
2020-04-03 22:05:11.475 25409-25422/com.modyf.anime_app E/MediaPlayerNative: error (1, -1004)
2020-04-03 22:05:11.476 25409-25409/com.modyf.anime_app E/MediaPlayer: Error (1,-1004)
2020-04-03 22:05:11.476 25409-25409/com.modyf.anime_app D/VideoView: Error: 1,-1004
2020-04-03 22:05:11.604 25409-25439/com.modyf.anime_app W/Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:612>: EGL_BAD_ATTRIBUTE
2020-04-03 22:05:11.606 25409-25439/com.modyf.anime_app D/vndksupport: Loading /vendor/lib64/hw/gralloc.msm8937.so from current namespace instead of sphal namespace.

Tango Unity examples crashing when built with Unity 2017.1

I just installed Unity 2017.1.0f3 and tried to compile the examples but all of them crash at start on my Lenovo Phab 2 Pro (Tango version 1.55).
I loaded the project tango-examples-unity\UnityExamples in Unity without modifying it and Unity converts it to the Unity 2017.1.0f3 version. The building seems to run fine but on the phone the resulting app crashes at start.
Everything worked fine for me on Unity 5.6. Maybe the Tango SDK is simply not supported yet by Unity 2017.1 but I could not find any information on that.
Here are the console output on Unity after building the app and the logs of the Tango when I launch the app and it crashes.
Unity console output
Tango Logs :
07-13 18:26:07.867 1261-1409/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } from com.android.launcher3 (pid=4828, uid=10025) requires com.google.android.launcher.permission.RECEIVE_LAUNCH_BROADCASTS due to receiver com.google.android.gms/.icing.proxy.ApplicationLauncherReceiver
07-13 18:26:07.868 1261-1409/? W/BroadcastQueue: Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$GmsExternalReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.android.launcher3 (uid 10025)
07-13 18:26:07.882 544-3682/? E/audio_route: audio_route_apply_and_update_path:name(speaker-protected)
07-13 18:26:07.882 544-3682/? E/audio_route: audio_route_apply_and_update_path:name(vi-feedback)
07-13 18:26:07.882 544-3682/? E/voice: voice_is_in_call_rec_stream: input stream is NULL
07-13 18:26:07.883 544-3682/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
07-13 18:26:07.883 544-3682/? E/audio_route: audio_route_apply_and_update_path:name(spkr-vi-record)
07-13 18:26:07.894 544-3682/? E/voice: voice_is_in_call_rec_stream: input stream is NULL
07-13 18:26:07.894 544-3682/? E/ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE Returned = -19
07-13 18:26:07.894 544-3682/? E/ACDB-LOADER: Error: ACDB audproc returned = -19
07-13 18:26:07.894 544-3682/? E/ACDB-LOADER: Error: ACDB AudProc vol returned = -19
07-13 18:26:07.894 544-3682/? E/ACDB-LOADER: Error: ACDB AFE returned = -19
07-13 18:26:07.895 544-3682/? E/audio_route: audio_route_apply_and_update_path:name(low-latency-playback speaker-protected)
07-13 18:26:07.936 8061-8061/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.projecttango.unityexamples, PID: 8061
java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2017.1.0f3
Device model : LENOVO Lenovo PB2-690M
Device fingerprint: Lenovo/phinny_row/PB2PRO:6.0.1/MMB29M/PB2-690M_S200100_170228:user/release-keys
Caused by: java.lang.NoSuchMethodError: No direct method <init>(Landroid/content/ContextWrapper;)V in class Lcom/unity3d/player/UnityPlayer; or its super classes (declaration of 'com.unity3d.player.UnityPlayer' appears in /data/app/com.projecttango.unityexamples-2/base.apk)
at com.google.unity.GoogleUnityActivity.onCreate(GoogleUnityActivity.java:106)
at android.app.Activity.performCreate(Activity.java:6285)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2370)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2477)
at android.app.ActivityThread.access$900(ActivityThread.java:150)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5418)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
07-13 18:26:07.938 1261-4787/? W/ActivityManager: Force finishing activity com.projecttango.unityexamples/com.google.unity.GoogleUnityActivity
07-13 18:26:08.290 1261-1453/? E/WallpaperManagerService: onEvent:settings_system.xml.bak,changedFile:/data/system/users/0/settings_system.xml.bak
07-13 18:26:08.294 1261-1453/? E/WallpaperManagerService: onEvent:settings_system.xml,changedFile:/data/system/users/0/settings_system.xml
07-13 18:26:08.294 1261-1453/? E/WallpaperManagerService: onEvent:settings_system.xml.bak,changedFile:/data/system/users/0/settings_system.xml.bak
07-13 18:26:08.545 1261-1409/? W/ActivityManager: Activity pause timeout for ActivityRecord{e8388eb u0 com.projecttango.unityexamples/com.google.unity.GoogleUnityActivity t822 f}
After testing it has been confirmed that Unity 2017.1 is currently not supported by the Tango SDK, we only support Unity 5.6 at this time.

Youtube API in android doesn't work

I followed the instruction of this.But can not to make it work. Always got the "There was an error while playing" problem. Here is my steps:
Create the project in google play console
Enable the Youtube Data API for the project
Setup the credentials for the project
Import sample downloaded from google into Android studio
Change the package name to com.mydomain.youtubeapidemo
Change the developer key to the one in google play console
But I always get the "There was an error while playing" problem.
By the way, I'm using the following command to get the SHA1:
keytool -exportcert -alias androiddebugkey -keystore
~/.android/debug.keystore -list -v
What could be the reason? Thanks for any suggestion.
EDIT:
I got the following error message in my console:
04-27 23:25:28.132 4995-5050/? E/WVMExtractor﹕ Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
04-27 23:25:28.961 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Should have subtitle controller already set
04-27 23:25:28.984 4995-5058/? E/OMXNodeInstance﹕ getParameter(100663311) ERROR: 0x8000101a
\04-27 23:25:29.046 4995-5058/? E/SoftFFmpegVideo﹕ unsupported role: video_decoder.mpeg2
04-27 23:25:29.046 4995-5058/? E/OMXNodeInstance﹕ setParameter(16777239) ERROR: 0x80001001
04-27 23:25:29.046 4995-5058/? E/OMXNodeInstance﹕ getParameter(100663311) ERROR: 0x8000101a
04-27 23:25:29.046 4995-5058/? E/OMXNodeInstance﹕ getParameter(100663297) ERROR: 0x8000100e
04-27 23:25:29.046 4995-5058/? E/OMXNodeInstance﹕ OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed
04-27 23:25:29.161 4995-5146/? E/SoftAVC﹕ Decoder failed: -2
04-27 23:25:29.161 4995-5060/? E/ACodec﹕ [OMX.google.h264.decoder] ERROR(0x80001001)
04-27 23:25:29.161 4995-5060/? E/ACodec﹕ signalError(omxError 0x80001001, internalError -2147483648)
04-27 23:25:29.162 4995-5057/? E/MediaCodec﹕ Codec reported err 0x80001001, actionCode 0, while in state 6
04-27 23:25:29.164 4995-5056/? E/NuPlayerDecoder﹕ Failed to dequeue input buffer for OMX.google.h264.decoder (err=-38)
04-27 23:25:29.164 4995-5049/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(0), now shutting down
04-27 23:25:29.164 2798-2871/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:29.164 4995-5056/? E/NuPlayerDecoder﹕ failed to flush OMX.google.h264.decoder (err=-38)
04-27 23:25:29.164 4995-5049/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(2), now shutting down
04-27 23:25:29.164 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Error (1,-38)
04-27 23:25:29.165 2798-2815/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:30.415 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Should have subtitle controller already set
04-27 23:25:30.452 4995-5159/? E/OMXNodeInstance﹕ setParameter(1866465283) ERROR: 0x8000101a
04-27 23:25:30.452 4995-5157/? E/OMXNodeInstance﹕ OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed
04-27 23:25:30.452 4995-5157/? E/ACodec﹕ [OMX.google.h264.decoder] storeMetaDataInBuffers failed w/ err -2147483648
04-27 23:25:31.983 4996-4996/? E/local_camera﹕ We have a problem with the hw connection 2 (No such file or directory)
04-27 23:25:31.984 2798-2871/com.google.android.youtube.player E/MediaPlayer﹕ error (100, 0)
04-27 23:25:31.984 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Error (100,0)
04-27 23:25:31.987 495-554/system_process E/AudioService﹕ Media server died.
04-27 23:25:32.068 5181-5181/? E/MonoPipe﹕ Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
04-27 23:25:32.072 5181-5181/? E/SoundTriggerHwService﹕ couldn't load sound trigger module sound_trigger.primary (No such file or directory)
04-27 23:25:32.488 495-554/system_process E/AudioService﹕ Media server started.
04-27 23:25:33.279 5181-5194/? E/WVMExtractor﹕ Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
04-27 23:25:34.080 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Should have subtitle controller already set
04-27 23:25:34.133 5181-5200/? E/SoftFFmpegVideo﹕ unsupported role: video_decoder.mpeg2
04-27 23:25:34.133 5181-5200/? E/OMXNodeInstance﹕ setParameter(16777239) ERROR: 0x80001001
04-27 23:25:34.231 5181-5281/? E/SoftAVC﹕ Decoder failed: -2
04-27 23:25:34.231 5181-5201/? E/ACodec﹕ [OMX.google.h264.decoder] ERROR(0x80001001)
04-27 23:25:34.231 5181-5201/? E/ACodec﹕ signalError(omxError 0x80001001, internalError -2147483648)
04-27 23:25:34.231 5181-5199/? E/MediaCodec﹕ Codec reported err 0x80001001, actionCode 0, while in state 6
04-27 23:25:34.232 5181-5198/? E/NuPlayerDecoder﹕ Failed to dequeue output buffer for OMX.google.h264.decoder (err=-38)
04-27 23:25:34.233 5181-5193/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(0), now shutting down
04-27 23:25:34.233 5181-5198/? E/NuPlayerDecoder﹕ failed to flush OMX.google.h264.decoder (err=-38)
04-27 23:25:34.233 2798-2814/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:34.233 5181-5193/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(2), now shutting down
04-27 23:25:34.233 2798-2814/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:34.233 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Error (1,-38)
04-27 23:25:35.513 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Should have subtitle controller already set
04-27 23:25:35.520 5181-5292/? E/OMXNodeInstance﹕ OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed
04-27 23:25:35.520 5181-5292/? E/ACodec﹕ [OMX.google.h264.decoder] storeMetaDataInBuffers failed w/ err -2147483648
04-27 23:25:35.521 5181-5294/? E/OMXNodeInstance﹕ setParameter(1866465283) ERROR: 0x8000101a
04-27 23:25:35.525 5181-5295/? E/SoftAVC﹕ Decoder failed: -2
04-27 23:25:35.525 5181-5292/? E/ACodec﹕ [OMX.google.h264.decoder] ERROR(0x80001001)
04-27 23:25:35.525 5181-5292/? E/ACodec﹕ signalError(omxError 0x80001001, internalError -2147483648)
04-27 23:25:35.525 5181-5291/? E/MediaCodec﹕ Codec reported err 0x80001001, actionCode 0, while in state 6
04-27 23:25:35.527 5181-5290/? E/NuPlayerDecoder﹕ Failed to dequeue input buffer for OMX.google.h264.decoder (err=-38)
04-27 23:25:35.527 5181-5285/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(0), now shutting down
04-27 23:25:35.527 2798-2871/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:35.528 5181-5290/? E/NuPlayerDecoder﹕ failed to flush OMX.google.h264.decoder (err=-38)
04-27 23:25:35.528 5181-5285/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(2), now shutting down
04-27 23:25:35.528 2798-2871/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:35.531 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Error (1,-38)
04-27 23:25:36.694 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Should have subtitle controller already set
04-27 23:25:36.709 5181-5306/? E/OMXNodeInstance﹕ setParameter(1866465283) ERROR: 0x8000101a
04-27 23:25:36.710 5181-5307/? E/OMXNodeInstance﹕ OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed
04-27 23:25:36.710 5181-5307/? E/ACodec﹕ [OMX.google.h264.decoder] storeMetaDataInBuffers failed w/ err -2147483648
04-27 23:25:36.722 5181-5310/? E/SoftAVC﹕ Decoder failed: -2
04-27 23:25:36.727 5181-5307/? E/ACodec﹕ [OMX.google.h264.decoder] ERROR(0x80001001)
04-27 23:25:36.727 5181-5307/? E/ACodec﹕ signalError(omxError 0x80001001, internalError -2147483648)
04-27 23:25:36.727 5181-5304/? E/MediaCodec﹕ Codec reported err 0x80001001, actionCode 0, while in state 6
04-27 23:25:36.729 5181-5303/? E/NuPlayerDecoder﹕ Failed to dequeue input buffer for OMX.google.h264.decoder (err=-38)
04-27 23:25:36.730 5181-5299/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(0), now shutting down
04-27 23:25:36.733 2798-2871/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:36.739 5181-5303/? E/NuPlayerDecoder﹕ failed to flush OMX.google.h264.decoder (err=-38)
04-27 23:25:36.740 5181-5299/? E/NuPlayer﹕ received error(0xffffffda) from video decoder, flushing(2), now shutting down
04-27 23:25:36.749 2798-2859/com.google.android.youtube.player E/MediaPlayer﹕ error (1, -38)
04-27 23:25:36.766 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Error (1,-38)
04-27 23:25:38.112 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Should have subtitle controller already set
04-27 23:25:38.125 5181-5320/? E/OMXNodeInstance﹕ OMX_GetExtensionIndex OMX.google.android.index.storeMetaDataInBuffers failed
04-27 23:25:38.125 5181-5320/? E/ACodec﹕ [OMX.google.h264.decoder] storeMetaDataInBuffers failed w/ err -2147483648
04-27 23:25:38.125 5181-5321/? E/OMXNodeInstance﹕ setParameter(1866465283) ERROR: 0x8000101a
04-27 23:25:38.131 5181-5324/? A/libc﹕ Fatal signal 11 (SIGSEGV), code 1, fault addr 0x60 in tid 5324 (peg.aac.decoder)
04-27 23:25:38.238 85-85/? E/DEBUG﹕ AM write failure (32 / Broken pipe)
04-27 23:25:38.294 495-1532/system_process E/SharedPreferencesImpl﹕ Couldn't create directory for SharedPreferences file shared_prefs/log_files.xml
04-27 23:25:38.321 5183-5183/? E/local_camera﹕ We have a problem with the hw connection 2 (No such file or directory)
04-27 23:25:38.321 5182-5182/? E/local_camera﹕ We have a problem with the hw connection 2 (No such file or directory)
04-27 23:25:38.323 495-554/system_process E/AudioService﹕ Media server died.
04-27 23:25:38.323 2798-2814/com.google.android.youtube.player E/MediaPlayer﹕ error (100, 0)
04-27 23:25:38.323 2798-2798/com.google.android.youtube.player E/MediaPlayer﹕ Error (100,0)
04-27 23:25:38.412 5330-5330/? E/MonoPipe﹕ Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
04-27 23:25:38.417 5330-5330/? E/SoundTriggerHwService﹕ couldn't load sound trigger module sound_trigger.primary (No such file or directory)
04-27 23:25:38.824 495-554/system_process E/AudioService﹕ Media server started.
It works after I changed the video id in demo application. What I don't understand is it works if I put the video id from application to browser. Why the video in demo application doesn't work.
when you import the youtube android api demo ...
there you need to add your api key which one you have got from api store.
package com.examples.youtubeapidemo;
/**
* Static container class for holding a reference to your YouTube Developer Key.
*/
public class DeveloperKey {
/**
* Please replace this with a valid API key which is enabled for the
* YouTube Data API v3 service. Go to the
* Google Developers Console
* to register a new developer key.
*/
public static final String DEVELOPER_KEY = "Here you need to add your youtube api key ...dllk3m6SNbpRPHZLCly6Wq1pxM";
}

Media Codec : Insufficient sized buffer

When i play video with resolution 704x576 (using MediaCodec) . I'm seeing this error and app is crashing
Logs:
12-04 04:35:55.507 E/OMX-VDEC-1080P( 9621): Insufficient sized buffer given for playback, expected 2514944, got 2506752
12-04 04:35:55.507 E/OMXNodeInstance( 9621): OMX_UseBuffer failed with error -2147479547 (0x80001005)
12-04 04:35:55.507 E/ACodec (22699): registering GraphicBuffer 0 with OMX IL component failed: -2147483648
12-04 04:35:55.507 E/ACodec (22699): Failed to allocate output port buffers after port reconfiguration (error 0x80000000)
12-04 04:35:55.507 E/MediaCodec(22699): Codec reported an error. (omx error 0x80001001, internalError -2147483648)

Categories

Resources