Zoneminder Video not smooth

Forum for questions and support relating to the 1.25.x releases only.
Locked
bakenoor
Posts: 7
Joined: Sat Oct 25, 2014 9:42 am

Zoneminder Video not smooth

Post by bakenoor »

I'm using mjpg streamer and I'm able to stream via a Webcam on localhost using the command

Code: Select all

./mjpg_streamer -i "./input_uvc.so -f 30  -d /dev/video1 -y" -o "./output_http.so -p 8080"
. As it can be seen, I've set the fps to be 30. On zoneminder, I've added a monitor and set the Maximum FPS to be 30 as well. However, the video display seems to lag on zoneminder while on localhost through mjpg-streamer it is smooth. How to make the video on zoneminder smooth as well ?
mikb
Posts: 586
Joined: Mon Mar 25, 2013 12:34 pm

Re: Zoneminder Video not smooth

Post by mikb »

Remove (blank out) the Maximum FPS on the monitor. Treat it like the IP-CAMERA you've now converted it into by making it a HTTP stream.

IP Cameras do NOT use the max FPS field. If you were accessing /dev/video directly, you'd need it.
bakenoor
Posts: 7
Joined: Sat Oct 25, 2014 9:42 am

Re: Zoneminder Video not smooth

Post by bakenoor »

I've removed the Max FPS, yet it is still lagging compared to the output from mjpg streamer, so if I understand Max FPS is not the reason for this lag
Locked