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

Dynamic quality selector - Reacts to video.js source changes #49

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 18, 2021

  1. Merge pull request #1 from chrisboustead/master

    Merge Upstream
    DispatchCommit authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    b8ac205 View commit details
    Browse the repository at this point in the history
  2. Allow plugin to react to source changes on player

    Fixes issue where quality selector does not appear if video.js is not initialized with an HLS file.
    Dynamically shows and hides quality selector based on loaded video
    Allows for quality selector to be used in the same player that shows non HLS files
    DispatchCommit authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    1f1da1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d63a408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97aa9c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c343d4 View commit details
    Browse the repository at this point in the history