Search found 6 matches
- Thu Sep 08, 2011 8:19 am
- Forum: ZoneMinder 1.25.x
- Topic: BUG: Resize video in the Event View
- Replies: 0
- Views: 2383
BUG: Resize video in the Event View
Hi all, the 1.2.50 release is affected of resize bug if MJPEG stream is played. In the Event view if I resize the video using an aspect ratio less than 1:1 the video disapears. This issue is present using Firefox. IE 9 doesn't present this issue because use Cambozola. Please consider to solve this ...
- Fri Aug 05, 2011 4:00 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 74455
Re: ZoneMinder 1.25.0 - preview
I've got an issue when play events. When I click on the event a new page appear and event play correctly at Actua size. If I increase the image size all works fine, but if I use an image size less the 1:1 the frame with the video disappear and I can see only text and the play bar. Can you confirm ...
- Wed Aug 03, 2011 4:32 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 74455
Re: ZoneMinder 1.25.0 - preview
I'm little bit confused because SVN trunk is less update than tar.gz in post #1 (3487 vs 3492).
Which source code I refer to have latest preview ?
Regrads,
- Pierluigi
Which source code I refer to have latest preview ?
Regrads,
- Pierluigi
- Wed Aug 03, 2011 3:44 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 74455
Re: ZoneMinder 1.25.0 - preview
@zoneminder.
Please add to the zm_user.cpp in the SVN, after "#include <stdio.h>" the follow include lines
#include <string.h>
#include <stdlib.h>
these changes solve compilation issue of 1.25.0.
BR
- Pierluigi
Please add to the zm_user.cpp in the SVN, after "#include <stdio.h>" the follow include lines
#include <string.h>
#include <stdlib.h>
these changes solve compilation issue of 1.25.0.
BR
- Pierluigi
- Tue Aug 02, 2011 6:31 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 74455
Re: ZoneMinder 1.25.0 - preview
Under Ubuntu 11.04 box (OpenSSH and LAMP packages, VMWare appliance), compiled from SVN with libjpeg-turbo. Works fine. Issue repoted: a - Some include missed in zm_user.cpp, like showned in the http://www.zoneminder.com/wiki/index.php/Ubuntu_Server_11.04_64-bit_with_ZoneMinder_1.25.0_Preview ...
- Mon Aug 01, 2011 6:03 pm
- Forum: ZoneMinder 1.24.x
- Topic: zm 1.24.4 ppa for ubuntu natty
- Replies: 13
- Views: 26846
Re: zm 1.24.4 ppa for ubuntu natty
Hi Isaac, I tried to use your repository in natty with success, but to have ZM working I need to create, after package install, the DB running the zm_create.sql by hand. I installed the libjpeg-turbo, but it seems that ZM compiled by you not support these. It's true ? There is a way to use libjpeg ...