-
Notifications
You must be signed in to change notification settings - Fork 416
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
Long opus buffers very slowly #391
Comments
Also see PaulWoitaschek/Voice#1653 for the original bug report and some theories by @zsln |
I can reproduce it with v1.0.1. There is a wrong calculation when calculating the seek point, a |
I added the fix and plan to be included in the next release. This issue should be automatically linked with the commit once the code is pushed to the main branch - that will be a signal for you if you want to try it out immediately by depending on the project sources. I'll close the issue too, please feel free to comment or re-open if the fix is not addressing your issue. Thanks. |
Thanks a lot! |
Fix a bug when seeking in an opus container. The calculations inside DefaultOggSeeker may overflow a long primitive. Issue: #391 #minor-release PiperOrigin-RevId: 534128513
Fix a bug when seeking in an opus container. The calculations inside DefaultOggSeeker may overflow a long primitive. Issue: androidx/media#391 #minor-release PiperOrigin-RevId: 534128513
Fix a bug when seeking in an opus container. The calculations inside DefaultOggSeeker may overflow a long primitive. Issue: androidx/media#391 #minor-release PiperOrigin-RevId: 534128513 (cherry picked from commit 5535cd1)
Media3 Version
Media3 1.0.1
Devices that reproduce the issue
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
Expected result
The playback start immediately
Actual result
The playback doesn't start at all or starts after several minutes.
If in the range of < 20h the playback starts immediately on seeking. After the 25h mark it's getting very very slow.
Media
Sent by mail
Bug Report
adb bugreport
to [email protected] after filing this issue.The text was updated successfully, but these errors were encountered: