Search found 2 matches
- Sun Jul 05, 2020 6:29 am
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Advanced usage of zms (nph-zms) to redirect video feed
- Replies: 0
- Views: 1740
Advanced usage of zms (nph-zms) to redirect video feed
So rather new to zoneminder here. Not new at all to FreeBSD (which I'm using this on), nginx, php, mysql etc. I'm having a bit of an issue with redirecting video feeds. I'm using this abbreviated and redacted nginx config: server { listen <ip1>:443 ssl http2; server_name intranet.my.domain ...
- Sun Jul 05, 2020 6:21 am
- Forum: ZoneMinder 1.35.x Development Branch
- Topic: Push api for Riot/Matrix (zmeventnotification)
- Replies: 1
- Views: 2727
Re: Push api for Riot/Matrix (zmeventnotification)
As long as you aren't using a Matrix encrypted channel, there are a number of modules out there in different languages (Perl, Python, etc) to send messages to channels as a bot. You'll need to register either a new bot account (the secure way) or use your account credentials (the insecure way). The ...