From a5cf76afa378aae81af2a9b0ce548e5d2582f832 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Sep 2020 10:04:21 +0200 Subject: Add watch messages if live has not started --- config/default.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config/default.yaml') 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: live: enabled: false + # Limit lives duration + # Set null to disable duration limit + max_duration: 5 hours + + # 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: true + rtmp: port: 1935 + # Allow to transcode the live streaming in multiple live resolutions transcoding: enabled: false threads: 2 -- cgit v1.2.3