3
Setup
44
TCP/HTTP Recipient
The TCP and HTTP Recipient allows event notifications to be sent from the camera to a TCP or HTTP
server. An event rule (in the Event Handle -> Event Rule configuration) needs to be configured to use
either TCP Notification or HTTP Notification.
A triggered event will then use the settings defined in TCP/HTTP Recipient to send notification to the
TCP or HTTP server. The notification will include any message text that was defined in the Event Rule.
TCP Recipient requires an IP address and port for the server which will process the notification via TCP
socket.
HTTP Recipient requires an HTTP server URL along with credentials which will process the notification
sent via HTTP. The event.cgi below is an example showing that a HTTP server side script such as CGI
could be used to process the notification.