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 _______________________________________________ ffserver-user mailing list ffserver-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffserver-user