Search found 22 matches

by JonThompson
Wed Apr 06, 2005 4:37 pm
Forum: ZoneMinder Previous Versions
Topic: Kernel Panics
Replies: 9
Views: 5784

These are full reboots.
by JonThompson
Tue Apr 05, 2005 2:46 am
Forum: ZoneMinder Previous Versions
Topic: Kernel Panics
Replies: 9
Views: 5784

I have had the computer restart when playing back mpeg with two seperate files. Once was when I used Firefox on the server itself, the other time was when I was using a remote computer. Both times I was playing back a clip and the machine restarted.
by JonThompson
Sun Apr 03, 2005 10:37 pm
Forum: ZoneMinder Previous Versions
Topic: Kernel Panics
Replies: 9
Views: 5784

Kernel Panics

I'm having Kernel panics when I try and view some MPEG video files. Here are some snippets from zmdc.log... 'zma -m 14' starting at 05/04/03 17:13:33, pid = 3324 'zma -m 14' started at 05/04/03 17:13:33 'zmfilter.pl' started at 05/04/03 17:13:33 'zmfilter.pl' starting at 05/04/03 17:13:33, pid ...
by JonThompson
Sun Apr 03, 2005 6:18 pm
Forum: ZoneMinder Previous Versions
Topic: MPEG Generation cuts short
Replies: 6
Views: 3752

OK, just needed to google it... %03d will generate 3 digit numbers starting with 001 in ffmpeg. Unfortunately, zm generates 3 digit numbers until it is a 4 digit number, which means it is impossible to create a mpeg from 3238 jpegs or even 1000 jpegs without changing the mpeg line to %04d and ...
by JonThompson
Sun Apr 03, 2005 6:09 pm
Forum: ZoneMinder Previous Versions
Topic: MPEG Generation cuts short
Replies: 6
Views: 3752

OK, here's the problem... If I manually use this command... sudo /usr/local/bin/ffmpeg -y -hq -intra -r 20.89 -s 640x320 -i *-capture.jpg Event-1.mpg it gives me this... 001-capture.jpg: Unknown format If I manually use this command (which ZM is automating)... sudo /usr/local/bin/ffmpeg -y -hq ...
by JonThompson
Fri Apr 01, 2005 4:30 am
Forum: ZoneMinder Previous Versions
Topic: Streaming MPEG
Replies: 3
Views: 2801

http://developer.apple.com/darwin/projects/streaming/ This is Apple's open source streaming server, which runs on Mac, Linux, Windows, and your kitchen sink. However, that isn't the point. In their documentation, they talk about what is needed to stream video to Quicktime. Of course, if Darwin ...
by JonThompson
Thu Mar 31, 2005 11:59 pm
Forum: ZoneMinder Previous Versions
Topic: MPEG Generation cuts short
Replies: 6
Views: 3752

I am talking about static. The problem is this...

When I try and create video, it only encodes the first 30 frames or so, then quits, so I get a second of video where I should have 10+
by JonThompson
Sat Mar 26, 2005 3:05 am
Forum: ZoneMinder Previous Versions
Topic: Streaming MPEG
Replies: 3
Views: 2801

Streaming MPEG

OK, I figured out why I can view MPEGs from clips (albeit not full clips), but not from live feeds. Streaming MPEG needs to have a hint track that tells the client to play it immediately. Without this, the client downloads the MPEG file indefinitely, and will not play it until it reaches the "end ...
by JonThompson
Sat Mar 26, 2005 2:53 am
Forum: ZoneMinder Previous Versions
Topic: MPEG Generation cuts short
Replies: 6
Views: 3752

MPEG Generation cuts short

Hello once again.

I'm having trouble with MPEG generation. The encoder apparently is only taking the first page (from the frame by frame view) of JPEGs when encoding it into a MPEG file.

Is there a setting I am missing that will allow it to use all of the frames in the MPEG file?
by JonThompson
Fri Mar 25, 2005 2:53 pm
Forum: ZoneMinder Previous Versions
Topic: Install Problems
Replies: 6
Views: 3937

-- Begin /tmp/zmdc.log snippet-- Can't find process with command of 'zmf -m 1' Can't find process with command of 'zma -m 1' Can't find process with command of 'zmf -m 1' Can't find process with command of 'zma -m 1' Can't find process with command of 'zmf -m 1' 'zmc -d 0' stopping at 05/03/24 14:30 ...
by JonThompson
Fri Mar 25, 2005 3:29 am
Forum: ZoneMinder Previous Versions
Topic: Cambozola Help
Replies: 9
Views: 5764

That took care of it. I was thinking that cambozola needed to be installed in relation to the zm apps. Now, is there any way of speeding the video up that cambozola is streaming? Has anyone thought about using Darwin Streaming Server to stream the data? It is open source (although not GPL compatible ...
by JonThompson
Fri Mar 25, 2005 3:09 am
Forum: ZoneMinder Previous Versions
Topic: Install Problems
Replies: 6
Views: 3937

--Begin /var/log/messages snippet-- Mar 24 20:48:33 <DNSSnip> zmc_d4[3743]: INF [KCCI: 784000 - Capturing at 30.30 fps] Mar 24 20:49:03 <DNSSnip> zmc_d0[7300]: INF [Driveway: 641000 - Capturing at 29.41 fps] Mar 24 20:49:07 <DNSSnip> zmc_d4[3743]: INF [KCCI: 785000 - Capturing at 29.41 fps] Mar 24 ...
by JonThompson
Fri Mar 25, 2005 2:38 am
Forum: ZoneMinder Previous Versions
Topic: Cambozola Help
Replies: 9
Views: 5764

Java is installed and running. I most likely have cambozola misconfigured somehow.

I put the app it /var/www/html/ and gave executable prefs by anyone.
by JonThompson
Thu Mar 24, 2005 4:46 pm
Forum: ZoneMinder Previous Versions
Topic: Cambozola Help
Replies: 9
Views: 5764

Cambozola Help

If I try and use Cambozola (I'm forcing it for everyone at the moment for testing), I get this error messages when it tries to load... java.lang.ClassNotFoundException: com.charliemouse.cambozola.Viewer This is using zm 1.20.1 and the cambozola.jar that is available on the zm downloads page. What do ...
by JonThompson
Thu Mar 24, 2005 3:25 pm
Forum: Hardware Queries
Topic: Provideo 153 card problems
Replies: 7
Views: 4885

As far as the video is concerned, it is already great. I am getting 20-40 fps per camera and the bttv driver configured it as a PV150 automagically. Now, the audio portion is another matter. During the short time that I had FC3, the audio showed up in the hardware list app. However, it is not ...