Seems like nobody has answers when people have real questions.
Got it to work anyway -
Search found 42 matches
- Fri Nov 09, 2007 8:23 am
- Forum: Feature Requests
- Topic: Frame Number in timestamp?
- Replies: 9
- Views: 9031
- Tue Nov 06, 2007 9:46 am
- Forum: Feature Requests
- Topic: Frame Number in timestamp?
- Replies: 9
- Views: 9031
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 ...
- Thu Nov 01, 2007 7:47 am
- Forum: ZoneMinder Previous Versions
- Topic: mpeg streaming
- Replies: 9
- Views: 7994
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 ...
- Mon Oct 29, 2007 3:00 pm
- Forum: ZoneMinder Previous Versions
- Topic: mpeg streaming
- Replies: 9
- Views: 7994
- Mon Oct 29, 2007 7:56 am
- Forum: ZoneMinder Previous Versions
- Topic: mpeg streaming
- Replies: 9
- Views: 7994
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 ...
- Thu Oct 25, 2007 11:38 am
- Forum: ZoneMinder Previous Versions
- Topic: mpeg streaming
- Replies: 9
- Views: 7994
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 ...
- Wed Oct 24, 2007 7:40 am
- Forum: ZoneMinder Previous Versions
- Topic: mpeg streaming
- Replies: 9
- Views: 7994
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 ...
- Wed Oct 17, 2007 10:01 am
- Forum: Feature Requests
- Topic: Frame Number in timestamp?
- Replies: 9
- Views: 9031
I want to get a timestamp that looks like:
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.
Code: Select all
Cam1 - 2007/10/17 18:12:34 (frame 34)
- Wed Oct 17, 2007 9:48 am
- Forum: Feature Requests
- Topic: Frame Number in timestamp?
- Replies: 9
- Views: 9031
- Wed Oct 17, 2007 8:18 am
- Forum: Feature Requests
- Topic: Frame Number in timestamp?
- Replies: 9
- Views: 9031
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 ...
- Tue Oct 09, 2007 7:54 am
- Forum: ZoneMinder Previous Versions
- Topic: Query for video in ZoneMinder
- Replies: 10
- Views: 7243
So this should be what you're looking for then? all events that start and end in the time you enter..
Code: Select all
$query = "SELECT * FROM Events WHERE StartTime OR EndTime BETWEEN (insert begin datetime here) AND (insert end datetime here)";
- Mon Oct 08, 2007 1:50 pm
- Forum: ZoneMinder Previous Versions
- Topic: Query for video in ZoneMinder
- Replies: 10
- Views: 7243
- Mon Oct 08, 2007 8:51 am
- Forum: ZoneMinder Previous Versions
- Topic: Query for video in ZoneMinder
- Replies: 10
- Views: 7243
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_numrows ...
- Mon Sep 24, 2007 2:04 pm
- Forum: ZoneMinder Previous Versions
- Topic: [Solved] Export fails at Ubuntu 7.04 - .deb installation
- Replies: 7
- Views: 4913
- Mon Sep 24, 2007 1:53 pm
- Forum: ZoneMinder Previous Versions
- Topic: Image not showing in montage - Solved
- Replies: 11
- Views: 7481