1
0
Fork 0
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:
Chocobozzz 2020-10-30 15:09:00 +01:00 committed by Chocobozzz
parent d2345ce920
commit 77e9f859c6
9 changed files with 527 additions and 3 deletions

View file

@ -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]