]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
restore live transcoding to live streaming tab
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index fb37ff8c7a3c09fd65a7bd27f582393b5875f71a..a8a7242552342037a1f682edd2472b7ba03b2104 100644 (file)
@@ -82,6 +82,24 @@ transcoding:
   hls:
     enabled: true
 
+live:
+  enabled: false
+
+  rtmp:
+    port: 1935
+
+  transcoding:
+    enabled: false
+    threads: 2
+
+    resolutions:
+      240p: false
+      360p: false
+      480p: false
+      720p: false
+      1080p: false
+      2160p: false
+
 import:
   videos:
     http:
@@ -120,3 +138,12 @@ search:
     disable_local_search: false
     # If you did not disable local search, you can decide to use the search index by default
     is_default_search: true
+
+federation:
+  videos:
+    federate_unlisted: true
+
+views:
+  videos:
+    remote:
+      max_age: -1