On Mar 19, 2012, at 20:00 , Carlo Santos wrote: > > Is it possible to make a streaming server that can read frames from a video > and send it to a client over the network? If so, how is this done?
yes, it is possible. Have you looked at any example reading frames and writing frames? In principle it is the same if you save to a file or write to a stream, what is different is mainly the filename / url you open for the output file. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
