Re: [webrtc-pc] `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC

How do we think the SSRCs returned by getParameters() will be used?  This includes not only encodings[].ssrc, but also encodings[].rtx.src and encodings[].rtx.fec.ssrc.  Since they can't be changed using setParameters(),  should we consider this more appropriate for webrtc-statistics? 

The other alternative would be to ignore attempts to set SSRCs in setParameters() and addTransceiver(), rather than failing with `InvalidModificationError`.

@fippo What do you think?

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1174#issuecomment-299972238 using your GitHub account

Received on Monday, 8 May 2017 19:52:17 UTC