Skip to content
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

ExoPlayer enters into endless buffering state (HLS) #3021

Closed
sdex opened this issue Jul 4, 2017 · 1 comment
Closed

ExoPlayer enters into endless buffering state (HLS) #3021

sdex opened this issue Jul 4, 2017 · 1 comment

Comments

@sdex
Copy link

sdex commented Jul 4, 2017

Issue description

ExoPlayer enters into endless buffering state. VLC plays video fine.

Reproduction steps

Run the video, seek to 4:00 minutes, on 4:10 playback is stopped, ExoPlayer enters into endless buffering state.

Link to test content

The link has been sent.

Version of ExoPlayer being used

2.4.3

Device(s) and version(s) of Android being used

All devices and emulators.

A full bug report captured from the device

The report has been sent.

Maybe, the issue is related to #2872.

Thanks.

@sdex sdex changed the title ExoPlayer enters into endless buffering state ExoPlayer enters into endless buffering state (HLS) Jul 4, 2017
@ojw28
Copy link
Contributor

ojw28 commented Jul 10, 2017

The media is broken. Specifically, the text media playlist (e.g. 09.m3u8) contain discontinuities where-as the variant media playlists (e.g. 01.m3u8) do not. More worryingly, if you look at the snippet of 09.m3u8 below, it's listing the exact same segment twice around the discontinuity, with two different durations. A segment can only have one duration, and should only be listed once.

#EXTINF:10,
20170630T141639-09-25.vtt
#EXT-X-DISCONTINUITY
#EXTINF:0.01,
20170630T141639-09-25.vtt

If you disable the text track (it's selected by default as this is what the master playlist requests) then playback proceeds successfully.

@ojw28 ojw28 closed this as completed Jul 10, 2017
@google google locked and limited conversation to collaborators Nov 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants