Re: [webrtc-pc] maximum bandwidth: TIAS or AS?

I believe `maxBitrate` is only referring to TIAS because it needs some definition for what bitrate is being constrained. But this doesn't relate directly to SDP parsing. I assumed `maxBitrate` was intended to be orthogonal to any SDP bitrate constraint, and that if both "b=TIAS" and `maxBitrate` are used, the implementation should use the minimum of the two maximums. I think of it this way: one value is a limit imposed by the receiver, and the other a limit imposed by the sender.

So, if my assumption above is correct, we should just change the description of `maxBitrate` (and `maxFramerate`) to make this more clear.

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

Received on Thursday, 25 May 2017 14:58:30 UTC