-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
On iOS, there is no audio when playing videos #22
Comments
Facing the same issue, audio plays fine on Android. |
@indacurdev Found a fix.
Update: Now this is also not working. Don't know why it worked for sometime after I made this change. Tested on both debug and profile mode. |
Ah found the reason. Turn off Silent mode. |
@ashilkn thank you for looking into this and finding a solution. @indacurdev could you please check ashilkn's solution? thanks |
I found a fix for my issue. Had to set AVAudioSession to Here's the code: https://github.com/ente-io/ente/pull/3037/files |
@indacurdev @ashilkn I've released a new version of the API, where I address this issue. You can try it here: https://pub.dev/packages/native_video_player/versions/3.0.0-dev.1. Feel free to share your feedback! P.S. @ashilkn I've included part of your code in the new version, thank you for sharing it |
I'm trying to use a package to select videos from the gallery and although the video itself plays fine, even if I set the volume to 1, 1.0, 100, etc., the audio is never heard. I even added a slider with the volume control and I didn't get any major results.
The text was updated successfully, but these errors were encountered: