1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Reload the video after waiting for the files lock

This commit is contained in:
Chocobozzz 2023-05-05 13:41:48 +02:00 committed by Chocobozzz
parent e7d8e2b245
commit a687879e94
10 changed files with 27 additions and 11 deletions

View file

@ -21,8 +21,8 @@ function sendRTMPStream (options: {
command.outputOption('-c copy')
} else {
command.outputOption('-c:v libx264')
command.outputOption('-g 50')
command.outputOption('-keyint_min 2')
command.outputOption('-g 120')
command.outputOption('-x264-params "no-scenecut=1"')
command.outputOption('-r 60')
}