02-28-2018 05:27 PM
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf57.66.105
Duration: 00:00:05.03, start: 0.032993, bitrate: 14083 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661),yuv420p(tv, bt709), 3840x2160 [SAR 1:1 DAR 16:9], 13949 kb/s, 30 fps, 30 tbr, 90k tbn, 60 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 126 kb/s (default)
Metadata:
handler_name : SoundHandler
03-01-2018 10:55 AM
I OMX : width (3840),height (2160),fps (30)
E OMX : setParam sum(16588800) > max resolution(8847360)
I OMX : getparameter OMX_IndexParamVideoController remained resource:552960, sum = 8294400
E ACodec : configureCodec multi window instance fail appPid : 21866
D VideoPlayerAnalytics: Event : {"name":"oculus_video_sdk_playback_event","module":"com.oculus.vrshell","extras":{"event_type":"on_extract_audio","time_from_launch_ms":88183,"ovr_user_id":"611503492359723","battery_info":"Good,Discharging,37,314","board":"APQ8084","gatekeepers":"oculus_hmp_recording=off,oculus_force_every_frame_logging=off,oculus_video_allow_screen_capture=off,oculus_video_liger_exoplayer2=on,oculus_video_movies_use_experimental_player=on,oculus_video_use_ambisonic_renderer=on,oculus_video_direct_experiment=on,oculus_video_enable_rect_spatialization=off,","session_ID":"3b3d7c77-5c23-4138-a1c7-723d7641e4af","url":"LOCAL","file_extension":"mp4","streaming_type":"mp4","video_id":"0","provider":"local","channel":"com.oculus.cinema","did_extract_video":true,"did_extract_audio":true,"did_start_playback":true,"width":3840,"height":2160,"duration_ms":5033,"fps":0.0,"is_3D":true,"video_mime_type":"video/avc","video_renderer_name":"com.oculus.vrshell.video.VideoDirect","audio_mime_type":"audio/mp4a-latm","audio_renderer_name":"com.oculus.vrshell.video.VideoDirect","audio_track_count":2,"audio_channel_layout":"stereo","load_duration_ms":33},"time":1519865160761}
E OMX_C2D : Destroy C2D instance
E OMX_C2D : Destroy C2D instance
I ExtendedACodec: Reallocated OMX.SEC.avc.sw.dec in place of OMX.qcom.video.decoder.avc
E OMXNodeInstance: getExtensionIndex(13e:SEC.avc.sw.dec, OMX.google.android.index.storeMetaDataInBuffers) ERROR: BadParameter(0x80001005)
E ACodec : [OMX.SEC.avc.sw.dec] storeMetaDataInBuffers failed w/ err -2147483648
I ExtendedACodec: setupVideoDecoder()
I ACodec : >>> getPortFormat 16, OMX.SEC.aac.dec
I OMX : getparameter OMX_IndexParamVideoController remained resource:552960, sum = 8294400
I ACodec : [OMX.SEC.aac.dec] Now Loaded->Idle
W ACodec : cannot describe color format 0x13 = 19 with stride=0 and sliceHeight=0
E ACodec : Wrong cropped rect (0, 0) - (3840, 2160) vs. frame (0, 0)
E ExtendedACodec: [OMX.SEC.avc.sw.dec] configureCodec returning error -22
E ACodec : signalError(omxError 0x80001001, internalError -22)
E ACodec : [OMX.SEC.avc.sw.dec] configureCodec returning error -22
E ACodec : signalError(omxError 0x80001001, internalError -22)
E MediaCodec: Codec reported err 0xffffffea, actionCode 0, while in state 3
E MediaCodec: Codec reported err 0xffffffea, actionCode 0, while in state 0
E MediaCodec: configure failed with err 0xffffffea, resetting...
I ACodec : [OMX.SEC.avc.sw.dec] Now uninitialized
I ACodec : [] Now kWhatShutdownCompleted event : 6949
I MediaCodec: Codec shutdown complete
I ACodec : [] Now uninitialized
I OMXClient: Using client-side OMX mux.
I ACodec : [OMX.qcom.video.decoder.avc] Now Loaded
I VideoDirect2: Audio codec initialization: 0.108926 s
I SEC_BASE_COMP: SEC_OMX_ComponentStateSet: Cur(1) -> Dest(2)
E NdkMediaCodec: sf error code: -22
I VideoDirect2: VideoStatus = -10000
E NdkMediaCodec: sf error code: -38
[...]
I VideoPlayerCore: Command: playbackFailed 0x0 VideoDirect Error
I VideoSession: - PlaybackFailed
I VideoSession: - State Changed: ready --> failed
I VideoSession: - State Changed: failed --> initializing
I've searched for some of the messages above, problem seems to be related to multiple instances of ExoPlayer. I wonder if there are multiple instances being created, or if the first video playback isn't finished correctly, causing problems on the next video. References:03-02-2018 03:18 AM
03-03-2018 09:10 AM
03-05-2018 06:30 AM
03-05-2018 05:56 PM
For 3D panoramic videos, we recommend the following specifications:
Resolution:
Bit rate: 20 Mb/s
03-05-2018 05:56 PM
03-06-2018 12:11 PM
03-06-2018 02:01 PM
09-12-2018 04:19 PM
ffmpeg -i broken_video.mp4 -acodec mp3 -vcodec copy fixed_video.mp4