Page 2 of 2
Posted: Sat Feb 20, 2010 11:12 pm
by talntid
You are correct, it DOES work now. THANKS!
I am not getting the same error you are though... wierd
Posted: Sat Feb 20, 2010 11:15 pm
by mastertheknife
If you want, keep the link working and tomorrow when i have some free time i will take a look on how to fix this error.
Posted: Sat Feb 20, 2010 11:16 pm
by talntid
awesome, thanks. I'll keep the username/password up then
Posted: Sat Feb 20, 2010 11:40 pm
by talntid
Also, does yours work for more than... say... 30 seconds? Mine goes to a black screen after about 15 seconds and the log shows:
Feb 20 15:38:42 sandbox zms[6626]: WAR [Unable to store frame as shared memory invalid]
shmall = 1048576000
shmax = 4194304000
Posted: Sun Feb 21, 2010 4:11 am
by mastertheknife
I don't believe thats a problem caused by the format because here i let it run for 5 minutes and it worked just fine.
check the system log for more errors such as not being able to initalize shared memory.
By the way your shmall is too high. keep in mind its not in kilobytes but pages and the default value is 8 GB:
http://www.linuxquestions.org/questions ... le-607991/
Posted: Sun Feb 21, 2010 7:17 pm
by mastertheknife
I checked a little and it seems this error doesn't orginate from ZM, but rather from libjpeg, which zoneminder uses for decoding jpeg images.
Your camera probably streams slightly corrupt\broken images, but as long as they work in ZM, i think its OK to ignore that warning.
If you want you can recompile libjpeg to remove that warning, or even easier, set up a syslog filter against this warning.
Posted: Sun Feb 21, 2010 7:23 pm
by talntid
Thanks! Other than that my only issue seems to be with shared memory--- I read a lot about it last night and tried about 20 different settings-- everything resulted the same-- blank screen after about 20 seconds
Posted: Sun Feb 21, 2010 7:57 pm
by mastertheknife
Hi.
After some searching in this forum it appears this error seems like a known problem with no fix, not really related to shared memory.
Few things you might want to try that worked for others:
1) Reduce fps (try 5?)
2) Increase HTTP timeout in Network->Options to 5000
3) Try switching between HTTP/1.1 and HTTP/1.0 in Network->Options.
I can't reproduce it, it happily works here (tested 15 minutes)
Posted: Sun Feb 21, 2010 9:06 pm
by talntid
Since switching it to 6fps, it works flawlessly =)
Thanks! I didn't ever notice the thread you found, but searched a LOT.
Thanks for all your help man.