diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index e16b8c352..5a83b271e 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -48,6 +48,7 @@ storage: | |||
48 | tmp: 'storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... | 48 | tmp: 'storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... |
49 | avatars: 'storage/avatars/' | 49 | avatars: 'storage/avatars/' |
50 | videos: 'storage/videos/' | 50 | videos: 'storage/videos/' |
51 | playlists: 'storage/playlists/' | ||
51 | redundancy: 'storage/redundancy/' | 52 | redundancy: 'storage/redundancy/' |
52 | logs: 'storage/logs/' | 53 | logs: 'storage/logs/' |
53 | previews: 'storage/previews/' | 54 | previews: 'storage/previews/' |
@@ -138,6 +139,15 @@ transcoding: | |||
138 | 480p: false | 139 | 480p: false |
139 | 720p: false | 140 | 720p: false |
140 | 1080p: false | 141 | 1080p: false |
142 | # /!\ EXPERIMENTAL /!\ | ||
143 | # /!\ Requires ffmpeg >= 3.4 | ||
144 | # Generate HLS playlist/segments. Better playback than with WebTorrent: | ||
145 | # * Resolution change is smoother | ||
146 | # * Faster playback in particular with long videos | ||
147 | # * More stable playback (less bugs/infinite loading) | ||
148 | # /!\ Multiply videos storage by two /!\ | ||
149 | hls: | ||
150 | enabled: false | ||
141 | 151 | ||
142 | import: | 152 | import: |
143 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 153 | # Add ability for your users to import remote videos (from YouTube, torrent...) |