[Libav-user] supported coded in muxing/demuxing

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Apr 19 20:17:58 CEST 2015


Ran Shalit <ranshalit at ...> 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



More information about the Libav-user mailing list