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

EXT-X-START does not work since v0.6.9 on single level manifest #1353

Closed
4 tasks done
shoys89 opened this issue Sep 18, 2017 · 7 comments
Closed
4 tasks done

EXT-X-START does not work since v0.6.9 on single level manifest #1353

shoys89 opened this issue Sep 18, 2017 · 7 comments
Labels

Comments

@shoys89
Copy link

shoys89 commented Sep 18, 2017

Environment
Steps to reproduce
  1. Go to http://streambox.fr/mse/hls.js-0.8.2/demo/?src=http%3A%2F%2Facdn-vs.thuuz.com%2Ftest3a4secoff.m3u8&enableStreaming=true&autoRecoverError=true&enableWorker=true&dumpfMP4=false&levelCapping=-1&defaultAudioCodec=undefined

  2. The following stream has the following tags #EXT-X-START:TIME-OFFSET=4.5,PRECISE=YES, anyway the playback is starting from very beginning instead of 4 second.

Expected behavior

It should start playing from timestamp 4:00
look that this tag was wortking in older HLS version
HLS 0.6.2 = Working
http://streambox.fr/mse/hls.js-0.6.2-2/demo/?src=http%3A%2F%2Facdn-vs.thuuz.com%2Ftest3a4secoff.m3u8&enableStreaming=true&autoRecoverError=true&enableWorker=true&levelCapping=-1&defaultAudioCodec=undefined

Actual behavior

Starting from 00:00 instead of 00:04

@shoys89
Copy link
Author

shoys89 commented Sep 18, 2017

Very interesting. I went back through the history and it looks like it broke in v0.6.9 last November. It had been working just prior to that.

@shoys89 shoys89 closed this as completed Sep 18, 2017
@shoys89 shoys89 reopened this Sep 18, 2017
mangui added a commit that referenced this issue Sep 20, 2017
…LOADED not received yet

fix EXT-X-START not honored on single level playlist
related to #1353

regression introduced by 8db8ea3
@mangui
Copy link
Member

mangui commented Sep 20, 2017

good catch, thanks for bisecting.
regression introduced in v0.6.9 by 8db8ea3
only affecting single stream playlist.
should be fixed now

@GalanB
Copy link

GalanB commented Sep 20, 2017

Thanks, Guillaume!

I was also wondering about the "PRECISE" optional value. (I created the sample above and Maverick and I have been working together on a resolution.) I set it to true and used 4.5 to also test the ability to not render frames before the exact desired time, but I noticed there is no occurrence of the word 'precise' in the code base. Is that capability by any chance supported?

Thanks again,
Galan

@mangui
Copy link
Member

mangui commented Sep 21, 2017

seeking to the start of the segment containing startOffset is currently not supported, seek to startOffset will always be PRECISE

@shoys89
Copy link
Author

shoys89 commented Sep 21, 2017

Awesome, thank you very much, last question, will the fix be in 0.8.3? if yes when it will be released?

Thanks in advanced.

@mangui
Copy link
Member

mangui commented Sep 22, 2017

most probably 0.8.3 will be released over the week-end

@mangui mangui changed the title EXT-X-START does not work in latest hls.js versions EXT-X-START does not work since v0.6.9 on single level manifest Sep 25, 2017
@stale
Copy link

stale bot commented Jun 16, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Wontfix label Jun 16, 2018
@stale stale bot closed this as completed Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants