Expand description
Raw rgb24 frame ingest from any Read: stdin fed by ffmpeg -f rawvideo,
a socket, a pipe.
A stream is consecutive frames of width * height * 3 bytes and nothing
else. Socket clients prefix one Header with size and rate; stdin
streams carry no header and take the size from the command line.