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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
