[Решено] aur/zoneminder 1.25.0-3

Поставил zoneminder 1.25.0-3. Столкнулся с проблемой.
При онлайн просмотре картинки нет, хотя под ней fps показывает, такое какое выставлено на камере. т.е. по идеи поток доходит. Из за чего такое может быть??(
Ставил в режим записи. Просмотреть могу только кадры по очереди.
спс за советы.
2011-11-30 10:43:36.066970
zmdc
30350
ERR
'zmc -m 1' exited abnormally, exit status 255
zmdc.pl
2011-11-30 10:43:36.063469
zmc_m1
31455
ERR
Failed to pre-capture monitor 1 (0/1)
zmc.cpp
256
2011-11-30 10:43:36.063182
zmc_m1
31455
ERR
Unable to connect to camera
zm_remote_camera_http.cpp
1069
А с чем-нибудь другим у Вас получалось использовать камеру? Например, с VLC, или ffmpeg?
Что-то типа такого:
$ ffmpeg -f video4linux2 -i /dev/video0 -f mpegts -vcodec mpeg4 -s 320x240 -r 30 -b 200k -" | ffplay -
или
$ ffmpeg -f video4linux2 -i /dev/video0 -f mpegts -vcodec mpeg4 -s 320x240 -r 30 -b 200k -" | vlc -
или выбрать “Открыть устройство захвата” в меню VLC.
kurych
А с чем-нибудь другим у Вас получалось использовать камеру? Например, с VLC, или ffmpeg?
Что-то типа такого:
$ ffmpeg -f video4linux2 -i /dev/video0 -f mpegts -vcodec mpeg4 -s 320x240 -r 30 -b 200k -" | ffplay -
или
$ ffmpeg -f video4linux2 -i /dev/video0 -f mpegts -vcodec mpeg4 -s 320x240 -r 30 -b 200k -" | vlc -
или выбрать “Открыть устройство захвата” в меню VLC.

арч без иксов. IP камера Axis 206

Вот лог апача:
[Wed Nov 30 16:29:42 2011] [error] [client 10.116.7.7] script not found or unable to stat: /srv/http/cgi-bin, referer: http://10.116.250.10/zm/?view=watch&mid=1
[Wed Nov 30 16:29:42 2011] [error] [client 10.116.7.7] unable to include potential exec "include/top.html" in parsed file /usr/share/httpd/error/HTTP_NOT_FOUND.html.var, referer: http://10.116.250.10/zm/?view=watch&mid=1
[Wed Nov 30 16:29:42 2011] [error] [client 10.116.7.7] unable to include potential exec "include/bottom.html" in parsed file /usr/share/httpd/error/HTTP_NOT_FOUND.html.var, referer: http://10.116.250.10/zm/?view=watch&mid=1
[Wed Nov 30 16:29:45 2011] [error] [client 10.116.7.7] PHP Fatal error:  Call to undefined function ajaxError() in /srv/zoneminder/www/ajax/stream.php on line 55, referer: http://10.116.250.10/zm/?view=watch&mid=1
[Wed Nov 30 16:29:54 2011] [error] [client 10.116.7.7] PHP Fatal error:  Call to undefined function ajaxError() in /srv/zoneminder/www/ajax/stream.php on line 18, referer: http://10.116.250.10/zm/?view=watch&mid=1
[Wed Nov 30 16:30:06 2011] [error] [client 10.116.7.7] PHP Fatal error:  Call to undefined function ajaxError() in /srv/zoneminder/www/ajax/stream.php on line 18, referer: http://10.116.250.10/zm/?view=watch&mid=1
Ну дык, и погуглите по этим ошибкам. В данном случае апач ругается. Настраивайте его сначала.

Unable to include potential exec

Solution
unable to include potential exec “/cgi-bin/script.cgi” in parsed file “/public_html/file.html”
Including executables are no longer allowed by default. IncludesNOEXEC is now the default, SSI includes are now disabled by default the Options -IncludesNoExec directive. This is due to server abuse. We recommend using PHP coding wherever possible. If using cgi includes is necessary you may enable the includes via :
Create/edit the .htaccess file to permit the execution of CGI programs with the following options:

Options +Includes +ExecCGI

AddHandler cgi-script .cgi .pl

А с помощью ffmpeg можете перенаправить вывод в файл, потом скачать на другой комп и просмотреть. Просто, что бы убедиться, что камера там правильно работает.
kurych
Ну дык, и погуглите по этим ошибкам. В данном случае апач ругается. Настраивайте его сначала.

Unable to include potential exec

Solution
unable to include potential exec “/cgi-bin/script.cgi” in parsed file “/public_html/file.html”
Including executables are no longer allowed by default. IncludesNOEXEC is now the default, SSI includes are now disabled by default the Options -IncludesNoExec directive. This is due to server abuse. We recommend using PHP coding wherever possible. If using cgi includes is necessary you may enable the includes via :
Create/edit the .htaccess file to permit the execution of CGI programs with the following options:

Options +Includes +ExecCGI

AddHandler cgi-script .cgi .pl

А с помощью ffmpeg можете перенаправить вывод в файл, потом скачать на другой комп и просмотреть. Просто, что бы убедиться, что камера там правильно работает.


Добавил в конфиг. Апач фсе равно ругается
PHP Fatal error: Call to undefined function ajaxError() in /srv/zoneminder/www/ajax/stream.php on line 55, referer: http://10.116.250.10/zm/?view=event&eid … 1=1&page=1
Захватил с ip камеры видео. Все работает.
ffmpeg -t 10 -f mjpeg -i http://xxxxx:[email protected]/video/mj … rofileid=2 -f mp4 webcam.mp4

Что делать с zoneminder???
Избавляйтесь от ошибок. Вам же в логах пишут:
PHP Fatal error: Call to undefined function ajaxError() in /srv/zoneminder/www/ajax/stream.php on line 55
Смотрите, что там. Что-то с PHP в данном случае. Выясняйте, почему не определена функция ajaxError(). Посмотрите на права файлов в каталоге сайта. Может, апач не все может прочитать…
с правами все нормально
Решил проблему )))))
Кому интересно: http://www.gentoo.ru/node/17910
 
Зарегистрироваться или войдите чтобы оставить сообщение.