Search found 13 matches

by Daylights
Sat Feb 29, 2020 10:05 am
Forum: ZoneMinder 1.34.x
Topic: SOLVED: issue with zmupdate.pl mysql.proc. The table is probably corrupted
Replies: 0
Views: 5577

SOLVED: issue with zmupdate.pl mysql.proc. The table is probably corrupted

I just wanted to post this so it may save others a lot of time in the future. I'm using Zoneminder in a docker image, with MariaDb in another docker image. All working fine, but when I tried to upgrade the image to 1.34, there was an issue with running zmupdate.pl inside the image: ERROR 1728 (HY000...
by Daylights
Thu Feb 13, 2020 4:25 pm
Forum: Hardware Compatibility List
Topic: Sonoff GK-200MP2-B control
Replies: 3
Views: 5512

Re: Sonoff GK-200MP2-B control

iconnor wrote: Wed Feb 12, 2020 2:54 pm Typically we just see what urls are used. Nowadays most cameras are onvif-compliant so we can just use the onvif control script.
Thanks! And could you point me towards the direction how to get/create such a script?
by Daylights
Tue Feb 11, 2020 12:26 pm
Forum: Hardware Compatibility List
Topic: Sonoff GK-200MP2-B control
Replies: 3
Views: 5512

Sonoff GK-200MP2-B control

This new cheap camera does a great job in providing a 10FPS RTSP stream:

https://sonoff.tech/product/wifi-smart- ... k-200mp2-b

I was looking if it were possible to add some control (pan, tilt) to it as well? Is there like a generic approach for it to make this work?
by Daylights
Tue Feb 12, 2019 6:47 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Docker - camera processes crashing
Replies: 4
Views: 3927

Re: Docker - camera processes crashing

I had this problem also. The issue is that Docker limits the Shared Memory (shm) of its containers by default to 64M, which is far too low for zoneminder. The fix is to increase your shm allocation when you run your image: docker run --shm-size="224M" <image name> https://docs.docker.com/...
by Daylights
Mon Feb 11, 2019 8:45 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Docker - camera processes crashing
Replies: 4
Views: 3927

Docker - camera processes crashing

I used to run Zoneminder 1.30 locally installed on Ubuntu 16.04, 4 camera's. After I reinstalled the server with Ubuntu 18.04 I thought it would be a good idea to put every service in a docker container. I've managed to start a separate MariaDB container, with is working fine for other services. I'v...
by Daylights
Sun Nov 04, 2018 10:24 am
Forum: ZoneMinder 1.30.x
Topic: RTP vs Ffmpeg
Replies: 8
Views: 8569

Re: RTP vs Ffmpeg

Curious, I googled a bit on the Xiaomi Dafang cams. Looks like Xiaomi and Wyze make the same models. From what I could tell, the cams don't officially support rtsp. They're really optimized for iOS/Android phone use and a proprietary cloud service. To get rtsp, you have to install firmware hacks. T...
by Daylights
Thu Nov 01, 2018 9:21 am
Forum: ZoneMinder 1.30.x
Topic: RTP vs Ffmpeg
Replies: 8
Views: 8569

Re: RTP vs Ffmpeg

Thanks again! With the 'ffmpeg' setting, I am not able to get a stable connection and after some time the screen goes blanc. Using UDP in the setting creates smearing, so I already used TCP for that. Also, my camera has JPEG or H264 RSTP, but apart from the resolution and the fps, I cannot change an...
by Daylights
Tue Oct 30, 2018 9:01 am
Forum: ZoneMinder 1.30.x
Topic: RTP vs Ffmpeg
Replies: 8
Views: 8569

Re: RTP vs Ffmpeg

First things I do when struggling with a new IP cam include: - Log into the camera and check all the settings for sanity. I'll set the frame rate low, to 3 or 5 FPS. I'll make sure the network settings are perfect. -Set the cam to rtsp via TCP rather than UDP. Set ZM monitor for the cam to use rtsp...
by Daylights
Mon Oct 29, 2018 11:50 am
Forum: ZoneMinder 1.30.x
Topic: RTP vs Ffmpeg
Replies: 8
Views: 8569

RTP vs Ffmpeg

I have a couple of Xiaomi Xiaofang camera's flashed with custom firmware (Dafang-hack). They support RTSP streams, works well in VLC. In Zoneminder I have 1 configured as: - Remote - RTSP - RTP/Unicast - <IP address> - 8554 - Response Media URL enabled The logging for this camera gives me loads of w...
by Daylights
Thu Oct 04, 2018 9:22 am
Forum: ZoneMinder 1.30.x
Topic: Ubuntu - HTTP Error 500 on API
Replies: 5
Views: 3237

Re: Ubuntu - HTTP Error 500 on API

1 small issue I found with zmNinja, it seems to loose the connection when I reopen te app. Lost show 401 Not authenticated, when I reconfigure the authentication it works again. So it seems like the auth. token is not being refreshed correctly? [edit] This issue seems to have been resolved by itself...
by Daylights
Thu Oct 04, 2018 6:23 am
Forum: ZoneMinder 1.30.x
Topic: Ubuntu - HTTP Error 500 on API
Replies: 5
Views: 3237

Re: Ubuntu - HTTP Error 500 on API

That worked great! I just did the lines step by step, I already knew I had most of it in place. Right after this, /getVerion.json shows me {"version":"1.30.4","apiversion":"1.0"} and now zmNinja works as well :D Thanks so much! Btw, are there any benefits omg ...
by Daylights
Wed Oct 03, 2018 7:15 am
Forum: ZoneMinder 1.30.x
Topic: Ubuntu - HTTP Error 500 on API
Replies: 5
Views: 3237

Re: Ubuntu - HTTP Error 500 on API

Hi bbunge, are you referring to the 'Zoneminder API fix'? I did read about that, haven't found it though. What does it do, does it change things to the overall PHP7.2 settings? Or just the Zoneminder (API?) settings? I think I'm brave enough ;) If it helps, I could share the contents of /tmp/zmlogs/...
by Daylights
Tue Oct 02, 2018 3:13 pm
Forum: ZoneMinder 1.30.x
Topic: Ubuntu - HTTP Error 500 on API
Replies: 5
Views: 3237

Ubuntu - HTTP Error 500 on API

Hello, I've followed the guide to install Zoneminder on Ubuntu 16.04 (Easy way), which all went well. After that, I was encouraged to enable OPT_AUTH, which I could not find. I did find OPT_USE_AUTH, which is now enabled (I assume that's the same). I can successfully login http://server/zm, configur...