-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/producer transceiver inactive on pause #176
base: v3
Are you sure you want to change the base?
Feature/producer transceiver inactive on pause #176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. We cannot merge this until we finish the upgrade to libwebrtc M120 (or another version, I don't remember) which is being done in another PR. Once done we will take care of this PR.
Could you please have a look if this can be merged now? |
Please run |
Ok, will do, but probably only next week at the earliest. |
I just ran |
Have you built this branch against m120? It's failing to me https://mediasoup.org/documentation/v3/libmediasoupclient/installation/ |
Updated now. |
Analogous to versatica/mediasoup-client#215
I've tested it a bit with my own app, looks OK.
I am a bit puzzled by the fact that my encoder is immediately reinitialized after being released upon setting the stream inactive. But the encoding method is not called, which is good.