Skip to main content

RTSP Discovery and Adding RTSP Streams Manually

Learn what RTSP is, how it works with Hive, and how to configure, troubleshoot, and operationally manage RTSP streams.

Updated this week

Overview

Real-Time Streaming Protocol "RTSP" is a standard method used by network cameras and encoders to stream live audio and video over IP. Hive uses RTSP as one of its primary input methods for IP-enabled cameras and devices. You don’t need to be an engineer and you’ll be equipped to:

  • Understand what RTSP is and how it works

  • Find and use your camera’s RTSP stream URL

  • Add RTSP inputs to Hive

  • Troubleshoot connection issues

  • Optimize settings in both Hive and your camera firmware


What Is RTSP?

RTSP acts like a “network remote control” for media servers. Rather than carrying video itself, it negotiates how media (via RTP/RTP packets) is sent from a source (like a camera) to a client (like Hive).

Key characteristics:

  • Operates on TCP port 554 by default

  • Supports commands like PLAY, PAUSE, DESCRIBE, and SETUP to manage streams

  • Common in surveillance or IP camera setups where low latency is required

  • Relies on RTP/RTCP for actual media delivery


Hive Automatically Detects RTSP Streams via ONVIF

You may not need to read any further than this! Hive automatically detects RTSP Streams via ONVIF on your network when you open your Source Discovery window when adding sources. You will only need to continue past this point of the KBA if you are having trouble getting your RTSP enabled camera to show up on the Source Discovery workflow.


Step-by-Step Manual RTSP Setup in Hive

1. Find Your RTSP URL

Check your camera’s documentation or web UI. Common formats include:

rtsp://<username>:<password>@<ip_address>:554/stream1

rtsp://<username>:<password>@<ip>/live/0/main

You may discover these within your manufacturer's interface or ONVIF URL list.


2. Manually Add an RTSP Source in Hive

  • Open the Source Tray in Hive

  • Click the (+) Add Source button

  • Choose Video > Add via URL

  • Enter your RTSP URL (include credentials if required)

  • Click Add and wait for the video tile to appear


Possible Blockers and Troubleshooting

Common issues that can block RTSP ingestion in Hive:

  • Incorrect URL, port, or credentials

  • Firewall or NAT blocking port 554

  • Camera not sending audio/video via RTSP

  • Unsupported codecs by device or Hive

  • Network latency or packet loss causing stream freezes

  • Firmware not configured for RTSP or using proprietary output

Troubleshooting Tips

  1. Test the stream in a tool like VLC

  2. Use static IP addresses instead of DHCP

  3. Avoid Wi-Fi when possible

  4. Check manufacturer logs or firmware settings


Tips and Common Use Cases

  • Enable RTSP authorization for security

  • Choose encoding H.264 in camera or in Hive Advanced Settings

  • Ideal for low-latency IP-based ingestion

  • Common use cases: PTZ cameras, encoders, computer HDMI outputs, playback decks


Workflow Examples

Example 1: Integrating a PTZ IP Camera via Manual RTSP

  1. Enable RTSP in the camera’s web UI

  2. Obtain the RTSP URL: rtsp://user:[email protected]:554/live

  3. Add it to Hive via Add Source by Manually input RTSP URL

  4. Confirm settings in Advanced Settings > Video

  5. Monitor quality in the Hive Connection tab


Example 2: Setting Up a Remote RTSP Feed via WAN

  1. Set up port forwarding for TCP 554 on your router

  2. Use a public IP or DDNS in the RTSP URL

  3. Add to Hive as a source

  4. Monitor bandwidth and frame rate


FAQs

Q1: Can I use RTSP if my camera only supports H.264?

Yes. Hive supports H.264 via RTSP.

Q2: Why is my RTSP freezing or choppy?

Likely bandwidth or network issues. Test in VLC to confirm.

Q3: Can Hive pause or rewind RTSP streams?

No. RTSP playback control is not supported, only live feed ingest.

Q4: Is RTSP secure?

No. Use strong passwords, enable authentication, or secure the network.


RTSP is a powerful, low-latency standard for live video ingest in IP-based systems. Within Hive, RTSP provides a reliable way to bring in video from cameras, encoders, and streaming sources, especially when paired with ONVIF discovery or remote bridge deployment. With a little setup and awareness, even non-engineering users can confidently connect and manage RTSP streams in Hive.

Did this answer your question?