Versions Compared

Key

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

...

Code Block
{
  "data": {
    "camera": {
      "stream_profiles": [
        {
          "stream_profile_id": 120846,
          "width": 800,
          "height": 450
        },
        {
          "stream_profile_id": 120850,
          "width": 1920,
          "height": 1080
        }
      ]
    }
  }
}

The next query gets the RTSP and URL for the currently generated RTSP stream. 

Example - get RTSP URL:

The next query gets the RTSP and URL for the currently generated RTSP stream:

...