- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Apr 2019 22:13:56 +0000
- To: public-webrtc@w3.org
aboba has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == Clarify "multiple sources of media stitched together" == When `sender.replaceTrack` is executed, the sender's track is replaced but the `RTCRtpReceiver`still only sees a single RTP stream with a continuous sequence number space. So in this case, the `RTCRtpReceiver` does not "stitch together" two distinct RTP streams, as would be required when receiving simulcast. Therefore, the text is wrong and should be removed. Fix for Issue https://github.com/w3c/webrtc-pc/issues/2171 See https://github.com/w3c/webrtc-pc/pull/2180
Received on Wednesday, 24 April 2019 22:13:58 UTC