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

Adding load method for playback pattern creation #122

Merged
merged 4 commits into from
May 17, 2023

Conversation

leaofelipe
Copy link
Member

Summary

  1. This PR adds a Load method, implementing a pattern for Clappr playbacks
  2. Update outdated dependencies

How to test

  1. Run the project
  2. Create a Window Player object, adding this lines on public/index.html file, at line 45:
window.player = player
  1. Play the video
  2. Load another media and play it using:
player.core.activePlayback.load('http://dash.edgesuite.net/dash264/TestCases/2c/qualcomm/2/MultiRes.mpd')
player.core.activePlayback.play()
  1. The video should be played correctly.

@jhonatangcavalcanti jhonatangcavalcanti merged commit c80534b into master May 17, 2023
@jhonatangcavalcanti jhonatangcavalcanti deleted the feature/adding-load-method branch May 17, 2023 20:45
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