aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-05 10:13:37 +0100
committerChocobozzz <me@florianbigard.com>2019-11-05 10:13:37 +0100
commit5d9e4eaabe87ff1b115114b01075b9fabd2b0c5e (patch)
treec477d10c7c907537d3d73ad8391dfecb0f01c5f3 /config/production.yaml.example
parent41eac41b0583bc9b277ae872b1b56a210ba7c29c (diff)
downloadPeerTube-5d9e4eaabe87ff1b115114b01075b9fabd2b0c5e.tar.gz
PeerTube-5d9e4eaabe87ff1b115114b01075b9fabd2b0c5e.tar.zst
PeerTube-5d9e4eaabe87ff1b115114b01075b9fabd2b0c5e.zip
Add ability to enabled HLS in the admin panel
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 96d676a35..d563c7cf2 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -223,8 +223,7 @@ transcoding:
223 720p: false 223 720p: false
224 1080p: false 224 1080p: false
225 2160p: false 225 2160p: false
226 # /!\ EXPERIMENTAL /!\ 226 # /!\ Requires ffmpeg >= 4.1
227 # /!\ Requires ffmpeg >= 4
228 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: 227 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
229 # * Resolution change is smoother 228 # * Resolution change is smoother
230 # * Faster playback in particular with long videos 229 # * Faster playback in particular with long videos