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

Jump gaps feature #2418

Merged
merged 2 commits into from Feb 16, 2018
Merged

Conversation

epiclabsDASH
Copy link
Contributor

Enable dash.js to jump over small time gaps in the stream. A gap is defined as small when it is shorter or equal to the limit defined with the MediaPlayer method setSmallGapLimit. By default, smallGapLimit value is set to 0.8.

By default jump gap feature is disabled. If you want to enable it you must use the MediaPlayer method setJumpGaps.

This PR also adds a new UI control to Dash Reference Player that allows the user to enable/disable jump gap feature with the UI. By default jump gaps feature is enabled for the Dash Reference Player.

Note: Some of the work done here is based on a PR previously sent by @WeiRen1991 (#2102). There were some things to fix there and some conflicts to resolve, so I preferred to sent a new PR and keep everything as cleaner as possible. Anyway, Thanks @Weirein1991 for your efforts and contribution.

@epiclabsDASH epiclabsDASH added this to the v2.6.7 milestone Feb 12, 2018
@epiclabsDASH epiclabsDASH merged commit f3fca64 into Dash-Industry-Forum:development Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants