Search found 4 matches

by Petey
Sun Feb 13, 2011 6:41 pm
Forum: ZoneMinder 1.24.x
Topic: How to pull a jpg from a website every xx seconds using ZM?
Replies: 11
Views: 8503

Look in /var/log/messages and see if there's anything revealing in there about your problem. Try enabling debug mode. Options -> Debug; Check the EXTRA_DEBUG box EXTRA_DEBUG_TARGET = I'd try "_zmc", probably -- zmc is the capture process EXTRA_DEBUG_LEVEL = 5, maybe 6 Then restart ZoneMinder. Then ...
by Petey
Sun Feb 13, 2011 8:45 am
Forum: Feature Requests
Topic: Shell command as image source
Replies: 1
Views: 1829

Shell command as image source

I've been playing around with this Hawking HNC210, recently. It's an IP camera with a weird image delivery format. Someone posted to the forum a perl script to retrieve a JPG from it, which works great. My issue is, the "easy" way to make this work with ZM is to export the jpeg to a file, then set ...
by Petey
Sun Feb 13, 2011 8:11 am
Forum: ZoneMinder 1.24.x
Topic: How to pull a jpg from a website every xx seconds using ZM?
Replies: 11
Views: 8503

Eklectick, I suspect you are having the same problem that I did. ZoneMinder does not implement the full HTTP 1.1 protocol. The webserver is likely sending the data in "chunked" mode, which ZoneMinder does not understand. The Fix: Go to Options -> Network and change HTTP_VERSION to 1.0.
by Petey
Sun Feb 13, 2011 7:12 am
Forum: Hardware Queries
Topic: DCS-5300
Replies: 6
Views: 11821

I ran into a very similar issue tonight. I'm fairly certain that the issue is with ZoneMinder not properly dealing with the chunked transfer encoding method. In chunked transfer mode, the content length immediately precedes the content, instead of being in the Content-length: header. ZM is ignoring ...