Skip to content
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

OGG-OPUS Support #145

Closed
musiclandUSA opened this issue Aug 4, 2022 · 2 comments
Closed

OGG-OPUS Support #145

musiclandUSA opened this issue Aug 4, 2022 · 2 comments

Comments

@musiclandUSA
Copy link

musiclandUSA commented Aug 4, 2022

I'm using ampache with transcoding and after turning on Opus in the config, files don't play anymore. I assume its just missing support? Tested with play:sub app and Opus does work, but I hate using play:sub because frankly it sucks and crashes all the time.

EDIT: sorry forgot to mention I'm using the latest testflight beta. Logfile shows error "file is empty" occurred while downloading

@BLeeEZ
Copy link
Owner

BLeeEZ commented Aug 5, 2022

Amperfy uses AVPlayer under the hood to play audio files. In the following post all supported audio files are listed: https://stackoverflow.com/questions/21879981/avfoundation-avplayer-supported-formats-no-vob-or-mpg-containers
As you can see .ogg is not in the list. I tested some custom player libraries in the past to support gapless playback but no library fulfilled my requirements. I read something about upcoming support for .ogg in newer iOS versions, but for now i am sorry to say that .ogg will not be supported.

@musiclandUSA
Copy link
Author

understood, I was able to compile ffmpeg with libfdk so I'm happy now with AAC+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants