Files
livekit/pkg/rtc
Raja Subramanian 89a312d259 Ignore duplicate RID. (#2471)
Firefox on Windows 10 seems to be producing simulcast tracks with
duplicate RID. That causes a leak as only one buffer is processed.

Ignore duplicate rid.

NOTE: This is not perfect as the actual layer -> rid is indeterminable
at addition time. It would require looking at packets to determine the
video dimensions and match to rid/layer to figure out which one is
correct and which one is duplicate.

To simplify though, taking the first one and dropping later ones.
This could mean the correct resolution is not streamed, but that should
be okay. The leak is far more destructive.
2024-02-12 11:49:14 +05:30
..
2023-07-27 16:43:19 -07:00
2023-11-07 19:19:07 -08:00
2024-02-06 21:30:37 +08:00
2023-11-07 19:19:07 -08:00
2024-02-12 11:49:14 +05:30
2024-02-12 11:49:14 +05:30
2023-11-29 15:40:01 +05:30
2024-02-06 21:30:37 +08:00
2023-07-27 16:43:19 -07:00
2023-08-02 16:12:23 +08:00