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

[FR] Skipping segments #1570

Closed
zangue opened this issue Sep 5, 2016 · 3 comments
Closed

[FR] Skipping segments #1570

zangue opened this issue Sep 5, 2016 · 3 comments

Comments

@zangue
Copy link
Contributor

zangue commented Sep 5, 2016

To achieve low, constant delay during live stream sessions, some algorithms rely on the ability to skip single segments, i.e. to abort download of segment that would take longer - that would end pass the presentation time of the segment and thus would increase the delay - and proceed with the download of the next segment.

Now, skipping segments leads to gaps in the play-out buffer and so to discontinuity of timestamps of coded frames which causes playback to stop on error. It would be very handy if dash.js could handle skipped segment in a way that e.g for one skipped segment of 2s the player would be 'stuck' or would stall for 2 seconds and seamlessly proceed whit the playback of the next segment after the gap.

@sandersaares
Copy link
Member

Related: #651

@dsparacio
Copy link
Contributor

This is a duplication of #651 and we are working on this for next release. @zangue are you interested in participating in the design of this feature? I am going to close this now and have referenced it in #651

@zangue
Copy link
Contributor Author

zangue commented Sep 14, 2016

@AkamaiDASH as far as I can, yeah sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants