No browser streaming

Forum for questions and support relating to the 1.29.x releases only.
Locked
isisyodin
Posts: 8
Joined: Fri Jan 01, 2016 3:36 pm

No browser streaming

Post by isisyodin »

After upgrading from 1.28.1 to 1.29.0 I have lost the ability to stream or view events on my browser (Safari). However, in zmNinja I can view everything perfectly. Any ideas of what needs to get fixed?
The logs report the following errors:
Image

Code: Select all

2016-01-07 16:29:10.173338	web_php		5004	ERR	socket_sendto( /var/run/zm/zms-120706s.sock ) failed: No such file or directory	/usr/share/zoneminder/www/includes/functions.php	2371
2016-01-07 16:29:08.471058	zma_m3		4857	INF	FrontPanoramic: 12000 - Analysing at 12.05 fps	zm_monitor.cpp	1287
2016-01-07 16:29:03.172226	web_js		5004	ERR	getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-120706s.sock ) failed: No such file or directory - checkStreamForErrors()	?view=watch	
2016-01-07 16:29:03.151522	web_php		5004	ERR	socket_sendto( /var/run/zm/zms-120706s.sock ) failed: No such file or directory	/usr/share/zoneminder/www/includes/functions.php	2371
2016-01-07 16:28:56.149465	web_js		5004	ERR	getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-120706s.sock ) failed: No such file or directory - checkStreamForErrors()	?view=watch	
2016-01-07 16:28:56.127985	web_php		5004	ERR	socket_sendto( /var/run/zm/zms-120706s.sock ) failed: No such file or directory	/usr/share/zoneminder/www/includes/functions.php	2371
https://photos.google.com/photo/AF1QipO ... Eqz8Tubzxu

cheers
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: No browser streaming

Post by bbunge »

Did you upgrade the database? Did you edit the paths?

See: https://wiki.zoneminder.com/Common_Issu ... PA_version
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: No browser streaming

Post by knight-of-ni »

Your PATH_ZMS under Options is incorrect.
If you tell us what distro you are using and how you installed zoneminder, we might be able to tell you what it should be.

Alternatively, if zmninja has a PATH_ZMS variable then just copy that value since it works.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Locked