简体   繁体   English

在WebRTC中调用组视频

[英]Call Groups Video in WebRTC

I am working with webRTC to make group video calls. 我正在使用webRTC进行群组视频通话。 I have obtained audio from Remote (already streaming between devices) but the problem I am having is that all devices do not receive each other's video, thanks 我从Remote获取音频(已经在设备之间传输),但我遇到的问题是所有设备都没有收到对方的视频,谢谢

Does H264, VP8 and VP9 affect my project? H264,VP8和VP9会影响我的项目吗?

[enter image description here][1] [在此处输入图像说明] [1]

[1]: https://i.stack.imgur.com/hjp4L.png strong text [1]: https//i.stack.imgur.com/hjp4L.png 强文

Create a RTCPeerConnection using that. 使用它创建RTCPeerConnection

enter image description here 在此输入图像描述

lets start the connection by adding a local stream to it. 让我们通过添加本地流来启动连接。 enter image description here 在此输入图像描述

setdescription and add icecandidate for remote and local setdescription并为远程和本地添加icecandidate

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM