Hi Sergio!
I am trying to implement webcam broadcasting to multiple targets. The scheme is as follows: WebRTC -> medooze -> ffmpeg -> multiple rtmp via tee. The problem is that video quality is almost always set to 540p and occasionally 810p. In the web-client, the desired resolution is set to 1080p.
If I understand the webrtc logs correctly, then the problem is between browser and medooze. The stream sent from the browser is already of lower quality compared to the video source.
I am attaching a dump of webrtc-internals.
Is it possible to somehow ensure a stable stream quality, at least at 720p?
I would be grateful for any help, thanks in advance!