Re: API or spec to limit a certain sending track

> On Aug 2, 2017, at 8:18 AM, Iñaki Baz Castillo <ibc@aliax.net> wrote:
> 
> On Wed, Aug 2, 2017 at 4:08 PM, Cullen Jennings (fluffy)
> <fluffy@cisco.com> wrote:
>>>> Uh, setting the b= lines in SDP would do this. Am I missing why this does not work ?
>>> 
>>> Try that in PlanB ;)
>> 
>> But you agree it works fine in the WebRTC spec even if some browser have not yet implemented all of WebRTC 1.0 ?
> 
> No, I don't agree:
> 
> 1) Mangling the SDP is not the way to go (and theoretically will be prohibited).

But this is not mangling SDP between CreateOffer and setLocat, it has having you server set bandwidth in the SDP.

> 
> 2) Even if allowed, having to mangle the SDP and perform a fake SDP
> O/A local renegotiation is not cool at all. Note that, in my use case
> above, the bitrate limit is decided by the server at any time).

not sugesting that

> 
> 3) It does not work in PlanB if I send two video tracks because b= is
> per media (and not per "ssrc").

Plan B is not part of webrtc and no idea why we are even discussing it on this list 


> 
> 
> -- 
> Iñaki Baz Castillo
> <ibc@aliax.net>

Received on Wednesday, 2 August 2017 14:25:06 UTC