From 7f8f8bdb4a1fb695a114874c4679605ac8911e2d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Feb 2019 17:20:28 +0100 Subject: HLS is only supported by ffmpeg 4 Because of https://github.com/FFmpeg/FFmpeg/commit/c8f625f52998faa9bf0fe22701f1684e51edfc07 --- config/production.yaml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/production.yaml.example') 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: 720p: false 1080p: false # /!\ EXPERIMENTAL /!\ - # /!\ Requires ffmpeg >= 3.4 - # Generate HLS playlist/segments. Better playback than with WebTorrent: + # /!\ Requires ffmpeg >= 4 + # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: # * Resolution change is smoother # * Faster playback in particular with long videos # * More stable playback (less bugs/infinite loading) - # /!\ Multiply videos storage by two /!\ + # /!\ Multiply videos storage by 2 /!\ hls: enabled: false -- cgit v1.2.3