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

Low delay ( Live ) Mode #21

Closed
typcn opened this issue Oct 2, 2015 · 2 comments
Closed

Low delay ( Live ) Mode #21

typcn opened this issue Oct 2, 2015 · 2 comments

Comments

@typcn
Copy link

typcn commented Oct 2, 2015

An option to only load last X fragments on start playing.

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:2
#EXT-X-TARGETDURATION:10
#EXTINF:10.010,
1.ts
#EXTINF:10.010,
2.ts
#EXTINF:10.010,
3.ts <---- load it on call hls.loadSource()
@mangui
Copy link
Member

mangui commented Oct 5, 2015

@typcn this should be achievable now, thanks to https://github.com/dailymotion/hls.js/blob/master/API.md#livesyncdurationcount

mangui added a commit that referenced this issue Oct 5, 2015
@typcn
Copy link
Author

typcn commented Oct 6, 2015

image
Work fine , thanks

@typcn typcn closed this as completed Oct 6, 2015
johnBartos pushed a commit that referenced this issue Jun 27, 2018
Re-commit orphan 608 PRs which were previously reverted
realeyes-matthew added a commit to realeyes-matthew/hls.js that referenced this issue Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants