1
0
Fork 0

Enable HLS transcoding by default

This commit is contained in:
Chocobozzz 2021-04-06 08:41:18 +02:00
parent eff9f81810
commit 6a882428e1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 6 additions and 4 deletions

View File

@ -272,7 +272,7 @@ transcoding:
# If you also enabled the hls format, it will multiply videos storage by 2
# If disabled, breaks federation with PeerTube instances < 2.1
webtorrent:
enabled: true
enabled: false
# /!\ Requires ffmpeg >= 4.1
# Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
@ -281,7 +281,7 @@ transcoding:
# * More stable playback (less bugs/infinite loading)
# If you also enabled the webtorrent format, it will multiply videos storage by 2
hls:
enabled: false
enabled: true
live:
enabled: false

View File

@ -282,7 +282,7 @@ transcoding:
# If you also enabled the hls format, it will multiply videos storage by 2
# If disabled, breaks federation with PeerTube instances < 2.1
webtorrent:
enabled: true
enabled: false
# /!\ Requires ffmpeg >= 4.1
# Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
@ -291,7 +291,7 @@ transcoding:
# * More stable playback (less bugs/infinite loading)
# If you also enabled the webtorrent format, it will multiply videos storage by 2
hls:
enabled: false
enabled: true
live:
enabled: false

View File

@ -87,6 +87,8 @@ transcoding:
1080p: true
1440p: true
2160p: true
webtorrent:
enabled: true
hls:
enabled: true