Add ffmpeg version in config for hls transcoding
This commit is contained in:
parent
e79d0ba56c
commit
9b712a2017
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue