aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-09-25 10:04:21 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-11-09 15:33:04 +0100
commita5cf76afa378aae81af2a9b0ce548e5d2582f832 (patch)
tree58da320232bee7c9656774c5d6811e82bbf6c696 /config/default.yaml
parentde6310b2fcbb8a6b79c546b23dfa1920724faaa7 (diff)
downloadPeerTube-a5cf76afa378aae81af2a9b0ce548e5d2582f832.tar.gz
PeerTube-a5cf76afa378aae81af2a9b0ce548e5d2582f832.tar.zst
PeerTube-a5cf76afa378aae81af2a9b0ce548e5d2582f832.zip
Add watch messages if live has not started
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 7efaeb5a2..d0937bfc8 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -246,9 +246,20 @@ transcoding:
246live: 246live:
247 enabled: false 247 enabled: false
248 248
249 # Limit lives duration
250 # Set null to disable duration limit
251 max_duration: 5 hours
252
253 # Allow your users to save a replay of their live
254 # PeerTube will transcode segments in a video file
255 # If the user daily/total quota is reached, PeerTube will stop the live
256 # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay
257 allow_replay: true
258
249 rtmp: 259 rtmp:
250 port: 1935 260 port: 1935
251 261
262 # Allow to transcode the live streaming in multiple live resolutions
252 transcoding: 263 transcoding:
253 enabled: false 264 enabled: false
254 threads: 2 265 threads: 2