-
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
Support more formats in the Ogg container (e.g. Theora) #4970
Comments
OggExtrator.java but i can play this ogg file in Android MediaPlayer. |
That's not what happens. It's returning false further down:
This is because we only support Vorbis, Opus and Flac inside the OGG (see our supported formats page). Where-as I think this particular file contains Theora video. Marking as an enhancement, but I doubt this will considered high priority. |
Hi, are there any chances to add Theora support? |
I am also interested in Ogg Theora support. |
movie.ogg.zip
Can't play this ogg file. OggExtrator.sniffInternal will return false, so none of the available extrators.
The text was updated successfully, but these errors were encountered: