-
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
Live Smooth-Streaming playback issues #2101
Comments
Please search for existing issues. Specifically, #1152. It's likely this case is the same. |
Hi, Moacir |
The sample "works" in 1.5.8, but if you look at logcat you'll still see that error being spammed repeatedly into the logs. The reason it still plays successfully is because there was another bug that would then cause the extractor to retry from the wrong position in the data. This bug has since been fixed. The issue is exactly the same case as in #1152. It looks like the content provider has at some point inserted extra UUID atoms that are 61 bytes long between the
You can pretty easily work around this issue by commenting out L940-L953 (inclusive) of |
Thanks for the quick analysis! Moacir |
Thank you, indeed it worked. Moacir |
We've seen this issue reported three times now, so it's obviously not an isolated problem. Do you think anything bad will happen to non-SmoothStreaming playback cases if I do this? I suspect not, but if you feel strongly I can easily add a FLAG_WORKAROUND_X flag for it, and enable it for SmoothStreaming only. #2292 #2101 #1152 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143583714
We've seen this issue reported three times now, so it's obviously not an isolated problem. Do you think anything bad will happen to non-SmoothStreaming playback cases if I do this? I suspect not, but if you feel strongly I can easily add a FLAG_WORKAROUND_X flag for it, and enable it for SmoothStreaming only. #2292 #2101 #1152 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143583714
The following live Smooth-Streaming stream no longer plays in ExoPlayer 2.0.4 demo application:
http://essdrmproducts-dev.insidesecure.com:9090/live/clear.isml/manifest
It was playing in ExoPlayer 1.5.8 demo application. In the logs, the following error shows up:
In order to reproduce the issue, you just need to add the related content to the demo app samples and attempt to start the playback, in any device.
Can you please investigate this issue?
Please, let me know if any further information is needed.
Kind regards,
Moacir
The text was updated successfully, but these errors were encountered: