diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index c54e1a516..413e3c478 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -153,12 +153,12 @@ transcoding: | |||
153 | 720p: false | 153 | 720p: false |
154 | 1080p: false | 154 | 1080p: false |
155 | # /!\ EXPERIMENTAL /!\ | 155 | # /!\ EXPERIMENTAL /!\ |
156 | # /!\ Requires ffmpeg >= 3.4 | 156 | # /!\ Requires ffmpeg >= 4 |
157 | # Generate HLS playlist/segments. Better playback than with WebTorrent: | 157 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: |
158 | # * Resolution change is smoother | 158 | # * Resolution change is smoother |
159 | # * Faster playback in particular with long videos | 159 | # * Faster playback in particular with long videos |
160 | # * More stable playback (less bugs/infinite loading) | 160 | # * More stable playback (less bugs/infinite loading) |
161 | # /!\ Multiply videos storage by two /!\ | 161 | # /!\ Multiply videos storage by 2 /!\ |
162 | hls: | 162 | hls: |
163 | enabled: false | 163 | enabled: false |
164 | 164 | ||