diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/default.yaml b/config/default.yaml index 5a83b271e..7af615a82 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -140,12 +140,12 @@ transcoding: | |||
140 | 720p: false | 140 | 720p: false |
141 | 1080p: false | 141 | 1080p: false |
142 | # /!\ EXPERIMENTAL /!\ | 142 | # /!\ EXPERIMENTAL /!\ |
143 | # /!\ Requires ffmpeg >= 3.4 | 143 | # /!\ Requires ffmpeg >= 4 |
144 | # Generate HLS playlist/segments. Better playback than with WebTorrent: | 144 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: |
145 | # * Resolution change is smoother | 145 | # * Resolution change is smoother |
146 | # * Faster playback in particular with long videos | 146 | # * Faster playback in particular with long videos |
147 | # * More stable playback (less bugs/infinite loading) | 147 | # * More stable playback (less bugs/infinite loading) |
148 | # /!\ Multiply videos storage by two /!\ | 148 | # /!\ Multiply videos storage by 2 /!\ |
149 | hls: | 149 | hls: |
150 | enabled: false | 150 | enabled: false |
151 | 151 | ||