错误描述:
console 信息:
Uncaught (in promise) DOMException
flv.js:11675 [MSEController] > MediaSource onSourceOpen
flv.js:11590 [TransmuxingController] > DemuxException: type = FormatError, info = Flv: Invalid AVCDecoderConfigurationRecord
错误的大致意思是:格式错误,无效的AVCDecoderConfigurationRecord,而这AVCDecoderConfigurationRecord是flv格式中对于h264编码的视频数据特定的结构,对应h264编码中的pps\sps信息;
分析手段:
- 使用谷歌浏览器保存流到本地文件:

- 将文件重新另存为 a.flv

- 使用flv工具进行分析:(在此要感谢工具的分享者)
工具名称:


2125

被折叠的 条评论
为什么被折叠?



