-
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
Playback failure when playing ogg file #2782
Comments
@marcbaechinger - Could you take a look at this? It looks like Are some of the assumptions in the parsing logic incorrect? |
Yes, exactly. There is one huge packet at the start of the ogg stream (383238 bytes). Ogg packets have no size limit per spec. So this is valid. I look into this. Thanks. |
… exceeds the current size. #2782 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156018137
… exceeds the current size. #2782 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156018137
On version 2.4.0, when I play a certain ogg file, I get a crash and it's 100% reproducible. I've attached the file that causes the issue. VLC player for Mac is able to play this file without issue.
Say My Name (feat. Zyra).ogg.zip
To reproduce this issue, place the file in /sdcard/Music/ then go into PlayerActivity.java of the ExoPlayer sample app and replace the implementation of
buildMediaSource()
withAdd the following permission to the AndroidManifest.xml
Then run the following shell command to grant the read storage permission
You can now click on any format in the app to reproduce the error
The text was updated successfully, but these errors were encountered: