Re: [webrtc-pc] Order of RTCRtpSendParameters.encodings is not described (#1896)

Adding a couple cents.
I would say that the order matters, and in the SDP it should correspond to the order of the `encodings` in `setParameters` on the transceiver.
However, i do not think that the actual contents of the layers should be restricted to having any particular order.
it should be fine to define _hi,med,lo_ or _lo,med,hi_ or even a jumbled _hi,lo,med_. This would be based on your preference for congestion control etc. as suggested in the comments above.
Signaling the interpretation of each layer can be done using the rid restrictions (ex. `max-width` and `max-height`).

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

Received on Saturday, 12 January 2019 00:29:15 UTC