Search found 42 matches

by Laevi
Fri Nov 09, 2007 8:23 am
Forum: Feature Requests
Topic: Frame Number in timestamp?
Replies: 9
Views: 8581

Seems like nobody has answers when people have real questions.
Got it to work anyway - :evil:
by Laevi
Tue Nov 06, 2007 9:46 am
Forum: Feature Requests
Topic: Frame Number in timestamp?
Replies: 9
Views: 8581

Still stuck with this issue. :shock: void Monitor::TimestampImage( Image *ts_image, time_t ts_time ) const { if ( label_format[0] ) { static int token_count = -1; static char label_time_text[256]; static char label_text[256]; if ( token_count < 0 ) { const char *token_ptr = label_format; const char ...
by Laevi
Thu Nov 01, 2007 7:47 am
Forum: ZoneMinder Previous Versions
Topic: mpeg streaming
Replies: 9
Views: 7412

when executing the ./configure (with the --with-ffmpeg statement and the right directory pointed)it succesfully found the binaries (libavcodec and libavformat) but when using mpeg streaming afterwards it gave an error in the logs: MPEG streaming of 'Cam1' attempted while disabled. MPEG streaming is ...
by Laevi
Mon Oct 29, 2007 3:00 pm
Forum: ZoneMinder Previous Versions
Topic: mpeg streaming
Replies: 9
Views: 7412

I found out there was an error in the ZM zms.cpp that gets executed when calling './configure'. After a bit of tweaking and editing the files of both ZM and ffmpeg i got it to work.

So this can be closed :lol:
by Laevi
Mon Oct 29, 2007 7:56 am
Forum: ZoneMinder Previous Versions
Topic: mpeg streaming
Replies: 9
Views: 7412

So can anybody (developer from the live cd or something) tell me how they configured ZM and ffmpeg to work together on the mpeg streaming? Would be appreciated greatly :roll: I found where the error is generated (zms process): #if HAVE_LIBAVCODEC monitor->StreamMpeg( format, scale, maxfps, bitrate )...
by Laevi
Thu Oct 25, 2007 11:38 am
Forum: ZoneMinder Previous Versions
Topic: mpeg streaming
Replies: 9
Views: 7412

Thx for your reply james.. I tried to rebuild ZM again with ffmpeg but now i noticed i was missing the libavutil where the libavcodec and libavformat are normally installed. Anybody knows if this library can be installed seperately or has a ffmpeg version where this one is included also? Thx. - Edit...
by Laevi
Wed Oct 24, 2007 7:40 am
Forum: ZoneMinder Previous Versions
Topic: mpeg streaming
Replies: 9
Views: 7412

mpeg streaming

Hello again i'm trying to get a stream without using cambozola because it's not too fast, but i can't get it to work. I have ffmpeg installed and generating any video files works perfectly i only have problems when it comes to streaming. I can't see anything noticable in the logs and i rebuilded ZM ...
by Laevi
Wed Oct 17, 2007 10:01 am
Forum: Feature Requests
Topic: Frame Number in timestamp?
Replies: 9
Views: 8581

I want to get a timestamp that looks like:

Code: Select all

Cam1 - 2007/10/17 18:12:34 (frame 34)
But i want to know where or how the 'Cam1' is implemented into the '%%s' so i can add the frameid in the timestamp with the same method.
by Laevi
Wed Oct 17, 2007 9:48 am
Forum: Feature Requests
Topic: Frame Number in timestamp?
Replies: 9
Views: 8581

I know, but i want to know how and where you put the monitor name from the database into the '%%s'-variabel
by Laevi
Wed Oct 17, 2007 8:18 am
Forum: Feature Requests
Topic: Frame Number in timestamp?
Replies: 9
Views: 8581

Frame Number in timestamp?

Hi, i was wondering if it was possible to add the frame number of the image to the image timestamp. I've searched the source code and looked on forum but couldn't find any information. Thanks in advance :: edit :: I'd be happy enough if someone could tell me where the '%%s' (Monitor Name) is coming ...
by Laevi
Tue Oct 09, 2007 7:54 am
Forum: ZoneMinder Previous Versions
Topic: Query for video in ZoneMinder
Replies: 10
Views: 6534

So this should be what you're looking for then? all events that start and end in the time you enter.. :roll:

Code: Select all

$query = "SELECT * FROM Events WHERE StartTime OR EndTime BETWEEN (insert begin datetime here) AND (insert end  datetime here)";
by Laevi
Mon Oct 08, 2007 1:50 pm
Forum: ZoneMinder Previous Versions
Topic: Query for video in ZoneMinder
Replies: 10
Views: 6534

So turn 'StartTime' into 'EndTime' and you're done, or am i misunderstanding what you want to do..
by Laevi
Mon Oct 08, 2007 8:51 am
Forum: ZoneMinder Previous Versions
Topic: Query for video in ZoneMinder
Replies: 10
Views: 6534

Hi, you can try this: @ $conn = mysql_pconnect( localhost, zmuser, zmpass ); mysql_select_db( zm, $conn); $query = "SELECT * FROM Events WHERE StartTime BETWEEN (insert begin datetime here) AND (insert end datetime here)"; $result = mysql_query($query, $conn); if ($result) { $num = mysql_n...
by Laevi
Mon Sep 24, 2007 2:04 pm
Forum: ZoneMinder Previous Versions
Topic: [Solved] Export fails at Ubuntu 7.04 - .deb installation
Replies: 7
Views: 4672

Seems like the camera or event folder is missing.
Can you check if there is such folder like var/www/zm/events/'cam_nr'/'event_nr' (standard path)
by Laevi
Mon Sep 24, 2007 1:53 pm
Forum: ZoneMinder Previous Versions
Topic: Image not showing in montage - Solved
Replies: 11
Views: 6867

We need the camera's mjpeg or mpeg path - not the path within zoneminder, because the error won't be in there.
If that path is correct & you're using mjpeg, since you use IE have you installed cambozola.jar (as said earlier in this topic)?