Can't view feeds

Discussion topics related to mobile applications and ZoneMinder Event Server (including machine learning)
Post Reply
kireol
Posts: 7
Joined: Wed Jul 03, 2013 11:28 am

Can't view feeds

Post by kireol »

Just got Android and OSX installed today.

If I use a browser, I can view the feeds.

If I use ZMNinja, I get camera question marks.

Image

json looks right.
{
"version": "1.28.109",
"apiversion": "1.28.109.1"
}


Any ideas?
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: Can't view feeds

Post by asker »

please check your cgi-bin path. Its most likely set incorrectly in zmninja
Also useful to enable debug logs in zmninja
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
kireol
Posts: 7
Joined: Wed Jul 03, 2013 11:28 am

Re: Can't view feeds

Post by kireol »

that's a bingo!


Thanks man. perfect.
FreeSoftwareServers
Posts: 21
Joined: Mon Dec 07, 2015 10:37 pm

Re: Can't view feeds

Post by FreeSoftwareServers »

I also have the same issue, except I had to fix PATH_ZM by adding /zm/ to get the Web View to work, but in zmNinja, just a question mark.

my PATHS_ZM looks like

/zm/cgi-bin/nph-zms
FreeSoftwareServers
Posts: 21
Joined: Mon Dec 07, 2015 10:37 pm

Re: Can't view feeds

Post by FreeSoftwareServers »

Got it working, figured I would share.. cough cough.

The PATH_ZMS setting inside the Options >> PATH variable inside of ZoneMinder Consol fix viewing stream in WebBrowser but to fix zmNinja I had to manually edit

path to cgi-bin

http://server/zm/cgi-bin/nph-zms

I figured since it literally copied the text I pasted into ZM portal URL it was filling in the information as needed. A nice feature but perhaps it should just add /cgi-bin/nph-zms to whatever is typed for ZM Portal. Anyway one problem down!
rockandroller
Posts: 51
Joined: Tue Dec 22, 2015 12:44 am

Re: Can't view feeds

Post by rockandroller »

Briefly had the same issue here, and for my Centos7 ZM install, the correct ZMninja CGI-BIN path was http://server/zm/cgi-bin-zm/nph-zms
Post Reply