zhang421755327

Results 3 issues of zhang421755327

在16屏播放时,多次播放销毁后,页面经常崩溃,经过debug flv.js,查看具体报错信息显示Failed to executed 'apppendBuffer' on 'SourceBuffer' : The SourceBuffer is full, and cannot free space to append additional buffers, 播放flv.js配置如下: const mediaDataSource = { type: 'flv', isLive: true, hasVideo:...

从后端拿到视频流地址后,通过flv.js创建播放器,在F12里面找不到对应的拉流请求,也不触发播放器错误事件,有谁碰到过没,急急急

1. _doAppendSegments() 方法中this._sourceBuffers[type].appendBuffer(segment.data)是有数据的;通过播放器STATISTICS_INFO事件获取decodedFrames解码帧数据一直为0;同样的设备在flv.js1.5.0版本正常播放;