Fix streaming not working (-f sent twice)

This commit is contained in:
dec05eba
2024-12-31 10:32:00 +01:00
parent 94cb63f00f
commit 1b56c5b246
4 changed files with 0 additions and 1 deletions

View File

@@ -1973,7 +1973,6 @@ namespace gsr {
"-fm", framerate_mode.c_str(),
"-encoder", encoder,
"-f", fps.c_str(),
"-f", fps.c_str(),
"-v", "no",
"-o", url.c_str()
};