Search found 65 matches

by mycal
Wed Jun 27, 2007 8:07 pm
Forum: ZoneMinder Hints & Tips
Topic: Easy access to Zoneminder through dynamic IP address
Replies: 7
Views: 15231

Yea, but try shipping zoneminder boxes to remote clients, yoics is a godsend there.

-M
by mycal
Fri Jan 26, 2007 8:25 am
Forum: Feature Requests
Topic: Mobile devices live realtime streams
Replies: 7
Views: 5389

Midp Java video streamer code for moble phones

I've posted the MIDP Java video streamer source code at my site. Inside the archive you will find my report of which methods worked best. http://support.yoics.com/viewtopic.php?t=22 This project was developed on the NetBeans 5.0 IDE and the J2ME wireless toolkit. I've tested it on Cingular with an u...
by mycal
Wed Jan 24, 2007 5:42 am
Forum: Feature Requests
Topic: Mobile devices live realtime streams
Replies: 7
Views: 5389

Yes I'm talking about getting images from zoneminder. I'll have to look into how JavaScript request objects works, I never looked at how zoneminder delivered video, but I was assuming it was MJPG since it uses cambizola on IE. MJPG is hard to parse on MIDP java because of its limited library. If you...
by mycal
Thu Jan 18, 2007 7:13 am
Forum: User Contributions
Topic: Yoics Universal Access software for use with Zoneminder
Replies: 0
Views: 2852

Yoics Universal Access software for use with Zoneminder

This program will allow you to access the webserver on the target machine from anywhere in the world via the Yoics desktop. This software is ideal for running on zoneminder, astrix, mythtv or any other software packages typically run on consumer networks that wish to allow access remotely without ha...
by mycal
Thu Jan 18, 2007 7:02 am
Forum: Feature Requests
Topic: Mobile devices live realtime streams
Replies: 7
Views: 5389

Sorry guys, will try to get the java viewer posted in a few days.

Maybe we can figure out how to integrate it.

On a side note can zoneminder use keepalive on socket and allow mutiple jpg grabs over one socket? I've found this can be more efficent than MJPG in some cases.

-mycal
by mycal
Thu Dec 28, 2006 5:28 pm
Forum: Feature Requests
Topic: Mobile devices live realtime streams
Replies: 7
Views: 5389

Java Viewer

I have a rough java ap that I developed that works on some jpg and jpg streams. No UI just connects to a source and starts displaying images. If anyone is interested in doing a zoneminder app I can donate it to the cause. Works on my cingular service with GPRS at about 1fps using 3.5Kjpgs. Note that...
by mycal
Thu Dec 21, 2006 10:08 pm
Forum: Hardware Compatibility List
Topic: IP9100A & Zoneminder
Replies: 21
Views: 31671

Just in time for Christmas!

The 2nd alpha release of the zoneminder friendly firmware for the 9100a.

http://support.yoics.com/viewtopic.php?t=9

-m
by mycal
Sat Dec 16, 2006 4:55 am
Forum: Hardware Compatibility List
Topic: IP9100A & Zoneminder
Replies: 21
Views: 31671

I have piece of PHP software at http://www.mycal.net/projects/9100a/9100d.txt that takes the output of the 9100 and splits it into jpgs from the mixed mjpg stream. The firmware mod I've done for the 9100 does the same thing but on the 9100 itself, so that zoneminder can just grab the image jpgs. Thi...
by mycal
Wed Dec 13, 2006 7:08 pm
Forum: Hardware Compatibility List
Topic: IP9100A & Zoneminder
Replies: 21
Views: 31671

New 9100 firmware running with zoneminder screen shots http://support.yoics.com/screen_shot.jpg The 2nd showing zoneminder running these same two ports. http://support.yoics.com/screen_shot2.jpg It should be noted that load reductin on the zoneminder box is very noticable over running my php splitti...
by mycal
Tue Dec 12, 2006 3:11 pm
Forum: Hardware Compatibility List
Topic: IP9100A & Zoneminder
Replies: 21
Views: 31671

4 channel very alpha firmware is ready

4 channel very alpha firmware is ready for the 9100:

http://support.yoics.com/

for download.

Testing with zoneminder for the last few days and it has been solid.

mycal
by mycal
Sat Dec 09, 2006 3:23 am
Forum: Hardware Compatibility List
Topic: IP9100A & Zoneminder
Replies: 21
Views: 31671

You want to use the daemon script for zoneminder I think, it is on that site also. If you set it up to write to a ramdisk it works pretty good.

mycal
by mycal
Mon Dec 04, 2006 9:42 pm
Forum: Hardware Compatibility List
Topic: IP9100A & Zoneminder
Replies: 21
Views: 31671

you can use one port with zoneminder no problem, it should easly do 20fps at 320x240. you can use the php script I wrote to get all 4 channels at once with zoneminder but it puts quite a load on the zoneminder box. I also have an experimental firmware I've built that allows you to get 4 jpgs out of ...
by mycal
Fri Oct 20, 2006 4:37 pm
Forum: ZoneMinder Previous Versions
Topic: Shared Memory
Replies: 1
Views: 2720

Shared Memory

I have a zoneminder install that has been working fine, then a power glitch happened and I had to go in and repair it. After I fixed the MSQL database it started working again, but every once in a while it shutsdown with the following error: Oct 20 09:14:02 zone zmc_dvideo0[29495]: INF [Got TERM sig...
by mycal
Fri Sep 15, 2006 11:34 pm
Forum: Hardware Compatibility List
Topic: pv-149 or pv-14x
Replies: 12
Views: 11592

Your right it was a memory issue, I followd up my other post with the
fix.

I edited rc.local with the following:

# setup shared memeory
echo 134217728 >/proc/sys/kernel/shmmax
echo 134217728 >/proc/sys/kernel/shmall

also applied to the command line and all is well,

thanx,

mycal
by mycal
Fri Sep 15, 2006 10:36 pm
Forum: ZoneMinder Previous Versions
Topic: Zoneminder/CTU core CD distro
Replies: 258
Views: 261418

Also one more thing to add,

edit /etc/rc.d/rc.local and add these two lines

echo 134217728 >/proc/sys/kernel/shmmax
echo 134217728 >/proc/sys/kernel/shmall

if you are getting "Can't shmget" in /var/log/messages


mycal