1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix stucked HLS player

This commit is contained in:
Chocobozzz 2022-07-21 12:08:47 +02:00
parent a6c554fb6e
commit a77c5ff362
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 22 additions and 20 deletions

View file

@ -24,6 +24,8 @@ module.exports = function () {
modules: [ helpers.root('src'), 'node_modules' ],
symlinks: true,
alias: {
'video.js$': path.resolve('node_modules/video.js/core.js'),
'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'),