[Ffmpeg-devel] Streaming video
Serge Nunes
sergenial
Tue May 23 18:21:06 CEST 2006
Hi all,
My objective is to stream live video from an IP camera, and I am doing this:
$ ffserver -f /etc/ffserver.conf
$ ffmpeg -i http://192.168.10.102/mjpg/1/video.mjpg -vcodec mpeg1video -f
vob -s 384x288 -r 30000/1001 -b 4000 -aspect 4:3 -ab 128 -bufsize 512
-maxrate 4000 http://linuxBoxIP:8090/feed1.ffm
$ ffplay http://linuxBoxIP:8090/test.rm
or
$ ffplay http://linuxBoxIP:8090/test.mpeg
,but this doesn't work for me!!
Can you tell me where did I failed, please?!
Thanks in advance,
Serge Nunes.
More information about the ffmpeg-devel
mailing list