mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-23 10:11:15 +09:00
Fix streaming not working (-f sent twice)
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user