- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 25 Oct 2018 06:31:30 +0000
- To: public-webrtc-logs@w3.org
We currently send offers including a=simulcast from our SFU to Firefox: ``` a=rid:hi recv a=rid:mid recv a=rid:lo recv a=simulcast: recv rid=hi;mid;lo ``` Works fine and there must be a way to indicate support for receiving simulcast streams (rid should be covered by the extmap line). It is somewhat ugly since we still need to then call sender.setParameters with the target bitrates and scaledown ratios we want and basically have to hardcode the rids. This wouldn't be drastically different from adding the transceiver before setRemoteDescription with the hardcoded rids though. -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2014#issuecomment-432931152 using your GitHub account
Received on Thursday, 25 October 2018 06:31:32 UTC