diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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: | |||
250 | # Set null to disable duration limit | 250 | # Set null to disable duration limit |
251 | max_duration: 5 hours | 251 | max_duration: 5 hours |
252 | 252 | ||
253 | # Limit max number of live videos created on your instance | ||
254 | # -1 == unlimited | ||
255 | max_instance_lives: 20 | ||
256 | |||
257 | # Limit max number of live videos created by a user on your instance | ||
258 | # -1 == unlimited | ||
259 | max_user_lives: 3 | ||
260 | |||
253 | # Allow your users to save a replay of their live | 261 | # Allow your users to save a replay of their live |
254 | # PeerTube will transcode segments in a video file | 262 | # PeerTube will transcode segments in a video file |
255 | # If the user daily/total quota is reached, PeerTube will stop the live | 263 | # If the user daily/total quota is reached, PeerTube will stop the live |