I started with a clean install of Ubuntu 14.04LTS (03Dec2015) fully patched
Followed the install instructions for this at zoneminder.readthedocs.org for ZM 1.28
Also kept on getting the socket failed errors in the Apache log.
I had to enable the cgi module in Apache:
sudo a2enmod cgi
sudo service apache2 restart
Maybe that will help
Not Streaming on monitor
Re: Not Streaming on monitor
knnniggett youre a genius
the change of path in the option fix the problems and now i able to see the video streaming
i know that is much to ask, but when i try to use the android app i get this in the logs
and the app crash, is could be that this is a server problem or app problem
Regards
the change of path in the option fix the problems and now i able to see the video streaming
i know that is much to ask, but when i try to use the android app i get this in the logs
Code: Select all
invalid skin css 'classic' setting to
Regards
Re: Not Streaming on monitor
Which android app? Looking the error, is it zmView? If so, read this viewtopic.php?f=32&t=23742
vmos wrote:knnniggett youre a genius
the change of path in the option fix the problems and now i able to see the video streaming
i know that is much to ask, but when i try to use the android app i get this in the logs
and the app crash, is could be that this is a server problem or app problemCode: Select all
invalid skin css 'classic' setting to
Regards
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Re: Not Streaming on monitor
Thanks bbunge! Fixed it up!bbunge wrote:Check out:
https://wiki.zoneminder.com/Debian_8.1_ ... e_Easy_Way
Bet you need to:
Click Paths
Change PATH_ZMS from /cgi-bin/nph-zms to /zm/cgi-bin/nph-zms Click Save
Optional: under Paths change PATH_SWAP to /dev/shm (puts this process in RAM drive) Click Save
Restart Zoneminder
Re: Not Streaming on monitor
right on the money bbunge. Thanks.
Resolved socket_sendto error in ubuntu . just had change PATH_ZMS as above.
other than following the easy install for 1.30 was to " Remove any stale sockets from /tmp/zm (default location):
sudo rm -vf /tmp/zm/*.*" bugs.launchpad.net/ubuntu/+source/zoneminder/+bug/1159361
no alias tweaking apache config or reinstall /enable cgi required.
Resolved socket_sendto error in ubuntu . just had change PATH_ZMS as above.
other than following the easy install for 1.30 was to " Remove any stale sockets from /tmp/zm (default location):
sudo rm -vf /tmp/zm/*.*" bugs.launchpad.net/ubuntu/+source/zoneminder/+bug/1159361
no alias tweaking apache config or reinstall /enable cgi required.