-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Detect Remote track Muted/Flowing again Stream plugin #173
Comments
This is handled already when track is muted and unmuted using transreceiver or unified api it will not be emitted if we are using janus api |
Thank you for the response, how can I detect video is flowing or not on streaming plugin. I connected the same server with the Janus example. It fires the track onMute, onUnMute |
is event.flowing not working for you? |
I try stopping video from videoplugin but these never get fired. At the same time the Janus Example fires Muted and Unmuted |
Hmm in that case we need to investigate |
Hello, @shivanshtalwar0 is there any info we can provide to assist in the investigation. |
@getsolutionstz for starters you can provide an example repo code to reproduce this issue and test the issue and i will investigate as soon as possible atm i have some personal matters that i need to deal with but once you provide me with example repo with reproduction and testing can be a motivation to look into it early |
plugin!.remoteTrack?.listen((event) async {}
When a video track is stopped from video plugin I do not get the event
This get fired only when started receiving videos. When the video is paused and played. They are not fire
The text was updated successfully, but these errors were encountered: