versatica / mediasoup-client

mediasoup client side JavaScript library

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Producer: use `a=inactive` to keep the original track yet avoid sending RTP

jmillan opened this issue · comments

Feature Request

We don't have this feature and it's needed to avoid sending RTP while keeping the MediaStreamTrack set.

Removing and re-adding the track to the transceiver will create lip sync when pausing/resuming repeteadly.

WIP: https://github.com/versatica/mediasoup-client/tree/producer-transceiver-inactive-on-pause

This was done long ago.