Search found 12 matches
- Wed Dec 07, 2005 5:39 pm
- Forum: ZoneMinder Previous Versions
- Topic: MPEG streaming
- Replies: 6
- Views: 3559
- Wed Dec 07, 2005 5:27 pm
- Forum: ZoneMinder Previous Versions
- Topic: MPEG streaming
- Replies: 6
- Views: 3559
- Wed Dec 07, 2005 2:56 pm
- Forum: ZoneMinder Previous Versions
- Topic: MPEG streaming
- Replies: 6
- Views: 3559
Debug log lines
zmdebug.log has the following as soon as I refresh the live viewing page: or Creative IBC = 20, WUC = 25, pEC = 10, PEC = 10, EAF = 1, FRI = 1000, RBP = 10, FM = 0] 12/07/05 16:50:47.398164 zms[13849].DB1-zm_monitor.cpp/1309 [Loaded monitor 3(Creative), 0 zones] 12/07/05 16:50:47.398370 zms[13849 ...
- Wed Dec 07, 2005 1:19 am
- Forum: ZoneMinder Previous Versions
- Topic: MPEG streaming
- Replies: 6
- Views: 3559
MPEG streaming
Hello, I'm tryng to integrate Kutttpech Java MPEG player into ZoneMinder for using event playback, using Kutttpech's slider for forwarding-backwarding should be cool ! However MPEG streaming fails for me. I've enabled debugging at level 9 and I can see all output. The output while trying to stream ...
- Tue Nov 15, 2005 11:48 pm
- Forum: Feature Requests
- Topic: The buildSelect function has a minor bug
- Replies: 2
- Views: 2585
The buildSelect function has a minor bug
Hello again, The buildSelect function has a minor bug that prohibits translations to be displayed correctly: <option value="<?= $content_value ?>"<?php if ( $value == $content_value ) { echo " selected"; } ?>><?= htmlentities($content_text) ?></option> line in zm_funcs.php formats the input from all ...
- Tue Nov 15, 2005 11:37 pm
- Forum: Feature Requests
- Topic: Date on the console view
- Replies: 4
- Views: 2796
- Tue Nov 15, 2005 11:34 pm
- Forum: Feature Requests
- Topic: Date on the console view
- Replies: 4
- Views: 2796
- Tue Nov 15, 2005 9:32 pm
- Forum: Feature Requests
- Topic: Date on the console view
- Replies: 4
- Views: 2796
Date on the console view
Hello, The date on the console view remains in British English despite of locale change. This should be fixed in tis way: Line 207 of the file zm_html_view_console.php should be changed as <td class="smallhead" align="left"><?= strftime( "%a %d %B, %I:%M %p"); ?></td> The original line has the date ...
- Sun Nov 13, 2005 5:54 pm
- Forum: ZoneMinder Previous Versions
- Topic: 1.2.4 Compile problem
- Replies: 5
- Views: 3608
- Sat Nov 12, 2005 7:59 pm
- Forum: ZoneMinder Previous Versions
- Topic: 1.21.4 & inserting the default admin user to the databas
- Replies: 2
- Views: 2389
1.21.4 & inserting the default admin user to the databas
Hello, I have found a very minor bug. Such as: When doing a clean install, while inserting SQL statements from the zmschema.sql, MySQL may not install the default admin user and stop processing further. That is because the original zmschema.sql created by zmconfig.pl does not have the exact same ...
- Sat Nov 12, 2005 3:52 pm
- Forum: ZoneMinder Previous Versions
- Topic: 1.2.4 Compile problem
- Replies: 5
- Views: 3608
- Sat Nov 12, 2005 12:13 am
- Forum: ZoneMinder Previous Versions
- Topic: 1.2.4 Compile problem
- Replies: 5
- Views: 3608
1.2.4 Compile problem
I have been successfully using ZoneMinder 1.2.3 for some time now. When I heard that the version is out I tried to compile 1.2.4. I used ffmpeg 0.4.8 installed in /usr/local firstly. The result is failure: make[2]: Entering directory `/usr/src/packages/BUILD/zm-1.21.4/src' if g++ -DHAVE_CONFIG_H -I ...