我想让Alice in navig.html能够用实时视频流调用index.html中的Seb。
但是在index.html文件中,我无法显示Alice in index.html文件的远程直播流,因为视频播放器没有显示任何内容。为什么?
这是爱丽丝,她有个工作机会(navig.html)
<video id="video1" controls ></video>
<script>
navigator.getUserMedia({audio:true, video:true}, success, error);
function su