Fix live transcoding

This commit is contained in:
Chocobozzz 2023-03-31 16:01:11 +02:00
parent 631f784774
commit f75237f46b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ async function register ({
const buildLive = (options) => {
return {
outputOptions: [
`${buildStreamSuffix('-r:v', options.streamNum)} ${fps}`,
`${buildStreamSuffix('-r:v', options.streamNum)} ${options.fps}`,
`-crf ${store.crf}`
]
}