Page 2 of 2
Re: Not Streaming on monitor
Posted: Thu Dec 03, 2015 5:42 pm
by luwii
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
Re: Not Streaming on monitor
Posted: Sat Dec 05, 2015 3:14 pm
by vmos
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
Code: Select all
invalid skin css 'classic' setting to
and the app crash, is could be that this is a server problem or app problem
Regards
Re: Not Streaming on monitor
Posted: Sat Dec 05, 2015 6:07 pm
by asker
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
Code: Select all
invalid skin css 'classic' setting to
and the app crash, is could be that this is a server problem or app problem
Regards
Re: Not Streaming on monitor
Posted: Wed Dec 14, 2016 7:52 pm
by jeepnjeff
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
Thanks bbunge! Fixed it up!
Re: Not Streaming on monitor
Posted: Thu Jan 05, 2017 11:08 pm
by Bigups
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.