Enable live transcoding by default
Direct muxing is not robust enough
This commit is contained in:
parent
d9550daf05
commit
cf3e0d69a6
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue