mirror of https://github.com/Chocobozzz/PeerTube
Enable HLS transcoding by default
parent
eff9f81810
commit
6a882428e1
|
@ -272,7 +272,7 @@ transcoding:
|
||||||
# If you also enabled the hls format, it will multiply videos storage by 2
|
# If you also enabled the hls format, it will multiply videos storage by 2
|
||||||
# If disabled, breaks federation with PeerTube instances < 2.1
|
# If disabled, breaks federation with PeerTube instances < 2.1
|
||||||
webtorrent:
|
webtorrent:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# /!\ Requires ffmpeg >= 4.1
|
# /!\ Requires ffmpeg >= 4.1
|
||||||
# Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
|
# Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
|
||||||
|
@ -281,7 +281,7 @@ transcoding:
|
||||||
# * More stable playback (less bugs/infinite loading)
|
# * More stable playback (less bugs/infinite loading)
|
||||||
# If you also enabled the webtorrent format, it will multiply videos storage by 2
|
# If you also enabled the webtorrent format, it will multiply videos storage by 2
|
||||||
hls:
|
hls:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
live:
|
live:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -282,7 +282,7 @@ transcoding:
|
||||||
# If you also enabled the hls format, it will multiply videos storage by 2
|
# If you also enabled the hls format, it will multiply videos storage by 2
|
||||||
# If disabled, breaks federation with PeerTube instances < 2.1
|
# If disabled, breaks federation with PeerTube instances < 2.1
|
||||||
webtorrent:
|
webtorrent:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# /!\ Requires ffmpeg >= 4.1
|
# /!\ Requires ffmpeg >= 4.1
|
||||||
# Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
|
# Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
|
||||||
|
@ -291,7 +291,7 @@ transcoding:
|
||||||
# * More stable playback (less bugs/infinite loading)
|
# * More stable playback (less bugs/infinite loading)
|
||||||
# If you also enabled the webtorrent format, it will multiply videos storage by 2
|
# If you also enabled the webtorrent format, it will multiply videos storage by 2
|
||||||
hls:
|
hls:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
live:
|
live:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -87,6 +87,8 @@ transcoding:
|
||||||
1080p: true
|
1080p: true
|
||||||
1440p: true
|
1440p: true
|
||||||
2160p: true
|
2160p: true
|
||||||
|
webtorrent:
|
||||||
|
enabled: true
|
||||||
hls:
|
hls:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue