Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
6a882428
Verified
Commit
6a882428
authored
Apr 06, 2021
by
Chocobozzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable HLS transcoding by default
parent
eff9f818
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
config/default.yaml
config/default.yaml
+2
-2
config/production.yaml.example
config/production.yaml.example
+2
-2
config/test.yaml
config/test.yaml
+2
-0
No files found.
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
Markdown
is supported
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