]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/config/custom-environment-variables.yaml
Add support for HLS in the Docker container. (#2324)
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / custom-environment-variables.yaml
index d5b8788300e10e2fb32600606db58e5180e153c8..c4c62755171362e18f193ee597cfdfe13efe54e7 100644 (file)
@@ -103,12 +103,16 @@ transcoding:
     720p:
       __name: "PEERTUBE_TRANSCODING_720P"
       __format: "json"
-    1080:
+    1080p:
       __name: "PEERTUBE_TRANSCODING_1080P"
       __format: "json"
-    2160:
+    2160p:
       __name: "PEERTUBE_TRANSCODING_2160P"
       __format: "json"
+  hls:
+    enabled:
+      __name: "PEERTUBE_TRANSCODING_HLS_ENABLED"
+      __format: "json"
 
 instance:
   name: "PEERTUBE_INSTANCE_NAME"