I'm trying to activate alarm on certain camera using external feed. I tried to follow instructions on Wiki page: https://wiki.zoneminder.com/ZMTrigger
ZMtrigger is running, verified. But when I connect to port 6802, I can't get any reactions to monitor or recordings. Example:
Code: Select all
ktuulos@KALLEP50:~$ echo "1|show||||testingOSD" | nc 192.168.1.4 8602
ktuulos@KALLEP50:~$ echo "1|on||||testingOSD" | nc 192.168.1.4 8602
ktuulos@KALLEP50:~$ echo "1|cancel||||testingOSD" | nc 192.168.1.4 8602
ktuulos@KALLEP50:~$ echo "1|on|200|Testing|TestingText|testingOSD" | nc 192.168.1.4 8602
ktuulos@KALLEP50:~$ echo "1|cancel|200|Testing|TestingText|testingOSD" | nc 192.168.1.4 8602
ktuulos@KALLEP50:~$ echo "1|show||||testingOSD" | nc 192.168.1.4 8602
Does anyone have any ideas, how I could get this external triggering working?