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

⬆️ videojs upgrade #2535

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

⬆️ videojs upgrade #2535

wants to merge 10 commits into from

Commits on Feb 21, 2024

  1. ⬆️(lib_video) upgrade video.js to 8.7.0

    A new version of video.js was available, we upgraded to it.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    85d30ce View commit details
    Browse the repository at this point in the history
  2. ⬆️(lib-video) fork videojs-http-source-selector

    The official videojs-http-source-selector on npm is not compatible
    with video.js version 8, this forked version is compatible.
    We decided to use this version in waiting the official version to be
    compatible with video.js version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9145186 View commit details
    Browse the repository at this point in the history
  3. ♻️(lib-video) adapt plugin video.js downloadVideoPlugin

    We adapt the plugin downloadVideoPlugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    209c63a View commit details
    Browse the repository at this point in the history
  4. ♻️(lib-video) adapt plugin video.js id3Plugin

    We adapt the plugin id3Plugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d445540 View commit details
    Browse the repository at this point in the history
  5. ♻️(lib-video) adapt plugin video.js p2pHlsPlugin

    We adapt the plugin p2pHlsPlugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c6e4516 View commit details
    Browse the repository at this point in the history
  6. ♻️(lib-video) adapt plugin video.js qualitySelectorPlugin

    We adapt the plugin qualitySelectorPlugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2b82635 View commit details
    Browse the repository at this point in the history
  7. ♻️(lib-video) adapt plugin video.js sharedMediaPlugin

    We adapt the plugin sharedMediaPlugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    61cd5b1 View commit details
    Browse the repository at this point in the history
  8. ♻️(lib-video) adapt plugin video.js transcriptPlugin

    We adapt the plugin transcriptPlugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    82b83bd View commit details
    Browse the repository at this point in the history
  9. ♻️(lib-video) adapt plugin video.js xapiPlugin

    We adapt the plugin xapiPlugin to work with video.js
    version 8.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cee17f3 View commit details
    Browse the repository at this point in the history
  10. ✅(frontend) adapt babel to interpret declare keyword in typescript

    When we adapted the class in the plugin video.js, we use the keyword
    "declare", which is not interpreted by babel. We need to add a plugin
    to babel to interpret this keyword correctly.
    AntoLC authored and lunika committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0ac7324 View commit details
    Browse the repository at this point in the history