mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Enable live transcoding by default
Direct muxing is not robust enough
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user