Thanks!
I will test the settings although it looks like I already tried these RSTP:// link as well
Thats why I wanted to use the single image frame option to connect to the camera.
Regards,
PMS
Search found 11 matches
- Fri Feb 14, 2020 2:33 pm
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder is freezing with Reolink RLC-511W
- Replies: 4
- Views: 5638
- Tue Feb 11, 2020 12:40 pm
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder is freezing with Reolink RLC-511W
- Replies: 4
- Views: 5638
Re: Zoneminder is freezing with Reolink RLC-511W
I have a similar configuration ... and one Foscam FI9901EP running on a real server Ubuntu 18.04 with Zoneminder 1.32. Hi MIrko, Can you give me your settings for Foscam FI99901EP camera? In my browser I get a nice picture using url: http://192.168.2.210:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2 ...
- Tue Oct 15, 2019 3:02 pm
- Forum: ZoneMinder 1.32.x
- Topic: Cheap Chinise camera PTZ control
- Replies: 11
- Views: 14452
Re: Cheap Chinise camera PTZ control
Hi Komatin,
Do you use an empty password for user 'admin' 'or text 'blank'?
If i look at the error log I would suggest you try to set a real password for user admin and then try again.
Do you use an empty password for user 'admin' 'or text 'blank'?
If i look at the error log I would suggest you try to set a real password for user admin and then try again.
- Wed Oct 02, 2019 11:08 am
- Forum: ZoneMinder 1.32.x
- Topic: Redirect /zm alias to server's root
- Replies: 4
- Views: 4778
Re: Redirect /zm alias to server's root
If you wan to login using url https://myserver.net you can create an "index.php" file in the root redirecting pointing to the zm directory. index.php content: <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: https://myserver.net/zm"); header("Connection: close"); ?>
- Tue Sep 17, 2019 2:06 pm
- Forum: ZoneMinder 1.32.x
- Topic: Time Issue & Filters Not Deleting
- Replies: 14
- Views: 19725
Re: Time Issue & Filters Not Deleting
Thanks for sharing! "filters not working problem" solved on my Debian by installing this moduleortelious wrote: ↑Mon Jul 15, 2019 2:00 pm Fixed it on ubuntu by:-Code: Select all
sudo apt install libnumber-bytes-human-perl
- Wed Sep 11, 2019 9:36 am
- Forum: ZoneMinder 1.32.x
- Topic: Foscam G2 IP Cameras
- Replies: 6
- Views: 4110
Re: Foscam G2 IP Cameras
Did you check this list with ZoneMinder configurations for Foscam camera's?
If your camera is not mentioned, you still could try a model look-a-like.
https://wiki.zoneminder.com/Foscam
If your camera is not mentioned, you still could try a model look-a-like.
https://wiki.zoneminder.com/Foscam
- Sat Aug 31, 2019 10:05 am
- Forum: ZoneMinder 1.32.x
- Topic: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
- Replies: 69
- Views: 52132
Re: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
sudo add-apt-repository ppa:iconnor/zoneminder-master sudo apt-get update Thanks for your help Pat! Unfortunately I get the message there is no template available for Raspbian/Buster: sudo add-apt-repository ppa:iconnor/zoneminder-master Traceback (most recent call last): File "/usr/bin/add-apt ...
- Fri Aug 30, 2019 5:40 pm
- Forum: ZoneMinder 1.32.x
- Topic: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
- Replies: 69
- Views: 52132
Re: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
Look guys, I have fixed a lot of issues since 1.32. If you are having troubles, the first thing to do is upgrade to latest master. Then if still having troubles I can probably fix it pretty quick. 1.33 is not the big breaking upgrade that 1.32 was. More of a refinement. Also I need more testers ...
- Fri Aug 30, 2019 11:43 am
- Forum: ZoneMinder 1.32.x
- Topic: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
- Replies: 69
- Views: 52132
Re: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
I can't see jpeg's streaming from zm's console. [img:https://forums.zoneminder.com/download/file.php?id=2415] On the contrary, if I click the "STILLS" menu and move the slide bar, than the individual jpeg images appear. I have the same problem and I noticed: - clear all browser cache + cookies ...
- Mon Aug 26, 2019 8:02 am
- Forum: ZoneMinder 1.32.x
- Topic: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
- Replies: 69
- Views: 52132
Re: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
I just want to aknowledge I have the same problem with V1.32.3 and it isn't the Time Zone.
note:
The first time I started ZoneMinder just after installation, it did not start because there was no Time zone configured in php.ini
note:
The first time I started ZoneMinder just after installation, it did not start because there was no Time zone configured in php.ini
- Sat Aug 24, 2019 4:11 pm
- Forum: ZoneMinder 1.32.x
- Topic: Installing to Raspbian "buster"
- Replies: 7
- Views: 9930
Re: Installing to Raspbian "buster"
>>For Pi, Create Zoneminder database in Mariadb (Note: this also creates the default Zoneminder user and permissions in MySQL) mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql mysql -uroot -p -e "grant all on zm.* to 'zmuser'@localhost identified by 'zmpass';" mysqladmin -uroot -p reload ...