w3c / ortc

ORTC Community Group specification repository (see W3C WebRTC for official standards track)
http://www.w3.org/community/ortc/
122 stars 42 forks source link

Simulcast: Tail drop support #872

Open aboba opened 5 years ago

aboba commented 5 years ago

In WebRTC 1.0, if more simulcast layers are requested than the user agent is capable of sending, excess layers are dropped at the tail (see: https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver ).

No equivalent behavior is specified in ORTC.