mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
Enable live transcoding by default
Direct muxing is not robust enough
This commit is contained in:
parent
d9550daf05
commit
cf3e0d69a6
@ -269,7 +269,7 @@ live:
|
||||
|
||||
# Allow to transcode the live streaming in multiple live resolutions
|
||||
transcoding:
|
||||
enabled: false
|
||||
enabled: true
|
||||
threads: 2
|
||||
|
||||
resolutions:
|
||||
|
@ -283,7 +283,7 @@ live:
|
||||
|
||||
# Allow to transcode the live streaming in multiple live resolutions
|
||||
transcoding:
|
||||
enabled: false
|
||||
enabled: true
|
||||
threads: 2
|
||||
|
||||
resolutions:
|
||||
|
Loading…
Reference in New Issue
Block a user