问题描述
下面的代码被注入到网页中,称为member-stream.html
,并在iOS本机应用程序中查看。
<video autoplay="autoplay" playsinline="playsinline" webkit-playsinline="webkit-playsinline" style="position: absolute; width: 100%; height: 100%; object-fit: contain;"></video>
我无法访问iOS本机应用程序代码,而且我自己也未编写任何应用程序。我确实构建了member-stream.html
,并且在chrome,firefox,edge和safari iOS上的视频流都很好。
但是,只要有人访问member-stream.html
,它就会冻结,并且只会在视频元素中显示一个冻结的帧。
member-stream.html
上的JavaScript需要WebRTC才能进行流式传输。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)