Skip to main content
Skip table of contents

Camera embedded agent

For all new integrations we recommend to use Uplink agent

VXG provides an Embedded SDK – a reference code and documentation for integration with IP cameras. The code can be integrated with a camera in one of 2 ways:

  1. As a camera plug-in, if camera firmware supports an open platform (camera applications or plug-ins).

  2. Build-in into camera firmware.

Communication

  1. The camera connects to the VXG Cloud via WebSockets Secure protocol (WSS).

  2. Before the Camera Manager (camera side) and the Server (cloud side) start communication, the registration procedure should be performed. There are 4 stages of that handshaking - please contact us if you need details with all commands described in the document.

  3. The camera receives the RTMP URL for streaming in the start_stream command.

  4. The camera starts streaming using RTMP/RTMPS.

Ports

The camera plugin is using the following ports:

  • Control: 8883 (WSS)

  • HTTP: 443 (HTTPS)

  • Media: 1936 (RTMPS)

  • Upload: 8443 (HTTPS)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.