mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add check params live tests
This commit is contained in:
parent
d2345ce920
commit
77e9f859c6
9 changed files with 527 additions and 3 deletions
|
@ -385,6 +385,7 @@ function runLiveTranscoding (rtmpUrl: string, outPath: string, resolutions: numb
|
|||
command.outputOption('-level 3.1')
|
||||
command.outputOption('-map_metadata -1')
|
||||
command.outputOption('-pix_fmt yuv420p')
|
||||
command.outputOption('-max_muxing_queue_size 1024')
|
||||
|
||||
for (let i = 0; i < resolutions.length; i++) {
|
||||
const resolution = resolutions[i]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue