aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-07 11:44:28 +0100
committerChocobozzz <me@florianbigard.com>2020-01-07 11:44:28 +0100
commit8b7bd166738b67afe09b03960352697a48632075 (patch)
treec3ecdf0783484120f90d91645b3f733652967b49 /support
parent04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed (diff)
downloadPeerTube-8b7bd166738b67afe09b03960352697a48632075.tar.gz
PeerTube-8b7bd166738b67afe09b03960352697a48632075.tar.zst
PeerTube-8b7bd166738b67afe09b03960352697a48632075.zip
Update changelog, 2.1.0-rc.1 -> end of January
Diffstat (limited to 'support')
-rw-r--r--support/doc/tools.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md
index ee0de4695..d5427b5b7 100644
--- a/support/doc/tools.md
+++ b/support/doc/tools.md
@@ -227,6 +227,12 @@ Or to transcode to a specific resolution:
227$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] -r [resolution] 227$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] -r [resolution]
228``` 228```
229 229
230To generate an HLS playlist for a video:
231
232```
233$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- --generate-hls -v [videoUUID]
234```
235
230### create-import-video-file-job.js 236### create-import-video-file-job.js
231 237
232You can use this script to import a video file to replace an already uploaded file or to add a new resolution to a video. PeerTube needs to be running. 238You can use this script to import a video file to replace an already uploaded file or to add a new resolution to a video. PeerTube needs to be running.