diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-06 13:59:50 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | 3cabf3532b9118a19311f14ca3e171d12d554a2f (patch) | |
tree | 46072616df4623d91c87f648e4033b3f1d05d404 /config | |
parent | c8f3cfeba7acc2ab9c5f03161d22856202a49326 (diff) | |
download | PeerTube-3cabf3532b9118a19311f14ca3e171d12d554a2f.tar.gz PeerTube-3cabf3532b9118a19311f14ca3e171d12d554a2f.tar.zst PeerTube-3cabf3532b9118a19311f14ca3e171d12d554a2f.zip |
Add live server hooks
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index af16f081f..120f03d5d 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -262,7 +262,7 @@ live: | |||
262 | # PeerTube will transcode segments in a video file | 262 | # PeerTube will transcode segments in a video file |
263 | # 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 |
264 | # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay | 264 | # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay |
265 | allow_replay: true | 265 | allow_replay: false |
266 | 266 | ||
267 | rtmp: | 267 | rtmp: |
268 | port: 1935 | 268 | port: 1935 |