Sorry, my English a little bit bad. Try to explain my problem =)
I can not connect the camera to ZoneMinder.
I have an ip camera ACTi, a model I do not know.
I have read the forum but found no solutions.
Found a solution here, but it does not work ...
The server operating system is CentOS 5.3
I am trying to connect the camera using the rtsp, but it fails.
In the debug logs:
Code: Select all
[root@foxhound ffmpeg]# cat /tmp/zm_debug.log_rtsp
05/20/09 16:36:03.042170 zmc_m7[21918].INF-zm_debug.c/292 [New Debug Level = 9, New Debug Log = /tmp/zm_debug.log_rtsp]
05/20/09 16:36:03.042876 zmc_m7[21918].DB1-zm_monitor.cpp/2260 [Got 1 monitors]
05/20/09 16:36:03.042963 zmc_m7[21918].FAT-zm_monitor.cpp/2383 [Unexpected remote camera protocol 'rtsp' for monitor 7]
Code: Select all
[root@foxhound ffmpeg]# /usr/local/bin/ffmpeg
FFmpeg version SVN-r18881, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration:
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.29. 0 / 52.29. 0
libavformat 52.32. 0 / 52.32. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 7. 1 / 0. 7. 1
built on May 20 2009 16:25:05, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
At least one output file must be specified
I have 2 axis ip webcam and it works succefull.
Maybe the reason that the camera is not working to be that it is in another subnet? I have a router on freebsd 7.2 release. In router two local network interfaces. ZoneMinder is in the network 10.10.1.0/24, and the camera is in the network 10.10.2.0/24
Firewall allows all packets between those networks.
I can not understand what else can I try to make zoneminder to work with this camera. The most interesting thing is that vlc player in the network 10.10.1.0/24 plays stream from the camera by rtsp proto. Why zoneminder can not - do not understand.
Can anyone help me?
Thanks in advance...