aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-06 09:09:36 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-11-09 15:33:04 +0100
commit3bc68dfd6183078fb56b53e24e74f889c85c4ae0 (patch)
treeeac38175bf815227f39bf0327c7399b85b05ad08 /client/package.json
parentf8c00564e7e66c7c9d65ea044a4c1485df0e4c7c (diff)
downloadPeerTube-3bc68dfd6183078fb56b53e24e74f889c85c4ae0.tar.gz
PeerTube-3bc68dfd6183078fb56b53e24e74f889c85c4ae0.tar.zst
PeerTube-3bc68dfd6183078fb56b53e24e74f889c85c4ae0.zip
Fix audio sync after saving replay
hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index cb6f77166..152f8445f 100644
--- a/client/package.json
+++ b/client/package.json
@@ -80,7 +80,7 @@
80 "extract-text-webpack-plugin": "4.0.0-beta.0", 80 "extract-text-webpack-plugin": "4.0.0-beta.0",
81 "file-loader": "^6.0.0", 81 "file-loader": "^6.0.0",
82 "focus-visible": "^5.0.2", 82 "focus-visible": "^5.0.2",
83 "hls.js": "^0.14.9", 83 "hls.js": "^0.14.16",
84 "html-loader": "^1.0.0", 84 "html-loader": "^1.0.0",
85 "html-webpack-plugin": "^4.0.3", 85 "html-webpack-plugin": "^4.0.3",
86 "https-browserify": "^1.0.0", 86 "https-browserify": "^1.0.0",