Search found 159 matches

by mitch
Tue Nov 03, 2009 12:51 am
Forum: Hardware Compatibility List
Topic: Mobotix Cameras
Replies: 19
Views: 42305

I assume you are using the "REMOTE" type, ZM's native mjpeg parser is fairly strict in what it allows, if you compile in FFMPEG support you can use the FFMPEG type instead of REMOTE and then it will work.
by mitch
Tue Nov 03, 2009 12:32 am
Forum: Hardware Compatibility List
Topic: Mobotix Cameras
Replies: 19
Views: 42305

I am not using a pre-built image, I am using gentoo. You should be able to install FFMPEG on any server that does not have it. The camera may work with ZM's MJPEG parser (in which case just try remote as the type).
by mitch
Tue Oct 13, 2009 3:17 am
Forum: ZoneMinder 1.24.x
Topic: LDAP Authentication
Replies: 1
Views: 1566

one option is skip ZM completely use an LDAP module with apache for standard basic auth, otherwise google php and ldap and you can do it that way.
by mitch
Thu Oct 08, 2009 7:28 pm
Forum: ZoneMinder 1.24.x
Topic: Camera Not Working With Zoneminder
Replies: 22
Views: 12333

i wasn't trying anything, i was providing details on how you can generate a debug log so we can assist you and figuring out your problem.
by mitch
Thu Oct 08, 2009 4:41 am
Forum: ZoneMinder 1.24.x
Topic: Camera Not Working With Zoneminder
Replies: 22
Views: 12333

See http://www.zoneminder.com/wiki/index.ph ... leshooting pastebin the zmc specific debug log file as mentioned there.
by mitch
Sun Oct 04, 2009 4:59 am
Forum: ZoneMinder 1.24.x
Topic: Stardot 5MP Webcam performance?
Replies: 2
Views: 2383

try using mplayer on the 8001 stream see if it tells you what format it is, i would assume it wouldn't be mjpeg as i can't see them using such a horrid web server it cant do mjpeg through itself properly.
by mitch
Fri Oct 02, 2009 3:04 am
Forum: ZoneMinder 1.24.x
Topic: No video on the view window
Replies: 11
Views: 33871

Read: http://www.zoneminder.com/wiki/index.ph ... leshooting
and post the zms individual debug log on pastebin.
by mitch
Tue Sep 29, 2009 6:58 am
Forum: ZoneMinder 1.24.x
Topic: Is there an http api available?
Replies: 2
Views: 1873

There is a basis for an XML API for accessing event /monitor data and controlling them see:
http://www.zoneminder.com/forums/viewtopic.php?t=14008

for patching it in. It may not contain everything you need but atleast give you a basis for most of it.
by mitch
Fri Sep 18, 2009 12:14 am
Forum: ZoneMinder 1.24.x
Topic: 1.24.2 - nph-zms hangs on
Replies: 3
Views: 2419

In theory the nph-zms processes should auto timeout after they can't send data for a certain amount of time have you seen if they die after 10 minutes for example?
by mitch
Tue Sep 08, 2009 2:54 pm
Forum: ZoneMinder 1.24.x
Topic: problem with zms-*.sock
Replies: 5
Views: 9578

Not the actual issue . The sockets are created by zms / nph-zms the streaming daemon and then the php scripts connect to it. The problem here is the zms script is not working properly so its not getting setup. I would turn up debugging and check the ZMS log for whats really going wrong.
by mitch
Tue Sep 08, 2009 2:47 pm
Forum: ZoneMinder 1.24.x
Topic: Remote Camera source always red (black screen)
Replies: 1
Views: 1769

See: http://www.zoneminder.com/wiki/index.ph ... leshooting specifically the part about turning up debugging looking at the zmc log and then post back.
by mitch
Fri Sep 04, 2009 1:00 am
Forum: ZoneMinder 1.24.x
Topic: Dual Locations?
Replies: 1
Views: 1639

depending on your needs just use the internets. You then just need them to be online and then you can remotely access them from where ever your server is.
by mitch
Thu Sep 03, 2009 7:06 am
Forum: ZoneMinder 1.24.x
Topic: Zoneminder Rtsp Problem
Replies: 1
Views: 1990

Sorry but this actually has nothing to do with ZM, as you said the RTSP stream is not working in ffplay which is part of ffmpeg not ZM. Your question would be better addressed by the FFMPEG group.