aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
-rw-r--r--config/test.yaml1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index fcbbf17e8..e4e2d2273 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -189,6 +189,7 @@ transcoding:
189 480p: false 189 480p: false
190 720p: false 190 720p: false
191 1080p: false 191 1080p: false
192 2160p: false
192 # /!\ EXPERIMENTAL /!\ 193 # /!\ EXPERIMENTAL /!\
193 # /!\ Requires ffmpeg >= 4 194 # /!\ Requires ffmpeg >= 4
194 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: 195 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0ab99ac45..c025426bb 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -197,6 +197,7 @@ transcoding:
197 480p: false 197 480p: false
198 720p: false 198 720p: false
199 1080p: false 199 1080p: false
200 2160p: false
200 # /!\ EXPERIMENTAL /!\ 201 # /!\ EXPERIMENTAL /!\
201 # /!\ Requires ffmpeg >= 4 202 # /!\ Requires ffmpeg >= 4
202 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: 203 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
diff --git a/config/test.yaml b/config/test.yaml
index 7dabe433c..8d3921614 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -63,6 +63,7 @@ transcoding:
63 480p: true 63 480p: true
64 720p: true 64 720p: true
65 1080p: true 65 1080p: true
66 2160p: true
66 hls: 67 hls:
67 enabled: true 68 enabled: true
68 69