diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-29 08:37:25 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-02-11 09:13:02 +0100 |
commit | 092092969633bbcf6d4891a083ea497a7d5c3154 (patch) | |
tree | 69e82fe4f60c444cca216830e96afe143a9dac71 /package.json | |
parent | 4348a27d252a3349bafa7ef4859c0e2cf060c255 (diff) | |
download | PeerTube-092092969633bbcf6d4891a083ea497a7d5c3154.tar.gz PeerTube-092092969633bbcf6d4891a083ea497a7d5c3154.tar.zst PeerTube-092092969633bbcf6d4891a083ea497a7d5c3154.zip |
Add hls support on server
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 0cf39c7ee..c8c9e64ae 100644 --- a/package.json +++ b/package.json | |||
@@ -117,6 +117,7 @@ | |||
117 | "fluent-ffmpeg": "^2.1.0", | 117 | "fluent-ffmpeg": "^2.1.0", |
118 | "fs-extra": "^7.0.0", | 118 | "fs-extra": "^7.0.0", |
119 | "helmet": "^3.12.1", | 119 | "helmet": "^3.12.1", |
120 | "hlsdownloader": "https://github.com/Chocobozzz/hlsdownloader#build", | ||
120 | "http-signature": "^1.2.0", | 121 | "http-signature": "^1.2.0", |
121 | "ip-anonymize": "^0.0.6", | 122 | "ip-anonymize": "^0.0.6", |
122 | "ipaddr.js": "1.8.1", | 123 | "ipaddr.js": "1.8.1", |