Android A/ACodec: frameworks/av/media/libstagefright/ACodec.cpp:4019 CHECK_LE

ningyueanren 2017-05-11 11:08:44
在开发android过程中要使用到vlc播放rtsp流,使用vlc在android平板上播放没有报错,但是在android开发板上报了三个错误logcat如下:
[01-01 08:22:18.187: D/VLC(3856): core playlist: meta ok for (null), need to fetch art
01-01 08:22:18.187: D/VLC(3856): core input: Creating an input for '(null)'
01-01 08:22:18.188: D/VLC(3856): core art finder: looking for meta fetcher module matching "any": 0 candidates
01-01 08:22:18.188: D/VLC(3856): core art finder: no meta fetcher modules
01-01 08:22:18.188: D/VLC(3856): core playlist: art not found for (null)
01-01 08:22:18.189: D/VLC(3856): core generic: creating audio output
01-01 08:22:18.189: D/VLC(3856): core audio output: looking for audio output module matching "opensles": 4 candidates
01-01 08:22:18.189: W/libOpenSLES(3856): class OutputMix interface 0 requested but unavailable MPH=43
01-01 08:22:18.189: D/VLC(3856): core audio output: using audio output module "opensles_android"
01-01 08:22:18.189: D/VLC(3856): core generic: keeping audio output
01-01 08:22:18.190: D/VLC(3856): core input: Creating an input for 'rtsp://172.21.102.50/1/1'
01-01 08:22:18.192: D/VLC(3856): core input: using timeshift granularity of 50 MiB, in path '/tmp'
01-01 08:22:18.192: D/VLC(3856): core input: `rtsp://172.21.102.50/1/1' gives access `rtsp' demux `' path `172.21.102.50/1/1'
01-01 08:22:18.192: D/VLC(3856): core input: specified demux `any'
01-01 08:22:18.192: D/VLC(3856): core input: creating demux: access='rtsp' demux='any' location='172.21.102.50/1/1' file='(null)'
01-01 08:22:18.192: D/VLC(3856): core demux: looking for access_demux module matching "rtsp": 7 candidates
01-01 08:22:18.192: D/VLC(3856): live555 demux: version 2014.07.25
01-01 08:22:18.196: D/VLC(3856): core playlist: meta ok for (null), need to fetch art
01-01 08:22:18.197: D/VLC(3856): core input: Creating an input for '(null)'
01-01 08:22:18.197: D/VLC(3856): core art finder: looking for meta fetcher module matching "any": 0 candidates
01-01 08:22:18.197: D/VLC(3856): core art finder: no meta fetcher modules
01-01 08:22:18.197: D/VLC(3856): core playlist: art not found for (null)
01-01 08:22:18.203: D/VLC(3856): core playlist: meta ok for (null), need to fetch art
01-01 08:22:18.204: D/VLC(3856): core input: Creating an input for '(null)'
01-01 08:22:18.204: D/VLC(3856): core art finder: looking for meta fetcher module matching "any": 0 candidates
01-01 08:22:18.204: D/VLC(3856): core art finder: no meta fetcher modules
01-01 08:22:18.204: D/VLC(3856): core playlist: art not found for (null)
01-01 08:22:18.208: D/VLC(3856): core playlist: meta ok for (null), need to fetch art
01-01 08:22:18.209: D/VLC(3856): core art finder: looking for meta fetcher module matching "any": 0 candidates
01-01 08:22:18.209: D/VLC(3856): core art finder: no meta fetcher modules
01-01 08:22:18.209: D/VLC(3856): core playlist: art not found for (null)
01-01 08:22:18.219: D/VLC(3856): live555 demux: RTP subsession 'video/H264'
01-01 08:22:18.224: E/[EGL-ERROR](3856): EGLBoolean __egl_platform_create_surface_window(egl_surface*, mali_base_ctx_handle):933: =========> usage 0x900
01-01 08:22:18.231: D/VLC(3856): core input: selecting program id=0
01-01 08:22:18.232: D/VLC(3856): live555 demux: RTP subsession 'audio/PCMU'
01-01 08:22:18.241: E/SurfaceInfo(3856): 1254:586
01-01 08:22:18.244: D/VLC(3856): live555 demux: setup start: 0.000000 stop:0.000000
01-01 08:22:18.277: D/VLC(3856): live555 demux: play start: 0.000000 stop:0.000000
01-01 08:22:18.277: D/VLC(3856): core demux: using access_demux module "live555"
01-01 08:22:18.277: D/VLC(3856): core decoder: looking for decoder module matching "mediacodec,iomx,all": 34 candidates
01-01 08:22:18.306: W/AudioCapabilities(3856): Unsupported mime audio/ac3
01-01 08:22:18.308: W/AudioCapabilities(3856): Unsupported mime audio/ra
01-01 08:22:18.309: W/AudioCapabilities(3856): Unsupported mime audio/x-ms-wma
01-01 08:22:18.310: W/AudioCapabilities(3856): Unsupported mime audio/dts
01-01 08:22:18.316: W/AudioCapabilities(3856): Unsupported mime audio/mpeg-L1
01-01 08:22:18.318: W/AudioCapabilities(3856): Unsupported mime audio/mpeg-L2
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 4 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 4 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 4 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 32 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 32 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 32 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 64 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 64 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unsupported profile 64 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 128 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 128 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 128 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 256 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 256 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 256 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 512 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 512 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 512 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 1024 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 1024 for video/avc
01-01 08:22:18.325: W/VideoCapabilities(3856): Unrecognized profile 1024 for video/avc
01-01 08:22:18.328: W/VideoCapabilities(3856): Unsupported mime video/mpeg2
01-01 08:22:18.336: I/VideoCapabilities(3856): Unsupported profile 2 for video/mp4v-es
01-01 08:22:18.336: I/VideoCapabilities(3856): Unsupported profile 2 for video/mp4v-es
01-01 08:22:18.336: I/VideoCapabilities(3856): Unsupported profile 4 for video/mp4v-es
01-01 08:22:18.336: I/VideoCapabilities(3856): Unsupported profile 4 for video/mp4v-es
01-01 08:22:18.337: I/VideoCapabilities(3856): Unsupported profile 8 for video/mp4v-es
01-01 08:22:18.337: I/VideoCapabilities(3856): Unsupported profile 8 for video/mp4v-es
01-01 08:22:18.337: I/VideoCapabilities(3856): Unsupported profile 16 for video/mp4v-es
01-01 08:22:18.337: I/VideoCapabilities(3856): Unsupported profile 16 for video/mp4v-es
01-01 08:22:18.337: I/VideoCapabilities(3856): Unsupported profile 32 for video/mp4v-es
01-01 08:22:18.337: I/VideoCapabilities(3856): Unsupported profile 32 for video/mp4v-es
01-01 08:22:18.341: W/VideoCapabilities(3856): Unsupported mime video/mp43
01-01 08:22:18.344: W/VideoCapabilities(3856): Unsupported mime video/x-pn-realvideo
01-01 08:22:18.351: W/VideoCapabilities(3856): Unsupported mime video/x-ms-wmv
01-01 08:22:18.355: W/VideoCapabilities(3856): Unsupported mime video/wvc1
01-01 08:22:18.358: W/VideoCapabilities(3856): Unsupported mime video/vc1
01-01 08:22:18.362: W/VideoCapabilities(3856): Unsupported mime video/x-flv
01-01 08:22:18.420: I/VideoCapabilities(3856): Unsupported profile 4 for video/mp4v-es
01-01 08:22:18.426: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.426: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.426: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.426: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.426: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.426: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.427: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
01-01 08:22:18.428: W/VLC(3856): mediacodec decoder: Exception occurred in MediaCodecInfo.getCapabilitiesForType
...全文
734 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
maroonss 2017-06-21
  • 打赏
  • 举报
回复
请问你运行的设备是什么
zhisong9169 2017-05-24
  • 打赏
  • 举报
回复
05-24 14:49:08.970: A/ACodec(3715): frameworks/av/media/libstagefright/ACodec.cpp:3723 CHECK_LE( rect.nLeft + rect.nWidth - 1,videoDef->nFrameWidth) failed: 4294967295 vs. 0 05-24 14:49:08.980: A/libc(3715): Fatal signal 6 (SIGABRT) in tid 4257 (native_crash_ha) 同问
ningyueanren 2017-05-11
  • 打赏
  • 举报
回复
结尾报了这个错误: 01-01 08:22:18.456: E/ACodec(3856): [OMX.NX.VIDEO_DECODER.avc] storeMetaDataInBuffers failed w/ err -1010 01-01 08:22:18.459: A/ACodec(3856): frameworks/av/media/libstagefright/ACodec.cpp:4019 CHECK_LE( rect.nLeft + rect.nWidth - 1,videoDef->nFrameWidth) failed: 4294967295 vs. 0 01-01 08:22:18.461: A/libc(3856): Fatal signal 6 (SIGABRT) in tid 3917 (native_crash_ha)
ningyueanren 2017-05-11
  • 打赏
  • 举报
回复
补充logcat: 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 4 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 4 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 4 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 32 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 32 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 32 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 64 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 64 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unsupported profile 64 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unrecognized profile 128 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unrecognized profile 128 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unrecognized profile 128 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unrecognized profile 256 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unrecognized profile 256 for video/avc 01-01 08:22:18.428: W/VideoCapabilities(3856): Unrecognized profile 256 for video/avc 01-01 08:22:18.429: W/VideoCapabilities(3856): Unrecognized profile 512 for video/avc 01-01 08:22:18.429: W/VideoCapabilities(3856): Unrecognized profile 512 for video/avc 01-01 08:22:18.429: W/VideoCapabilities(3856): Unrecognized profile 512 for video/avc 01-01 08:22:18.429: W/VideoCapabilities(3856): Unrecognized profile 1024 for video/avc 01-01 08:22:18.429: W/VideoCapabilities(3856): Unrecognized profile 1024 for video/avc 01-01 08:22:18.429: W/VideoCapabilities(3856): Unrecognized profile 1024 for video/avc 01-01 08:22:18.431: D/VLC(3856): mediacodec decoder: Number of profile levels: 42 01-01 08:22:18.432: D/VLC(3856): mediacodec decoder: using OMX.NX.VIDEO_DECODER.avc 01-01 08:22:18.439: I/OMXClient(3856): Using client-side OMX mux. 01-01 08:22:18.456: E/ACodec(3856): [OMX.NX.VIDEO_DECODER.avc] storeMetaDataInBuffers failed w/ err -1010 01-01 08:22:18.459: A/ACodec(3856): frameworks/av/media/libstagefright/ACodec.cpp:4019 CHECK_LE( rect.nLeft + rect.nWidth - 1,videoDef->nFrameWidth) failed: 4294967295 vs. 0 01-01 08:22:18.461: A/libc(3856): Fatal signal 6 (SIGABRT) in tid 3917 (native_crash_ha) 请教诸位大神,这是怎么回事呢

80,472

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧