Re: [webrtc-pc] Mismatch between RID restrictions and RTPEncodingParameters (#2054)

To my mind, there is no particular advantage in signalling the resolution, bitrate or framerate on a send rid. Those are parameters that the sender can decide unilaterally.
It makes sense to be able to signal those parameters on a recv rid, because it indicates what the receiver is capable of receiving on those rids.
The parameters in send_encodings control what the sender is going to send, and can change (using setParameters) over the course of a call, without any new negotiation. So the fact that some of them match RID syntax should not drive the design of what to signal.

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

Received on Sunday, 13 January 2019 07:29:38 UTC