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:
parent
e7d8e2b245
commit
a687879e94
10 changed files with 27 additions and 11 deletions
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue