]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Translated using Weblate (French (France))
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 7efaeb5a2faf959869821bbac6a7caa56bed4c73..b16fafa4083aba007b37cdc3d0761f72e81f9c27 100644 (file)
@@ -178,7 +178,7 @@ plugins:
 
 federation:
   videos:
-    federate_unlisted: true
+    federate_unlisted: false
 
 cache:
   previews:
@@ -246,9 +246,28 @@ transcoding:
 live:
   enabled: false
 
+  # Limit lives duration
+  # Set null to disable duration limit
+  max_duration: 5 hours
+
+  # Limit max number of live videos created on your instance
+  # -1 == unlimited
+  max_instance_lives: 20
+
+  # Limit max number of live videos created by a user on your instance
+  # -1 == unlimited
+  max_user_lives: 3
+
+  # Allow your users to save a replay of their live
+  # PeerTube will transcode segments in a video file
+  # If the user daily/total quota is reached, PeerTube will stop the live
+  # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay
+  allow_replay: false
+
   rtmp:
     port: 1935
 
+  # Allow to transcode the live streaming in multiple live resolutions
   transcoding:
     enabled: false
     threads: 2