-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no muxId in RTCRtpEncodingParameters #528
Comments
In ORTC, the equivalent of RTCRtpEncodingParameters.rid in WebRTC 1.0 is In ORTC the equivalent of RTCRtpTransceiver.mid in WebRTC 1.0 is RTCRtpParameters.muxId. In both ORTC and WebRTC 1.0, there only a single muxId/mid per receiver or sender. |
Thanks, but I still consider that the spec is wrong as it clearly says "Note that including muxId in RTCRtpParameters rather than in RTCRtpEncodingParameters", but it is clear that there is no I would replace the above quoted text with:
|
In addition to a change to the referred to text, a note in the WebRTC compatibility section appears needed. |
I assume that a ORTC browser cannot receive simulcast in this fashion (it would require multiple |
In http://ortc.org/wp-content/uploads/2016/03/ortc.html#idl-def-RTCRtpParameters:
But I cannot find
muxId
withinRTCRtpEncodingParameters
... May be it means theencodingId
field, but that is related to the RID header extension which, AFAIK, it's not the same as the MID header extension.The text was updated successfully, but these errors were encountered: