]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Improve admin users list table
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 048cb37e87449c12f4687c69ae1617a88bf6cac3..4351a4b87a80acb32cb32e710777e6579d10d096 100644 (file)
@@ -420,24 +420,30 @@ live:
   rtmp:
     enabled: true
 
-    hostname: 'localhost'
+    # Listening hostname/port for RTMP server
+    # '::' to listen on IPv6 and IPv4, '0.0.0.0' to listen on IPv4
+    # Use null to automatically listen on '::' if IPv6 is available, or '0.0.0.0' otherwise
+    hostname: null
     port: 1935
 
-    # Public endpoint of your RTMP server
+    # Public hostname of your RTMP server
     # Use null to use the same value than `webserver.hostname`
     public_hostname: null
 
   rtmps:
     enabled: false
 
-    hostname: 'localhost'
+    # Listening hostname/port for RTMPS server
+    # '::' to listen on IPv6 and IPv4, '0.0.0.0' to listen on IPv4
+    # Use null to automatically listen on '::' if IPv6 is available, or '0.0.0.0' otherwise
+    hostname: null
     port: 1936
 
     # Absolute paths
     key_file: ''
     cert_file: ''
 
-    # Public endpoint of your RTMPS server
+    # Public hostname of your RTMPS server
     # Use null to use the same value than `webserver.hostname`
     public_hostname: null
 
@@ -463,6 +469,7 @@ live:
 
 video_studio:
   # Enable video edition by users (cut, add intro/outro, add watermark etc)
+  # If enabled, users can create transcoding tasks as they wish
   enabled: false
 
 import:
@@ -471,6 +478,9 @@ import:
     # Amount of import jobs to execute in parallel
     concurrency: 1
 
+    # Set a custom video import timeout to not block import queue
+    timeout: '2 hours'
+
     # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html
     http:
       # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server