Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAbility to override VHS? #5932
Open
Ability to override VHS? #5932
Labels
Comments
|
There's a "core" version without VHS, video.core.min.js |
|
@mister-ben That sounds perfect. Thank you for the update. Could the README maybe be updated to mention the "core" version for anyone else looking for similar functionality? |
|
There is the slightly issue with #5223, the current workaround is to alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Description
Briefly describe the issue.
Include a reduced test case, we have a starter template on JSBin you can use.
I've run into a few issues with VideoJS HTTP Streaming:
I don't encounter either of these issues when playing the same content on an older VideoJS version using HLS.js
I would like the ability to override VHS as the default handler for HLS videos and instead use HLS.js in my application
Steps to reproduce
See the two linked issues
Results
Expected
Videos all play without issue
Actual
Some videos do not play properly (see linked issues)
Error output
See linked issues
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
what version of videojs does this occur with?
v7.4.1
browsers
what browser are affected?
OSes
what platforms (operating systems and devices) are affected?
plugins
are any videojs plugins being used on the page? If so, please list them below.
Only
videojs-http-streaming(included with VideoJS)