Search found 50 matches

by empty01
Fri Sep 06, 2019 12:20 pm
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

Re: ZM dropping cameras

Just an update to this thread. Zoneminder is still dropping cameras - as described above. The only (rather imperfect) solution I have found is to install python-onvif, see: https://github.com/quatanium/python-onvif The act of Initializing an ONVIFCamera instance seems to nudge my lost cameras back i...
by empty01
Thu Apr 25, 2019 8:19 am
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

Re: ZM dropping cameras

But it works for some of the time and then loses the stream
by empty01
Wed Apr 24, 2019 10:34 am
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

Re: ZM dropping cameras

Any thoughts?
by empty01
Fri Apr 12, 2019 1:34 pm
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

Re: ZM dropping cameras

Appreciated. Here's some - only showing ERR: 2019-04-11 18:29:34 zmc_m8 28895 ERR Unable to open input rtsp://192.168.1.187:554/ch01.264 due to: Operation now in progress zm_ffmpeg_camera.cpp 357 2019-04-11 18:29:34 zmc_m8 28895 ERR Failed to prime capture of initial monitor zmc.cpp 253 2019-04-11 1...
by empty01
Thu Apr 11, 2019 5:43 pm
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

Re: ZM dropping cameras

All the ones that drop out have 'Robox' written on them. But also, some Robox cameras never drop out
by empty01
Thu Apr 11, 2019 10:57 am
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

Re: ZM dropping cameras

Thanks Garry Interesting idea - i'll look into it, although as I pointed out: "I can't get them back by restarting ZM (or indeed by restarting the Sunfire x2250)" I have read quite a lot of forum posts related to this issue and one suggestion that comes up is tuning mysql. Now bizarrely, I...
by empty01
Wed Apr 10, 2019 5:25 pm
Forum: ZoneMinder 1.32.x
Topic: ZM dropping cameras
Replies: 10
Views: 4624

ZM dropping cameras

Hi I installed zm1.32 on a Sunfire x2250 with a 8Tb new HDD, running Ubuntu 18.04.1 LTS. I have 16 IP cameras connected and am able to view their RTSP streams using FFMPEG and TCP. However, ZM consistently drops certain cameras and I can't get them back by restarting ZM (or indeed by restarting the ...
by empty01
Fri Dec 08, 2017 3:14 pm
Forum: ZoneMinder 1.30.x
Topic: Signal loss causes blue screen that requires camera reset
Replies: 44
Views: 20037

Re: Signal loss causes blue screen that requires camera reset

Back on this topic - hopefully for the last time. I had my whole Ubuntu server and zoneminder system setup on 2 separate HDDs, one =350Gb and one = 2Tb. All of the blue screen problems described above were with the 2Tb HDD set up. A few weeks ago the 2Tb HDD started kicking up HDD errors so I shutdo...
by empty01
Mon Nov 27, 2017 11:12 pm
Forum: ZoneMinder 1.30.x
Topic: Commands won't run from filters
Replies: 14
Views: 6780

Re: Commands won't run from filters

So tried: sudo su -s/bin/bash -c"python /home/mark/python-onvif/IPCam_Restart_Scripts/RB_Robox3.py " www-data and got: [Errno 13] Permission denied so yes, it seems www-data doesn't have permission to run my python scripts. But i'm still confused as I did chmod 777 on the target file. Does...
by empty01
Fri Nov 24, 2017 6:56 pm
Forum: ZoneMinder 1.30.x
Topic: Commands won't run from filters
Replies: 14
Views: 6780

Re: Commands won't run from filters

Wow! So many users! So many groups!
More groups than users - who would have thought it?
The fog is beginning to clear - thanks
by empty01
Fri Nov 24, 2017 10:34 am
Forum: ZoneMinder 1.30.x
Topic: Commands won't run from filters
Replies: 14
Views: 6780

Re: Commands won't run from filters

I've learnt on a need to know basis. So i've been using unix for 30 years, have published several pieces of python software, and now mainly write in C++ (all in an academic setting), but have never been formally taught any, so I guess my knowledge is good in places, but poor in others, and poorly st...
by empty01
Thu Nov 23, 2017 9:46 pm
Forum: ZoneMinder 1.30.x
Topic: Commands won't run from filters
Replies: 14
Views: 6780

Re: Commands won't run from filters

I tried going down the API route, but fell at the first hurdle with curl (it works finr from a browser but that's not much use for me). I tried: curl -d "username='********'&password='**********'&action=login&view=console" -c cookies.txt https://localhost/zm/index.php I get the...
by empty01
Thu Nov 23, 2017 9:43 pm
Forum: ZoneMinder 1.30.x
Topic: Commands won't run from filters
Replies: 14
Views: 6780

Re: Commands won't run from filters

Apologies for the delay - been away.

I don't get this. Who is the www-data user? Is that a user? How do I find out what users there are on my system (I thought there was just me and root).
I'm happy to try the line, but I don't understand what it is supposed to do.

All best

Mark
by empty01
Thu Nov 02, 2017 9:53 pm
Forum: ZoneMinder 1.30.x
Topic: Commands won't run from filters
Replies: 14
Views: 6780

Re: Commands won't run from filters

Have tried using API, but with zero success. When I run: curl -d "username=****&password=****&action=login&view=console" -c cookies.txt http://192.168.1.134/zm/index.php I get the response: curl: (6) Could not resolve host: username=****&password=****&action=login&v...
by empty01
Thu Nov 02, 2017 7:08 pm
Forum: ZoneMinder 1.30.x
Topic: Signal loss causes blue screen that requires camera reset
Replies: 44
Views: 20037

Re: Signal loss causes blue screen that requires camera reset

Hi So I tried installing Node.js and npm, as it has an onvif implementation. After much more pain, I concluded that it was not possible to get this to work - I couldn't even get basic Node.js and npm working. Then I came across quatanium/python-onvif. I have a bit of a python background so had a go,...