X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=e4a5ee727437ce0babcac3574f3431cebb5ff65c;hb=28eeb811c40325a28208231324f66f4032e5cf67;hp=8c64270ee3d85b6f47e1dd770efb33b0c9950da0;hpb=d605328a300dca095fa93d7f03fa104573e5a3fa;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 8c64270ee..e4a5ee727 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -4,6 +4,7 @@ listen: hostname: '127.0.0.1' port: 9000 +# Correspond to your reverse proxy server_name/listen configuration (i.e., your public PeerTube instance URL) webserver: https: false hostname: 'localhost' @@ -99,6 +100,8 @@ log: maxFileSize: 12MB maxFiles: 20 anonymizeIP: false + log_ping_requests: true + prettify_sql: false trending: videos: @@ -226,6 +229,7 @@ transcoding: 480p: false 720p: false 1080p: false + 1440p: false 2160p: false # Generate videos in a WebTorrent format (what we do since the first PeerTube release) @@ -247,8 +251,8 @@ live: enabled: false # Limit lives duration - # Set null to disable duration limit - max_duration: 5 hours + # -1 == unlimited + max_duration: -1 # For example: '5 hours' # Limit max number of live videos created on your instance # -1 == unlimited @@ -264,12 +268,13 @@ live: # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay allow_replay: false + # Your firewall should accept traffic from this port in TCP if you enable live rtmp: port: 1935 # Allow to transcode the live streaming in multiple live resolutions transcoding: - enabled: false + enabled: true threads: 2 resolutions: @@ -278,6 +283,7 @@ live: 480p: false 720p: false 1080p: false + 1440p: false 2160p: false import: