ZM 1.24.1 & ACTi camera

Forum for questions and support relating to the 1.24.x releases only.
Locked
CrazyPilot
Posts: 7
Joined: Wed May 20, 2009 12:37 pm

ZM 1.24.1 & ACTi camera

Post by CrazyPilot »

Hello all!

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]
ffmpeg version:

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 applied a patch to ffmpeg [basic auth], but i can not make it all work

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...
CrazyPilot
Posts: 7
Joined: Wed May 20, 2009 12:37 pm

Solved

Post by CrazyPilot »

SOLVED! :D

I have already said that vlc can catch the stream from the camera, so I succeeded in this way (run on zm server):

Code: Select all

[ArtemK@foxhound ~]$ /sbin/ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:1F:C6:B4:C3:E1
          inet addr:10.10.1.106  Bcast:10.10.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21f:c6ff:feb4:c3e1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:17316714 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13013230 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3562704829 (3.3 GiB)  TX bytes:979422488 (934.0 MiB)
          Memory:febc0000-fec00000
[ArtemK@foxhound ~]$ sudo vlc-wrapper --no-osd --no-audio --no-sout-audio --daemon --syslog rtsp://root:password@10.10.2.120:7070 --sout "#standard{access=http,dst=10.10.1.106:9023,mux=asf}"
In the ZM camera settings:
Source Type => ffmpeg
Source path => http://10.10.1.106:9023

This works perfectly! :D
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Thanks for that, it's a useful tip.
Phil
CrazyPilot
Posts: 7
Joined: Wed May 20, 2009 12:37 pm

Post by CrazyPilot »

Yeah, I suffers from this camera for three days =)
bluhawk
Posts: 1
Joined: Sat Dec 05, 2009 5:22 pm

Zoneminder Setup !

Post by bluhawk »

Check this link.........

pjpramod.blogspot.com/2009/12/setting-up-of-zoneminder-acm-8511p.html
Locked