versatica / mediasoup-client-aiortc

mediasoup-client handler for aiortc Python library

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not stop sending track on pc or transceiver stop

ibc opened this issue · comments

Right now aiortc stops the sending track when the corresponding transceiver (pr rtp sender) is closed, which is anti-spec (tracks should not be stopped when the peerconnection is closed or when a transceiver is stopped/closed).

This has already been reported to aiortc project in PR 292 but it makes sense to move it into a separate issue/PR.