diff options
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: |