[FFmpeg-user] MJPEG stream include Audio

Soho Soho123 soho123.2012 at gmail.com
Fri Jun 17 13:22:15 CEST 2011


Hi All,

Does anyone have idea about :
MJPEG stream include Audio?

using ffmpeg to get video and audio data and then output to http for ffserver .
this is ip cam application.
currently we can get video data to ffserver by the configuration
below, and ffmpeg command option.
=================================================================
<Stream test.mjpg>
Feed feed1.ffm
Format mjpeg
VideoFrameRate 30
VideoSize 1280x720
VideoBitRate 256
VideoBufferSize 400
VideoIntraOnly
NoAudio
Strict -1
</Stream>
ffmpeg -intra -f video4linux2 -vcodec mjpeg -r 30 -s 1280x720 -i
/dev/video0 -r 30 -vcodec copy http://localhost:8090/feed1.ffm
</dev/null &
===============================================================================
What is need to modify?

Thanks!
Soho


More information about the ffmpeg-user mailing list