Not Streaming on monitor

Forum for questions and support relating to the 1.28.x releases only.
luwii
Posts: 8
Joined: Thu Dec 27, 2012 9:24 pm

Re: Not Streaming on monitor

Post 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
vmos
Posts: 8
Joined: Mon Nov 30, 2015 1:01 am

Re: Not Streaming on monitor

Post 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
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: Not Streaming on monitor

Post 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
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
jeepnjeff
Posts: 8
Joined: Fri Sep 25, 2015 5:44 pm

Re: Not Streaming on monitor

Post 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!
Bigups
Posts: 1
Joined: Thu Jan 05, 2017 10:05 pm

Re: Not Streaming on monitor

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