just setup zoneminder working well - recorded first event :)
bhuddah
morning, Haxxa
Haxxa
although using a fair bit of cpu
bhuddah, morning
bhuddah
i hope you like it.
regarding cpu and disk usage there are some improvements in the pipeline for the future.
Haxxa
bhuddah, well in any case I am happy with first test - setup brand new ip cameras and recorded straight away - by chance though could you help me with some queires I am having
bhuddah
sure.
and be sure to read the faq and the docs... there's a lot of details in there that aren't self-explanatory i think.
Haxxa
bhuddah, by the way are you the dev of the software?
bhuddah
no... i'm just a user... doing minor tweaking here and there.
but the devs are on here. though usually later
but i sure see that i can help you as much as possible.
Haxxa
cool - anyway When I set my source I set it as ffmpeg (as thats my camera output) - however the issue is that by doing so my source path contains a password which shows on he web ui rather than showing a simple ip address
bhuddah
interesting. with ffmpeg you usually just see part of the "filename" in the gui
Haxxa
I can't select a remote source as it doesn't work for my ffmepg camera output.
bhuddah
it depends on the formats.
Haxxa
I see under source: "user=admin_password=super_channel=1_stream=0.sdp"
bhuddah
but i work with ffmpeg too. it's usually the best choice.
oh. is that the name of your stream url?
Haxxa
yes
see my issue there
the camera auths in plain text
bhuddah
well. that's a problem then for you. i can see.
usually the url does not contain the username in that way... so i have not seen this...
usually you have [protocol]://user:pass@something....
and that part is hidden.
Haxxa
bhuddah, well my full url is - rtsp://192.168.1.10//user=admin_password=super_channel=1_stream=0.sdp
bhuddah
what type of auth is that? hmmm....
Haxxa
ffmepg stream standard auth?
bhuddah
what happens if you set it in the format that i used?
on a side note would reducing the number of blobs for a chosen area reduce the cpu usage or not affect it too much as I have about 15 blobs defining a zone
bhuddah
uhm?
a "zone" is an area... what do you describe as a "blob" in this case?
Haxxa
as the blobs defining the zone i.e. the shape of the zone
bhuddah
uhm.. okay.
Haxxa
for example my 15 blobs cut of motion caused by leaves
bhuddah
so the vertexes of the polygon?
no. that does not matter...
Haxxa
bhuddah, yes the vertexes - so that will not matter
cool
what about fast vs best when anylesing motion
bhuddah
well. it matters to some extent how you actually set up the motion detection... but i'm not so sure on which factors it really depends. it seems to vary.
how many cams do you plan to use and how much power do you have? :D
Haxxa
bhuddah, I have one camera and a dualcore ubuntu server with 4gb of ram
it seems to use 30% of cpu always
bhuddah
well. yes.
depending on the resolution of the cam and the framerate.
Haxxa
720p a few frames a second
bhuddah
yeah, that sounds about reasonable. motion detection is sort of ... cpu intensive even when optimized.
Haxxa
bhuddah, fair enough
so what do you recomend for the source issue as the pasword is the same for my wifi
I don't want anyone overlooking and seeing password
also it just looks uly compared to displaying the ip address
*ugly
bhuddah
change the password of the cam :)
Haxxa
fair enough
bhuddah
OR... fiddle in the website
Haxxa
but no way to hide really
bhuddah
i mean.. that's hardly a big change in there... do change what is displayed in the code... :)
Haxxa
as in recompile source code
bhuddah
no... for the website you don't need to recompile anything. it's php code.
i think you just have to link the zm apache config into the enabled sites and it should work. i don't know what the official supported way of enabling that is atm.