mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 23:06:22 +09:00
output encoded video to stdout instead and add twitch stream script
This commit is contained in:
@@ -80,5 +80,5 @@ int sound_device_read_next_chunk(SoundDevice *device, char **buffer) {
|
||||
fprintf(stderr, "short read, read %d frames\n", rc);
|
||||
}
|
||||
*buffer = device->buffer;
|
||||
return rc;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user