-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Can't play OGG audio on iOS #818
Comments
Needs support by the plugin :-( |
OGG File Cannot Open iOS: @krille-chan @PgBiel @dbutti @Happyfeet01 Potential solutions include using an external transcoder like ffmpeg (subject to licensing) to convert the file before playback. Additionally, for apps where the audio is packaged or produced specifically, developers could consider re-encoding the audio to supported codecs or employing server-side transcoding with tools like ffmpeg. It might be beneficial to update documentation to include a list of supported file formats for different platforms, aiding users in understanding the compatibility limitations of their devices. For further discussion, you can refer to this thread on the Apple forums: Supported audio Additionally, in case of fluffychat: incorporating a message to inform users that the media format is not supported upon tapping to play would enhance the user experience by providing clear feedback about the issue. |
This issue is stale because it has been open for 120 days with no activity. |
Should be fixed now :) |
Bug Description
Clicking play on an OGG audio message I received on iOS leads to the error dialog below being shown.
The full log is:
However, that error is not shown when playing M4A audio (the format generated by FluffyChat itself, for example). Perhaps other clients generate OGG audio instead.
Steps to Reproduce
Expected Behavior
The audio plays
App Version
1.17.1
Additional Platform Information
iPhone 11, iOS 17.2.1
Additional Context
No response
The text was updated successfully, but these errors were encountered: