I am trying to set up conference app and wondering about the following scenario:
Let's say we have a room with 1 publisher publishing via WebRTC and 100 watchers watching the publisher stream via WebRTC.
Publisher have a good network connection, but some of watchers are not. As far as I know, WebRTC have built-in adaptive bitrate algorithm which forces publisher to decrease quality of the video if the peer have poor network connection.
Will the fact that some of watchers have poor network connection (high ping, low bandwidth) lead to a decrease in the quality of the stream which publisher sends to the server? So all watchers will see low-quality video even if most of them have pretty good network connection?
Question
dmitry027
Hi everyone,
I am trying to set up conference app and wondering about the following scenario:
Let's say we have a room with 1 publisher publishing via WebRTC and 100 watchers watching the publisher stream via WebRTC.
Publisher have a good network connection, but some of watchers are not. As far as I know, WebRTC have built-in adaptive bitrate algorithm which forces publisher to decrease quality of the video if the peer have poor network connection.
Will the fact that some of watchers have poor network connection (high ping, low bandwidth) lead to a decrease in the quality of the stream which publisher sends to the server? So all watchers will see low-quality video even if most of them have pretty good network connection?
Edited by dmitry027Fix format
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
Apr 5
4
Top Posters For This Question
dmitry027 2 posts
usama 2 posts
Popular Days
Apr 5 2023
4 posts
Popular Posts
dmitry027
Hi everyone, I am trying to set up conference app and wondering about the following scenario: Let's say we have a room with 1 publisher publishing via WebRTC and 100 watchers watching the pu
usama
if the Conference is in SFU mode that mean a publisher will send its stream to Media Server and Media server in relay the stream to all the watchers in the room.
usama
yes, you are right
Posted Images
3 answers to this question
Recommended Posts