[FFmpeg-user] Problem streaming mjpeg as UDP
bartom
bartomas at gmail.com
Tue Dec 6 17:58:31 CET 2011
Hi
I'm trying to use ffmpeg to convert an avi file and stream it as UDP.
I tried first to just convert the file with the following command and it
worked fine:
ffmpeg -i /pathToFile/sample.avi -vcodec mjpeg output.mjpeg
However, when I try:
ffmpeg -i /pathToFile/sample.avi -vcodec mjpeg udp://127.0.0.1:1234
I get the following error message:
Unable to find a suitable output format for 'udp://127.0.0.1:1234'
Do you what I am doing wrong?
Thanks a lot for any help
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Problem-streaming-mjpeg-as-UDP-tp4165527p4165527.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list