- From: Florent Castelli via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Nov 2024 00:27:12 +0000
- To: public-webrtc-logs@w3.org
The WebRTC API is not made to receive simulcast streams in a browser. Simulcast should be received by an intermediate server that will only forward a specific resolution to your call's participants. If you do not want to write your own, there are some open-source alternatives to pick from. The "trick" allows simulcast to be received by browsers by pretending that the many layers are instead many different independent streams by recreating the adequate SDP. It's a bit complicated and mostly valuable as a debugging tool. -- GitHub Notification of comment by Orphis Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/3019#issuecomment-2487040136 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 November 2024 00:27:13 UTC