diff options
author | Chocobozzz <me@florianbigard.com> | 2020-09-17 09:20:52 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | c6c0fa6cd8fe8f752463d8982c3dbcd448739c4e (patch) | |
tree | 79304b0152b0a38d33b26e65d4acdad0da4032a7 /config/default.yaml | |
parent | 110d463fece85e87a26aca48a6048ae0017a27b3 (diff) | |
download | PeerTube-c6c0fa6cd8fe8f752463d8982c3dbcd448739c4e.tar.gz PeerTube-c6c0fa6cd8fe8f752463d8982c3dbcd448739c4e.tar.zst PeerTube-c6c0fa6cd8fe8f752463d8982c3dbcd448739c4e.zip |
Live streaming implementation first step
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 0c2d165be..7efaeb5a2 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -243,6 +243,24 @@ transcoding: | |||
243 | hls: | 243 | hls: |
244 | enabled: false | 244 | enabled: false |
245 | 245 | ||
246 | live: | ||
247 | enabled: false | ||
248 | |||
249 | rtmp: | ||
250 | port: 1935 | ||
251 | |||
252 | transcoding: | ||
253 | enabled: false | ||
254 | threads: 2 | ||
255 | |||
256 | resolutions: | ||
257 | 240p: false | ||
258 | 360p: false | ||
259 | 480p: false | ||
260 | 720p: false | ||
261 | 1080p: false | ||
262 | 2160p: false | ||
263 | |||
246 | import: | 264 | import: |
247 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 265 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
248 | videos: | 266 | videos: |