-
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
Can't play HLS link #3632
Comments
Tried on dev branch HEAD, player stays in buffering state, no error log. Link plays fine on QuickTime player. |
It's happen only audio file convert to m3u8 there are other links that get this problem too |
The issue is that the media segments are mp3 segments, but they're named with a
The only remaining thing here is that now we've made |
@ojw28 thank you for your solution Could you please give me an example about HlsExtractorFactory, so I can use it to finish my HlsMediaSource. |
Did you have a look at the interface here: HlsExtractorFactory You can provide your own implementation that forces the initialization of an |
@tonihei |
Issue needs to remain open to track this:
|
We can count the number of bytes read since the last successful sync, and throw if larger than a given threshold. A fix along these lines will be pushed soon. Thanks for your patience! |
Issue:#3632 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=182202289
Please file a new issue, rather than tacking something onto a possibly unrelated issue from months ago. Deleting posts so this issue remains easy to read. Thanks! |
ExoPlayer 2.6.0
Problem is when I play HLS link with HlsMediaSource, it can prepare source by show duration of audio but it won't play when ready.
I'm not quite sure that it's about codec of file that effect to this problem? or something else.
problem link:
"https://live-s2.cocodemy.com/content2/a1.mp3/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9MTIvMjIvMjAxNyAwOToxNzoyOSBBTSZoYXNoX3ZhbHVlPUd6SnFQQkp0VnBia1FJcVlycGl4K3c9PSZ2YWxpZG1pbnV0ZXM9MTA="
playable link:
"https://live-s2.cocodemy.com/content2/p1.mp4/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9MTIvMjIvMjAxNyAwNDo0MDowNyBBTSZoYXNoX3ZhbHVlPUJJTW5IaFU1VzhqSkNoa1JSMFVYZUE9PSZ2YWxpZG1pbnV0ZXM9MTA="
sorry for my bad english.
The text was updated successfully, but these errors were encountered: