[FFserver-user] MJPEG stream include Audio

Soho Soho123 soho123.2012 at gmail.com
Fri Jun 17 17:19:02 CEST 2011


Hi,

Anyone ever use ffmpeg as stream server IP Cam??
How to include Audio for IP Cam?
Could you kindly help to provide idea?
Thanks a lot!
Best Regards,
Soho

2011/6/17 Soho Soho123 <soho123.2012 at gmail.com>:
> 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 ffserver-user mailing list