Add ffmpeg version in config for hls transcoding
authorChocobozzz <me@florianbigard.com>
Mon, 11 Feb 2019 10:46:08 +0000 (11:46 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 11 Feb 2019 10:46:08 +0000 (11:46 +0100)
config/default.yaml
config/production.yaml.example

index ad0e6084bd70a3e6d957b87bcd5100cd5fab442f..5a83b271e32252d151ab83ed0c2bbe5a7d09fe29 100644 (file)
@@ -140,6 +140,7 @@ transcoding:
     720p: false
     1080p: false
   # /!\ EXPERIMENTAL /!\
+  # /!\ Requires ffmpeg >= 3.4
   # Generate HLS playlist/segments. Better playback than with WebTorrent:
   #     * Resolution change is smoother
   #     * Faster playback in particular with long videos
index 98734bab614fd02f3ffac5212a809b97346838fe..c54e1a516d71cfecdaf8fa0242862721961df6dc 100644 (file)
@@ -153,6 +153,7 @@ transcoding:
     720p: false
     1080p: false
   # /!\ EXPERIMENTAL /!\
+  # /!\ Requires ffmpeg >= 3.4
   # Generate HLS playlist/segments. Better playback than with WebTorrent:
   #     * Resolution change is smoother
   #     * Faster playback in particular with long videos