mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
Enable HLS transcoding by default
This commit is contained in:
parent
eff9f81810
commit
6a882428e1
@ -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
|
||||
|
@ -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
|
||||
|
@ -87,6 +87,8 @@ transcoding:
|
||||
1080p: true
|
||||
1440p: true
|
||||
2160p: true
|
||||
webtorrent:
|
||||
enabled: true
|
||||
hls:
|
||||
enabled: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user