Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
6a882428
Verified
Commit
6a882428
authored
Apr 06, 2021
by
Chocobozzz
Browse files
Enable HLS transcoding by default
parent
eff9f818
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/default.yaml
View file @
6a882428
...
...
@@ -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
:
tru
e
enabled
:
fals
e
# /!\ 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
:
fals
e
enabled
:
tru
e
live
:
enabled
:
false
...
...
config/production.yaml.example
View file @
6a882428
...
...
@@ -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:
tru
e
enabled:
fals
e
# /!\ 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:
fals
e
enabled:
tru
e
live:
enabled: false
...
...
config/test.yaml
View file @
6a882428
...
...
@@ -87,6 +87,8 @@ transcoding:
1080p
:
true
1440p
:
true
2160p
:
true
webtorrent
:
enabled
:
true
hls
:
enabled
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment