Hi there. I am having problems with the new zoneminder dvr streaming mode, i can see the video, the list of events updating in real time, but when i try to use the buttons they do nothing. I am using zm v1.23.1 on gentoo. Also the information below the video stream is not working, it stays always as shown on the image below (delay, rate, fps...). I don't see any errors on apache2 and zoneminder logs and i have downloaded mootools v1.11 with all options selected.
When i use ie7 it shows a javascript error every time i click the buttons like "permission denied" and "status.delayed is not a object". If i disable the dvr streaming style, everything works like a charm.
Cheers,
Divi
[Solved] New DVR streaming mode problem on 1.23.1 (gentoo)
[Solved] New DVR streaming mode problem on 1.23.1 (gentoo)
Last edited by Diviner on Wed Mar 26, 2008 8:45 pm, edited 1 time in total.
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Maybe your php run in safe mode, socket extension (socket.so) not loaded, or your php configuration file (php.ini) does not allow socket operation.
find this line within php.ini file
Change to
if not there, add the extension=socket.so line to your php.ini
then restart your web server
find this line within php.ini file
Code: Select all
safe_mode = On
Code: Select all
safe_mode = Off
Code: Select all
extension=socket.so
then restart your web server
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact: