-
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
Flac extension cause crash of released app #2427
Comments
@Fed93 please add this to the flac extension proguard file (extensions/flac/src/main/proguard-rules.txt):
and try again. |
Yes, works great adding it to Proguard! Only a question it's normal that FLAC song it's not seekable? |
Good, soon a fix for it will be committed. Unfortunately we don't support seeking if the flac file doesn't contain an seek table. See #1808 |
Thank you very much! |
Reopening until fix is merged. |
Issue: #2427 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146905629
I've compiled and added the flac extension successful.
I've added the extension as a module in my app!
If i install app on my phone in debug it works great but if i compile to release it to the playstore, app crash when i try to reproduce flac song.
I use proguard provided with extension and proguard for main app (attached)
I'm using latest version of the extension adding -DHAVE_SYS_PARAM_H to LOCAL_CFLAGS in order to compile with latest ndk and ExoPlayer r2.2.0 on Samsung Galaxy S6.
Link to Flac Media: https://drive.google.com/open?id=0B4IKkuWtSFhkX2lyazEzcENCdzQ
Logs & ProGuard.zip
The text was updated successfully, but these errors were encountered: