mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Fix streaming not working (-f sent twice)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1973,7 +1973,6 @@ namespace gsr {
|
|||||||
"-fm", framerate_mode.c_str(),
|
"-fm", framerate_mode.c_str(),
|
||||||
"-encoder", encoder,
|
"-encoder", encoder,
|
||||||
"-f", fps.c_str(),
|
"-f", fps.c_str(),
|
||||||
"-f", fps.c_str(),
|
|
||||||
"-v", "no",
|
"-v", "no",
|
||||||
"-o", url.c_str()
|
"-o", url.c_str()
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user