- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Aug 2017 14:05:57 +0000
- To: public-webrtc-logs@w3.org
The following commits were just pushed by aboba to https://github.com/w3c/webrtc-pc: * Remove SSRCs from RTCRtpEncodingParameters. Fixes #1174 and fixes #1435. This was the decision at the June 28 virtual interim, to resolve the differences between the WebRTC and ORTC definitions of the SSRC fields, and to address the fact that the SSRC may change due to various reasons. It was decided that there wasn't really a use for the SSRC fields in WebRTC 1.0 in the first place, so we can just simplify things and remove them. Note that they *are* still present in stats, where they can be correlated with an RTCRtpSender either by using the sender as a selector, or by using `mediaTrackId` (assuming there aren't two senders sending the same track). by Taylor Brandstetter https://github.com/w3c/webrtc-pc/commit/d8c5547862d60597fc09cff5c1a500e63ebd2f7c * Fixing typo by Taylor Brandstetter https://github.com/w3c/webrtc-pc/commit/cf07291f1f3b427ada35a759ce8a3618e2d1cac6 * Merge pull request #1531 from taylor-b/issue_1174_remove_ssrcs Remove SSRCs from RTCRtpEncodingParameters. by Bernard Aboba https://github.com/w3c/webrtc-pc/commit/4db8a6aa701571533a9f0d3a74832b50cb87b29e
Received on Thursday, 10 August 2017 14:05:58 UTC