0
点赞
收藏
分享

微信扫一扫

webrtc ReferenceError video 未定义解决方案

Brose 2023-03-01 阅读 55

场景说明

网页指定video属性如下:

<div class="box showBorder black">
<video id="vid2" class="box abs video" autoplay="autoplay" muted></video>
</div>

运行提示出错:

10.375: Failed to createAnswer: OperationError: PeerConnection cannot create an answer in a state other than have-remote-offer or have-local-pranswer.

v.js:70 Uncaught (in promise) DOMException: Failed to parse SessionDescription. a=extmap-allow-mixed Expects at least 2 fields.

运行版本:

webrtc ReferenceError video 未定义解决方案_ReferenceError

解决方案

升级google浏览器

webrtc ReferenceError video 未定义解决方案_ReferenceError_02

举报

相关推荐

0 条评论