[FFmpeg-user] unicast input to ffmpeg

Feurstein, Michael Michael.Feurstein at wu.ac.at
Thu May 12 16:04:05 CEST 2011


Hi,

I'm trying to to merge a video and audio stream with ffmpeg.
I can successfully work with a multicast input for ffmpeg as in:

ffmpeg -i udp://@224.0.0.1:1234 -vcodec copy -i http://mp3stream1.apasf.apa.at:8000/ -acodec copy /muxed.mov

However I'd like to use an unicast stream as input for ffmpeg. The unicast is created with vlc directed at 192.168.1.1 ([...] standard{access=udp, mux=ts, dst=192.168.1.1, port=5353} [...]) and can be opened with vlc on the machine its directed at (192.168.1.1) by simply opening udp://

Now when I try to open udp:// with ffmpeg as in:

ffmpeg -i udp:// -vcodec copy -i http://mp3stream1.apasf.apa.at:8000/ -acodec copy /muxed.mov

ffmpeg just sits there and does nothing. I already thought about piping the stream with openRTSP but that would be my fallback option.

Has anyone encountered this same behavior or does someone know what I am doing wrong?

I'd be glad for any input on this topic.

Thanks

Best Regards
Michael Feurstein



More information about the ffmpeg-user mailing list