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

Fix buffering, seeked and playing events #86

Merged
merged 6 commits into from
Oct 13, 2020

Conversation

jhonatangcavalcanti
Copy link
Member

@jhonatangcavalcanti jhonatangcavalcanti commented Oct 8, 2020

The buffering and bufferfull events were duplicated because the html5 playback also handle them.
This PR removes the triggers from html5 playback in favor of buffering events from the shaka player.

Besides that, the playing and seeked events are also fixed based on shaka-project/shaka-player#2230.

There is also a new getter to allow access to the shaka lib from DashShakaPlayback.

The _handleBufferingEvents should be override to avoid duplicated buffering/bufferfull events.
@jhonatangcavalcanti jhonatangcavalcanti force-pushed the feature/fix-buffering-and-play-events branch from fa5c67a to a0fa6e2 Compare October 8, 2020 20:36
@jhonatangcavalcanti jhonatangcavalcanti changed the title Fix buffering and playing events Fix buffering, seeked and playing events Oct 8, 2020
@jhonatangcavalcanti jhonatangcavalcanti force-pushed the feature/fix-buffering-and-play-events branch from a0fa6e2 to a620320 Compare October 8, 2020 20:43
@joaopaulovieira joaopaulovieira merged commit 0c805ce into master Oct 13, 2020
@joaopaulovieira joaopaulovieira deleted the feature/fix-buffering-and-play-events branch October 13, 2020 13:57
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

Successfully merging this pull request may close these issues.

3 participants