ffmpeg rtsp + audio from other device
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... Sent from the FFmpeg-users mailing list archive at Nabble.com.
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@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... Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
On Tue, Aug 16, 2011 at 2:17 PM, James Lu <luj125@gmail.com> wrote:
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@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... Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Oops, sorry I meant *rtsp
participants (2)
-
James Lu -
taran2L