Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

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:

...