Use bundled VHS with VideoJS and reinstall js libraries

This commit is contained in:
Gabe Kangas
2021-10-21 11:23:41 -07:00
parent fa46bd95aa
commit 112f6b6aaa
12 changed files with 135 additions and 33788 deletions

View File

@@ -1,7 +1,6 @@
// https://docs.videojs.com/player
import videojs from '/js/web_modules/videojs/core.js';
import '/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js';
import videojs from '/js/web_modules/videojs/dist/video.min.js';
import { getLocalStorage, setLocalStorage } from '../utils/helpers.js';
import { PLAYER_VOLUME, URL_STREAM } from '../utils/constants.js';