[FFmpeg-user] ffmpeg rtsp + audio from other device

James Lu luj125 at gmail.com
Tue Aug 16 20:17:22 CEST 2011


Pavel,

Have you tried ffmpeg -f rstp -i rstp://link -f alsa -i hw:0,0 -f flv
"rtmp://link"
Adding more options on the output such as the vcodec and acodec may help.

Hope this helps.

~James

On Tue, Aug 16, 2011 at 10:49 AM, taran2L <pavel.taran at gmail.com> wrote:

> Hello!
>
> How I can get video from ip camera (RTSP) and audio from computer
> microphone
>
> It's not work!
> ffmpeg -an -i rtsp://link -f alsa -i hw:0,0 -f flv "rtmp://link"
>
> Only one microphone work!
> ffmpeg -f alsa -i hw:0,0 -f flv "rtmp://link"
>
> HELP!!1
>
> --
> View this message in context:
> http://ffmpeg-users.933282.n4.nabble.com/ffmpeg-rtsp-audio-from-other-device-tp3747446p3747446.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list