Hello i have made my own sfu using your sfu code as a reference but i have changed capabilities to support all the codecs
Before going for production any recommendations?
Also the data usage for the outgoing streams on the server is too much , my implementation has one large video and other people are on smaller video tags, on clicking the smaller video it starts playing on the larger video,
i am emitting an event to the server to notify which video i have clicked on , i wanted to know how to increase the quality of this clicked stream and to reduce the quality/resolution of the other streams in the room ?
is this possible ie i just want to know how to increase the quality of a certain stream and how to decrease the quality of another stream dynamically on the server side