-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Building videojs with a customized mux.js library? #7826
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Video.js and VHS are compiled at publish time, so the files in You'd probably have to fork VHS (at least), create a custom build of it, and publish it to npm. Then you'd want to use one of the alternate builds of Video.js that does not include VHS baked in. |
You can probably build it all locally via |
This seems to have a resolution. Please feel free to re-open the ticket if that is not the case. |
Description
I was trying to build VideoJS with a customized muxjs library, I failed. See muxjs ticket about my customization, my final version does
normal_audio(lang=fin,swe,eng,any)|visual_impaired_audio
preference."mux.js": "https://github.com/Murmur/mux.js/tarball/main"
first try| modified mux.ts in
video.js/package.json?
file, this did nothing, stilldist/video.js
had the original muxjs code.second try| modified mux.ts in
video.js/node_modules/@videojs/http-streaming/package.json
file and compile a submodule but builing a module fails on missing test content.How do I skip test cases on http-streaming submodule compilation, or this is not how submodule modification should be injected to the overall videojs compilation?
Reduced test case
No response
Steps to reproduce
Errors
error from http-streaming nodemodules library compilation.
What version of Video.js are you using?
latest
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Firefox
What OS(es) and version(s) does this occur with?
Windows 10
The text was updated successfully, but these errors were encountered: