From a056ca4813c82f490dcd31ac97a64d6bf76d3dcc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Oct 2020 15:24:40 +0100 Subject: Add max lives limit --- config/default.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index d0937bfc8..af16f081f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -250,6 +250,14 @@ live: # 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 -- cgit v1.2.3