So a FILE stream can have both input and output buffers. You can adjust the output stream using setvbuf (I am unaware of any method to play with the input buffer ...
I am currently trying to make a program that will take a stream coming in, like a webcam and a microphone, and I am trying to save both the video and ...