Page 1 of 1

Changing scale - image disappears

Posted: Mon Jan 18, 2010 3:38 pm
by pjhealy
Hi,

I've got ZM running reliably and all seems well. However, when I click on a camera and try to change it's scale, the image appears briefly and then disappears.

This manifests itself in Firefox 3.5.x - IE works fine.

Has anyone else come across this?

Thanks - Pat

Posted: Thu Jun 10, 2010 5:26 pm
by reaton
I'm having the same problem.

Any ideas?

Posted: Thu Jun 10, 2010 6:39 pm
by timcraig
This was with firefox not liking changing the size of mjpeg streams. The SVN version of Zoneminder has a fix for this.

Posted: Fri Sep 24, 2010 8:38 pm
by andrew
How can you change this in the .deb version as i have the same issue ?

Posted: Fri Sep 24, 2010 9:21 pm
by mastertheknife

Posted: Sat Sep 25, 2010 8:02 am
by andrew
Thank you.
In file skins/classic/views/js/event.js

Inside function changeScale(), find this line and comment it out by placing // before it.
Here, change this:
Code:
streamScale( scale );

To:
Code:
// This is command being sent to the streamer (zms) to change the resolution, which should save bandwidth when decreasing the size, but can kill streams with certain browsers. This line is already commented out for live streams, but not for events, and thats why we are commenting it out.
// streamScale( scale );


mastertheknife.