Skip to main content
All CollectionsCamera ManagementConfiguring and Controlling Your Cameras
Adding Cameras That Require a Custom RTSP URL Path
Adding Cameras That Require a Custom RTSP URL Path

Learn how to add third-party cameras that don't support automatic RTSP URL detection.

Updated over 2 weeks ago

Overview

If your camera doesn't properly implement ONVIF standards, is a closed camera, or is connected through an encoder, you can manually specify the RTSP URL path in the Coram web app.

Understanding the RTSP URL Format

Coram Point establishes a connection with your cameras using an RTSP URL, in the following format:

rtsp://username:password@cameraIP:port/camera_specific_path
  • username: Your camera's username.

  • password: Your camera's password.

  • cameraIP: The IP address of your camera.

  • port: The port number for RTSP streaming (default is often 554).

  • camera_specific_path: The specific path required by your camera to access the stream.

For most cameras, you don’t need to worry about the specifics of this URL, and you can leave the camera_specific_path field empty. For ONVIF-compliant cameras, Coram will automatically discover this RTSP URL, including the path, based on the username and password you provided. In some cases, vendors don’t support the automatic detection of this path. In these situations, you can manually specify this value to ensure your cameras are set up correctly.

Example

If your camera requires a specific path, such as /data/live/feed_1, you can set this in the RTSP URL:

rtsp://username:password@cameraIP:port/data/live/feed_1

By specifying the path, Coram Point can establish the correct connection to your camera's video stream.


Specifying a Custom RTSP URL Path

Before you begin, you need to connect the camera to your Coram Point. For detailed instructions, refer to Manually Connecting Cameras to Coram Point.

To specify a custom RTSP URL path for a camera:

  1. Access the Coram web app and log in to your Coram account.

  2. From the main navigation menu, select Devices.

    The Cameras tab is selected by default.

  3. From the list, find the camera you want to configure and click the corresponding Settings button.

  4. Disable the Auto set RTSP URL toggle switch.

  5. To add the custom path to the RTSP URL, click the padlock icon. Type or paste the path, then click the checkmark icon to confirm your changes.

  6. To add the camera, click Save.

  7. Verify that the camera feed appears correctly in your dashboard.

Tip: If you're unsure of your camera's RTSP URL path, consult the camera's documentation or refer to Resources for Finding RTSP URL Paths.


Resources for Finding RTSP URL Paths

If you need assistance finding the RTSP URL path for your camera, these databases can help:

These resources provide RTSP URL formats for a wide range of camera models and brands.

Did this answer your question?