-
Notifications
You must be signed in to change notification settings - Fork 6k
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
ExoPlayer volume is reset after a phone call #3923
Comments
Please can you provide some more concrete reproduction steps, or ideally source code for a simple demo app that reproduces the issue? It's difficult to know what's actually happening from the description provided. |
Hi 'ojw28' I hope this help! Keep me informed if you have any question / issue / stuff I need to change. :) |
Thanks! I'm able to reproduce the issue. I suspect it's a bug in the underlying platform, which isn't something we can do much about, unfortunately, except report it so that it gets fixed in future releases. I'll check whether it reproduces on Android P, and file an issue on the Audio team if it does. |
Confirmed this is still reproducible on Android P. Filed a bug with the Android media team [Internal ref: b/78930229] |
@ojw28 hi, how about bug status? (Couldn't check it by myself, because it's internal one and hidden). |
No update I'm afraid. |
This comment has been minimized.
This comment has been minimized.
Hi @ojw28 , still experiencing this issue. Any update on this ? |
As noted above, the issue is in the underlying platform, and isn't something we can do much about in ExoPlayer. We have a bug filed on the platform team, who will hopefully look at it for Android Q. |
I've noticed such an issue too. Using v2.9.5 of ExoPlayer, and noticed on Pixel 2 with Android P. The bug is very similar: play a video that is muted. Have an outgoing call. End call. Go back to app which should call
It seems to work, but for a split of a second I can still hear the sound of the video... :( |
Closing as this should be fixed in the next Android release. Unfortunately I don't think there's a workaround. |
@andrewlewis Can you please show the issue on the issue tracker? |
I'm using ExoPlayer 2.7.0 on my Nexus 6P with Android 8.1
I'm using SimpleExoPlayer to play a video. I set the volume to zero to mute it. If I receive a phone call while the video is playing, when the call is ended, the volume is back to 100%.
Note that SimpleExoPlayer still says that the volume is zero, but the sound is heard.
The text was updated successfully, but these errors were encountered: