Re: API or spec to limit a certain sending track

On Wed, Aug 2, 2017 at 3:54 PM, Cullen Jennings (fluffy)
<fluffy@cisco.com> wrote:
> I agree it is a different case but given the JS has no good way to know the current state of the congestion controller, it often turns out this is a better approach. Without it is is hard to decide what bitrate you want to assign to each track as you don't know the total available bandwidth.

The server can signal the sending BWE and sending bitrate (or the app
can get it via RTCStats) to the app so the JS can be aware of such a
value. Or easier, the server tells the app what the maximum bitrate
must be for a given track and the JS applies it via [...].


> Uh, setting the b= lines in SDP would do this. Am I missing why this does not work ?

Try that in PlanB ;)

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

Received on Wednesday, 2 August 2017 14:05:31 UTC