Hi, I have a byte buffer of video data and I want to directly use that as 'input' to stream the data. Is it possible to do so? If so, how? Sample command: ffmpeg -framerate 10 -i c:\Stream\img%03d.jpg -f flv rtmp://<server> I need to replace the .jpg input with byte bufer[]. Regards, Abhijit Nathwani