What server configuration do you use? What is the source stream parameters? Do you test according to the method described in the article?i do this changes in my server. now our clients are going to 1.5k to 1.7k
You should use the same or more powerful config for a second server which emulates viewers.our server configuration is
In this case you should use CDN (1 origin and 5 edge servers). Please look at this article and the technical docs.I need 10k clients configuration which 10k is watching concurrent users.
Yes.means in below configuration we can't use this server for 10k users ?
The configuration seems to be close to tested configs, so it can be used for 1000 viewers per one 720p streamand how many users can watch stream in this configuration which i give you details ?
Please read the articles: 1, 2, 3, the case description.and please describe me which server for CDN and which server for EDGE servers ?
Usewe are using react exmaple but we need to set mute unmute button. so what is the code for mute unmute button for react example ?
Stream.muteAudio()
or Stream.muteVideo()
methods to mute publishing audio/video and a corresponding unmute method: example code.Stream.muteRemoteAudio()
method to mute playing audio and a corresponding unmute method: example code.