[FFmpeg-user] how to use videocodec copy for ffserver

Soho Soho123 soho123.2012 at gmail.com
Thu Mar 21 03:57:06 CET 2013


Hi All,


as my understanding,
I can set video copy when I start ffmpeg by the command line:
ffmpeg  -loglevel debug -f video4linux2 -r 12 -s 640x480 -input_format
h264 -i /dev/video1 -vcodec copy http://localhost:8090/feed1.ffm

Such that ffmpeg will get video data and then put to the feed without
decode and encode.
But how to set VideoCodec for ffserver without encode in ffserver.conf?

I just like to invoke ffserver to do mux video stream then output for
remote client (vlc).

Does anyonre have idea?


More information about the ffmpeg-user mailing list