Search found 12 matches

by KorayPeksayar
Wed Dec 07, 2005 5:39 pm
Forum: ZoneMinder Previous Versions
Topic: MPEG streaming
Replies: 6
Views: 3468

And now it is: ==> /var/log/zm/zm_debug.log <== r Creative IBC = 20, WUC = 25, pEC = 10, PEC = 10, EAF = 1, FRI = 1000, RBP = 10, FM = 0] 12/07/05 19:34:49.360136 zms[23396].DB1-zm_monitor.cpp/1309 [Loaded monitor 3(Creative), 0 zones] 12/07/05 19:34:49.360335 zms[23396].DB1-zm_monitor.cpp/1457 [BFP...
by KorayPeksayar
Wed Dec 07, 2005 5:27 pm
Forum: ZoneMinder Previous Versions
Topic: MPEG streaming
Replies: 6
Views: 3468

Oh sorry ! :( It is 0.4.9-cvs Name : ffmpeg Relocations: /usr Version : 0.4.9 Vendor: Packman Release : 4.pm.cvs20051016 Build Date: Sun 16 Oct 2005 23:59:00 EEST Install date: Fri 02 Dec 2005 20:41:07 EET Build Host: marvin2 Group : Video Source RPM: ffmpeg-0.4.9-4.pm.cvs20051016.src.rpm Size : 691...
by KorayPeksayar
Wed Dec 07, 2005 2:56 pm
Forum: ZoneMinder Previous Versions
Topic: MPEG streaming
Replies: 6
Views: 3468

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].D...
by KorayPeksayar
Wed Dec 07, 2005 1:19 am
Forum: ZoneMinder Previous Versions
Topic: MPEG streaming
Replies: 6
Views: 3468

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 a...
by KorayPeksayar
Tue Nov 15, 2005 11:48 pm
Forum: Feature Requests
Topic: The buildSelect function has a minor bug
Replies: 2
Views: 2498

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 format...
by KorayPeksayar
Tue Nov 15, 2005 11:37 pm
Forum: Feature Requests
Topic: Date on the console view
Replies: 4
Views: 2697

I forgot sth.

Both date and strftime work on UN*X timestamps.
You have used UN*X timestamps in the code for db operations and so any other formatting string with strftime would work in the meaning of date and time display.

Koray
by KorayPeksayar
Tue Nov 15, 2005 11:34 pm
Forum: Feature Requests
Topic: Date on the console view
Replies: 4
Views: 2697

Phil, no. This is only for the displaying of the date, not for manipulating or db operations.

I have changed the code this way and it is good now :)

More to come :)

Koray
by KorayPeksayar
Tue Nov 15, 2005 9:32 pm
Forum: Feature Requests
Topic: Date on the console view
Replies: 4
Views: 2697

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> T...
by KorayPeksayar
Sun Nov 13, 2005 5:54 pm
Forum: ZoneMinder Previous Versions
Topic: 1.2.4 Compile problem
Replies: 5
Views: 3525

No problem.

I know what it means to be a solution developer :D

I want to post other issues regarding database schemas for easier internationalisation nd further more.

In which forum should I post them to ?

Koray
by KorayPeksayar
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: 2322

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 num...
by KorayPeksayar
Sat Nov 12, 2005 3:52 pm
Forum: ZoneMinder Previous Versions
Topic: 1.2.4 Compile problem
Replies: 5
Views: 3525

/usr/local has ffmpeg 0.4.8 installed. The configure line was: ./configure --with-mysql=/usr --with-ffmpeg=/usr/local --with-lame=/usr --with-webdir=/srv/www/htdocs/fm --with-cgidir=/srv/www/cgi-bin/fm --with-openssl=/usr --with-webuser=wwwrun --with-webgroup=www I found out the problem and successf...
by KorayPeksayar
Sat Nov 12, 2005 12:13 am
Forum: ZoneMinder Previous Versions
Topic: 1.2.4 Compile problem
Replies: 5
Views: 3525

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....