Search found 1552 matches

by asker
Sun May 10, 2015 8:22 pm
Forum: ZoneMinder 1.28.x
Topic: Need input from ZM users: ZM portal vs. CGI-BIN
Replies: 3
Views: 1614

Re: Need input from ZM users: ZM portal vs. CGI-BIN

PacoLM wrote:Previous versions were accessed using option one. Installing V1.28 from Ubuntu repo access ZM using the second option.
Thanks PacoLM.
If it is the second option for you, how about the URL when you watch live stream of a monitor?
does it have /zm in it or is it just server.com:port/cgi-bin/etc
by asker
Sun May 10, 2015 12:06 am
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85720

Re: Working on an open source ZM client: ZmNinja

Awesome news :ZM folks are trying their best to incorporate the APIs into release 1.29.
No guarantees that they will, but if it does, this app can go mainstream and everyone can use it.
by asker
Sat May 09, 2015 11:01 pm
Forum: ZoneMinder 1.28.x
Topic: Need input from ZM users: ZM portal vs. CGI-BIN
Replies: 3
Views: 1614

Need input from ZM users: ZM portal vs. CGI-BIN

Hello, I'd like some inputs on the following: a) Do you access your ZM portal using 1) http://yourserver.name:port/ OR, is it 2) http://yourserver.name:port/zm If it is 2), Can you please answer the following: 1. How did you install ZM? From a package or source? 2. When you watch a monitor live view...
by asker
Fri May 08, 2015 1:52 pm
Forum: ZoneMinder 1.28.x
Topic: Terminating, last frame sent time 1430120263.528179 secs
Replies: 33
Views: 16175

Re: Terminating, last frame sent time 1430120263.528179 secs

Season 1 episode 9. Due to the high load on the server caused by libvlc I resolved to get ffmpeg working (it simply didn't). Given that *buntu 14 uses libav I thought I'd look into that. Checked OPT_FFMPEG and set PATH_FFMPEG to /usr/bin/avconv. Set remote method to RTP/RTSP because I heard that en...
by asker
Fri May 08, 2015 12:57 pm
Forum: ZoneMinder 1.28.x
Topic: Terminating, last frame sent time 1430120263.528179 secs
Replies: 33
Views: 16175

Re: Terminating, last frame sent time 1430120263.528179 secs

Just out of curiosity, where does that 'sent time' come from? is it using the server time, or is it getting it from the camera somehow? https://github.com/ZoneMinder/ZoneMinder/blob/5add4422f20d30ac8df03cc0e0c451e344662752/src/zm_monitor.cpp#L4158 Based on the code, zm_monitor keeps a track of the ...
by asker
Thu May 07, 2015 11:54 pm
Forum: ZoneMinder 1.28.x
Topic: local video file
Replies: 4
Views: 2346

Re: local video file

That's a nice idea mikb. If you really want to test it with a VIDEO file (for testing motion detection on a pre-recorded, predictable file), as it appears you might be doing, try this :- I got an "mjpeg" stream from my camera into a file, and although it wasn't viewable in XINE/VLC, I used...
by asker
Thu May 07, 2015 8:36 pm
Forum: ZoneMinder 1.28.x
Topic: Fallback Strategy on network failure
Replies: 1
Views: 970

Re: Fallback Strategy on network failure

Hi, I am not quite sure what you mean. Do you mean the network fails between zone minder and the camera? If zone minder can't reach the camera, it won't be able to record the events in the first place, so maybe I am misunderstanding your question. There is an option called MPEG_TIMED_FRAMES on the o...
by asker
Thu May 07, 2015 8:31 pm
Forum: Non-ZoneMinder Chat
Topic: External Trigger Question
Replies: 3
Views: 6078

Re: External Trigger Question

You can use run states to make monitor configurations and change using zmpkg.pl http://www.zoneminder.com/wiki/index.php/FAQ#How_can_I_get_ZM_to_do_different_things_at_different_times_of_day_or_week.3F Hi there, Just started with ZM and learning the ropes. So far I like what I'm seeing. I'm wonderin...
by asker
Thu May 07, 2015 1:04 pm
Forum: ZoneMinder 1.28.x
Topic: *s.sock missing when logged in as user from ZM front end
Replies: 28
Views: 6605

Re: *s.sock missing when logged in as user from ZM front end

Glad you got ZM working. On zones and false alarms, I struggled quite a bit at the start.
I wrote this illustrated guide up if it helps: http://www.zoneminder.com/wiki/index.ph ... or_Dummies
by asker
Wed May 06, 2015 2:18 pm
Forum: ZoneMinder 1.28.x
Topic: *s.sock missing when logged in as user from ZM front end
Replies: 28
Views: 6605

Re: *s.sock missing when logged in as user from ZM front end

d777,

Would you mind posting detailed logs when you have OPT_AUTH enabled and trying to stream?
by asker
Tue May 05, 2015 4:27 pm
Forum: ZoneMinder 1.28.x
Topic: Terminating, last frame sent time 1430120263.528179 secs
Replies: 33
Views: 16175

Re: Terminating, last frame sent time 1430120263.528179 secs

Sounds good - looks like you have localized your problem to the optimal FPS setting in the camera and have found one. The only thing is this: if you leave the FPS blank in ZM and that camera goes down, your server CPU will turn into that hovercraft trying to find it -- and there is where the FPS on ...
by asker
Tue May 05, 2015 12:36 am
Forum: ZoneMinder 1.28.x
Topic: *s.sock missing when logged in as user from ZM front end
Replies: 28
Views: 6605

Re: *s.sock missing when logged in as user from ZM front end

d777, yes,my guess is the problem may be around authredirects. However, it seems ZM uses its own auth - I've been looking at their code and does not use Apache auth. No,I don't use any reverse proxies - I just have a straight ddns mapping to my IP address. I think you may get more insight if knniggg...
by asker
Mon May 04, 2015 8:35 pm
Forum: ZoneMinder 1.28.x
Topic: *s.sock missing when logged in as user from ZM front end
Replies: 28
Views: 6605

Re: *s.sock missing when logged in as user from ZM front end

b) cmake ./make/make install c)no post config. If you did cmake/make/make install you must have done post config to set up Apache, set up the DB. etc. To the best of my knowledge cmake does not auto set up the environment, only package install does (I did cmake install last night on a Ubuntu machin...
by asker
Mon May 04, 2015 6:32 pm
Forum: ZoneMinder 1.28.x
Topic: *s.sock missing when logged in as user from ZM front end
Replies: 28
Views: 6605

Re: *s.sock missing when logged in as user from ZM front end

I use 1.28.1 with OPT_AUTH and I don't have any problems with broken images. There is a thread somewhere on the same problem you are talking about, but no specific resolution. (found it: here: https://bugs.launchpad.net/ubuntu/+source/zoneminder/+bug/1159361 --> but for an older version) Also see if...
by asker
Mon May 04, 2015 3:52 pm
Forum: ZoneMinder 1.28.x
Topic: Terminating, last frame sent time 1430120263.528179 secs
Replies: 33
Views: 16175

Re: Terminating, last frame sent time 1430120263.528179 secs

Damn :-( 2015-05-04 16:12:46.559886 zms 25803 ERR Terminating, last frame sent time 1430752366.059794 secs more than maximum of 10.000000 zm_monitor.cpp 4155 Ouch. I'm going blind here but: a) Looks like your problem camera is the Escam- can you reconfirm all your settings are similar to this post:...