-
Notifications
You must be signed in to change notification settings - Fork 856
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
Audio not playing on iOS device #1330
Comments
I tried playing this file https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3 and this is working. |
Same here any update? |
Are you sure that you are not facing this bug? |
I've tried that approach but it's not working either. |
@TNelen the file ending is not reflecting its real codec: See https://www.aconvert.com/analyze.html
WebM isn't supported on iOS: https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/MultimediaPG/UsingAudio/UsingAudio.html#//apple_ref/doc/uid/TP40009767-CH2-SW33 Anyways, we should return an error which leads us to #1352 |
Checklist
Im playing an audiofile from remote. On Android this implementation is working perfectly fine, but on iOS the audio is not playing.
Current bug behaviour
On iOS the audio is not played, and in the logs i cannot see an error.
Expected behaviour
I Expect iOS to be behaving the same as Android
Steps to reproduce
I followed all the steps outlined online and in the pub.dev documentation.
The audio is played by this command:
The only output I'm seeing in the logs is "iOS => call play, playerId e9117dde-db8b-4623-afaa-63915f20326b"
Remote audio file; https://trackler-track-uploads.s3.eu-central-1.amazonaws.com/2147/637d32d06f6b7.mp3
The text was updated successfully, but these errors were encountered: