Re: [webrtc-pc] Simulcast: Implementations do not fail (and that seems good) (#2762)

Here's a [second fiddle](https://jsfiddle.net/jib1/zvco875j/) with more data from two additional tests:
```
Encoding rids 0,1,2
Encoding srdb 4,2,1
Encoding rids 0
Encoding srdb 4
PASS Remote unicast reanswer reduces to 1 layer. Never fails.
Encoding rids 0,1,2
Encoding srdb 4,2,1
Encoding rids 0,2
Encoding srdb 4,1
Encoding rids 2
Encoding srdb 1
PASS Remote reanswer trimming middle layer then first layer. Never fails.
```
It shows that both Chrome and Safari allow trimming _any_ layer, not just from the tail. This is reflected in the encodings array (encodings past the removed one move up).

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 30 September 2022 21:24:38 UTC