Search found 21 matches
- Tue Sep 03, 2019 9:09 pm
- Forum: ZoneMinder 1.32.x
- Topic: Api - 404 error
- Replies: 6
- Views: 5688
Re: Api - 404 error
Glad I could help.
- Tue Sep 03, 2019 9:03 pm
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder in Debian 10
- Replies: 19
- Views: 16091
Re: Zoneminder in Debian 10
I installed Zoneminder from deb-multimedia repo and up to now it's working fine.
- Tue Sep 03, 2019 12:50 am
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder in Debian 10
- Replies: 19
- Views: 16091
Re: Zoneminder in Debian 10
ZM 1.32.3 is working for me on Debian 10 with the following configuration for apache 2.4 (zoneminder.conf) ####################################################### # # Remember to enable cgi mod and serve-cgi-bin.conf configuration # # a2enmod cgi # a2enconf serve-cgi-bin.conf ...
- Mon Nov 06, 2017 8:47 pm
- Forum: ZoneMinder 1.25.x
- Topic: /zm/Logs is marked as crashed and last repair failed
- Replies: 3
- Views: 28833
Re: /zm/Logs is marked as crashed and last repair failed
It happened to me also (zm v1.29.0 on Debian Jessie) and this solution worked for me It's a good idea to backup your database before doing the recovery. As root user: Stop zoneminder #systemctl stop zoneminder.service Stop mysql #systemctl stop mysql.service Run the following command (if the ...
- Fri Aug 14, 2015 10:40 am
- Forum: ZoneMinder 1.28.x
- Topic: Noname china IP Cam +ZM V1.28. Problem with the RTSP Stream
- Replies: 7
- Views: 4305
Re: Noname china IP Cam +ZM V1.28. Problem with the RTSP Str
I have a similar camera and it works in ffmpeg and remote modes: General tab/Source Type: Ffmpeg Source tab/Source Path: rtsp://192.168.1.96/11?tcp Source tab/Remote Method: RTP/Unicast OR General tab/Source Type: Remote Source tab/Remote Protocol: RTSP Source tab/Remote Method: RTP/Unicast Source ...
- Thu Aug 13, 2015 1:32 pm
- Forum: ZoneMinder 1.28.x
- Topic: Noname china IP Cam +ZM V1.28. Problem with the RTSP Stream
- Replies: 7
- Views: 4305
Re: Noname china IP Cam +ZM V1.28. Problem with the RTSP Str
1. i could find any zm log file where is it have looked to the directories /tm/zm <---empty /var/log/zm/ <--empty On Debian, ZM log messages are stored by default in /var/log/syslog. If you want to separate zm messages from the other log entries in syslog, run: #cat /var/log/syslog | grep zm > /var ...
- Tue Aug 11, 2015 8:34 pm
- Forum: ZoneMinder 1.28.x
- Topic: Loss of image data issue
- Replies: 1
- Views: 1303
Loss of image data issue
I have frequent losses of image data on all of the ip cameras connected to Zoneminder, looking like the image below: http://fileshare.felnet.ro/042-capture.jpg This is happening since I switched from version 1.25 to 1.28. It is not a network issue, as if I look at the same time at the web stream ...
- Thu Aug 06, 2015 10:27 am
- Forum: ZoneMinder 1.28.x
- Topic: Cams in different networks
- Replies: 24
- Views: 10206
Re: Cams in different networks
Ok so i have managed to get it working in VLC from inside the local network using the URL; http(internal)://192.168.1.5:99/videostream.cgi?user=admin&pwd=admin And this works, but when i try the external IP http(external)://92.25.*.*:99/videostream.cgi?user=admin&pwd=admin it doesnt pick it up do i ...
- Tue Aug 04, 2015 12:02 am
- Forum: ZoneMinder 1.28.x
- Topic: Cams in different networks
- Replies: 24
- Views: 10206
Re: Cams in different networks
Yes, use Ffmpeg. If you are running Windows try "iSpy", it's a free software, to connect to the camera. It has a scan facility that can help you find the connection parameters.
- Sun Aug 02, 2015 8:34 pm
- Forum: ZoneMinder 1.28.x
- Topic: Debian Jessie install from repo
- Replies: 22
- Views: 11350
Re: Debian Jessie install from repo
You're welcome, bbunge. By the way, in Debian you don't need "sudo", neither to add regular users in the sudoers list. Just login as a regular user, issue the "su" command, give the root password and you're in as root.
- Sun Aug 02, 2015 3:17 pm
- Forum: ZoneMinder 1.28.x
- Topic: Debian Jessie install from repo
- Replies: 22
- Views: 11350
Re: Debian Jessie install from repo
Ups, forgot about that.bbunge wrote:ZM does not start upon reboot
#systemctl enable zoneminder.service
I have added that to the walkthrough.
- Sun Aug 02, 2015 12:34 am
- Forum: ZoneMinder 1.28.x
- Topic: Cams in different networks
- Replies: 24
- Views: 10206
Re: Cams in different networks
Forget about th public IP until you don't succeed to connect the camera locally. First try to locally connect it to zoneminder or vlc and if that is ok, then you may consider port forwarding. Seeing the video stream in the web interface (usually by means of a script or plugin that manages the video ...
- Sat Aug 01, 2015 11:48 pm
- Forum: ZoneMinder 1.28.x
- Topic: Cams in different networks
- Replies: 24
- Views: 10206
Re: Cams in different networks
Http port is the web interface port. It is changed from the standard 80 to 99.Zmjm15 wrote:It says HTTP port: 99
I suggest you first try to connect the camera to zoneminder locally and check if it works.
- Sat Aug 01, 2015 11:15 pm
- Forum: ZoneMinder 1.28.x
- Topic: Cams in different networks
- Replies: 24
- Views: 10206
Re: Cams in different networks
You have set the cam to use port 99 for what? In many cameras you can set a port for the web interface apart from the standard port 80 and also a port for the video stream. Wanscam has many camera models, be more specific about the particular camera you are dealing with.
- Sat Aug 01, 2015 10:22 pm
- Forum: ZoneMinder 1.28.x
- Topic: Cams in different networks
- Replies: 24
- Views: 10206
Re: Cams in different networks
The web interface uses port 80 (if it's not configured otherwise). The video stream uses another port (554 for RSTP for example). If you are forwarding port 80 through external port 99, you are always going to have the web interface when accessing external_IP:99. You have to forward the video stream ...