ionorg / ion-sfu

Pure Go WebRTC SFU
MIT License
980 stars 238 forks source link

Don't close the DownTrack when moving between layers #658

Closed rlpeck closed 1 year ago

rlpeck commented 2 years ago

Description

https://github.com/pion/ion-sfu/pull/642 caused Simulcast to break because when simulcast switched layers it would call deleteDownTrack first which would close the entire down track instead of moving it between layers.

Reference issue

Fixes #...