output encoded video to stdout instead and add twitch stream script

This commit is contained in:
dec05eba
2020-03-30 21:21:30 +02:00
parent eff9ff10cc
commit 34a000d836
3 changed files with 32 additions and 23 deletions

View File

@@ -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;
}