I'm trying to use MPEG streaming with the following code on a web page:
Code: Select all
<embed type="video/x-ms-asf"
src="http://192.168.1.9/webcam/cgi-bin/nph-zms?mode=mpeg&monitor=1&scale=100&bitrate=25000&maxfps=8&format=asf&user=usuario&pass=usuario"
width="352"
height="288"
name="Morfeus"
autostart="1"
autoplay="1"
showcontrols="0"
controller="0">
</embed>
JPG streams and snapshots work. I have ffmpeg installed on /usr/bin/ffmpeg with no input options and -r 25 as the only output option.
Any idea what the problem may be?
Thanks in advance.