Ran Shalit <ranshalit@...> writes: > I thought that maybe I can skip the muxing, and just > use http live streaming of the images one after the > other in something similar to the following: > > ./ffmpeg -f video4linux2 -s 640x480 -r 15 -re -i /dev/video0 > -an -vcodec mjpeg -bf 5 http://localhost:8099/feed1.ffm
ffm is a format into which you are muxing with this command. I wonder if ffm is useful for anything but ffserver. If you want to use mjpeg, then you have no issue because other formats (except mpegts) are supported, including rtp. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
