javascript - SFU (Selective Forwarding Unit) with WebRTC - Stack Overflow

I am creating a group video call application using WebRTC. Currently I am using MESH architecture. Crea

I am creating a group video call application using WebRTC. Currently I am using MESH architecture. Creating peer connection as below -

var peer_connection = new RTCPeerConnection(
    {"iceServers": ICE_SERVERS},
    {"optional": [{"DtlsSrtpKeyAgreement": true}]}
);

I want to use SFU with WebRTC. Can anyone please tell how to do same or share any documentation regarding same. What changes would be required in code for creating SFU based connection?

I am creating a group video call application using WebRTC. Currently I am using MESH architecture. Creating peer connection as below -

var peer_connection = new RTCPeerConnection(
    {"iceServers": ICE_SERVERS},
    {"optional": [{"DtlsSrtpKeyAgreement": true}]}
);

I want to use SFU with WebRTC. Can anyone please tell how to do same or share any documentation regarding same. What changes would be required in code for creating SFU based connection?

Share Improve this question asked Jun 8, 2020 at 14:00 InderpalInderpal 111 silver badge2 bronze badges 1
  • If the answer solved your problem you can mark it as solved – Dirk V Commented Jun 13, 2020 at 10:42
Add a ment  | 

1 Answer 1

Reset to default 5

An SFU is very different. It passes all the data through a central server which redirects them to every consumer. Here is an example project where a room based SFU is implemented using mediasoup

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745550256a4632543.html

相关推荐

  • javascript - SFU (Selective Forwarding Unit) with WebRTC - Stack Overflow

    I am creating a group video call application using WebRTC. Currently I am using MESH architecture. Crea

    1天前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信