Video SurveillanceVideo SurveillanceFeatured

RTSPReal Time Streaming Protocol

TL;DR

  • 1RTSP is commonly used to open live IP camera streams in VMS, NVR, browser, and diagnostic workflows.
  • 2Camera RTSP URLs usually include protocol, host, port 554, credentials, and a vendor-specific stream path.
  • 3Security checks should cover authentication, network exposure, TCP/UDP transport, TLS support, and whether credentials appear in logs or shared links.

Definition

RTSP, or Real Time Streaming Protocol, is a control protocol commonly used to request and manage live video streams from IP cameras. In CCTV systems, an RTSP URL usually tells the VMS, NVR, or viewer which camera stream to open, how to authenticate, and which stream profile to request.

Why it matters

RTSP is one of the most common practical integration points in CCTV, but weak URL handling, exposed credentials, firewall mistakes, and unsupported stream profiles can break live viewing or create security risk.

Where you'll see it

  • VMS and NVR integrations that need a camera live stream.
  • Troubleshooting camera video with tools such as VLC, ffmpeg, or vendor utilities.
  • Perimeter alarm verification where an event opens the correct camera stream for operators.

Common Pitfalls

  • Publishing RTSP URLs with passwords embedded in shared documentation or tickets.
  • Assuming every vendor uses the same URL path, channel number, stream number, or transport setting.
  • Opening port 554 directly to the internet instead of using controlled VPN, private networks, or secured remote access.

Implementation Notes

  • Document each camera RTSP URL format with the vendor, model, stream profile, and credential handling rules.
  • Test TCP and UDP transport when streams fail across NAT, VPN, firewalls, or congested links.
  • For FortSense alarm workflows, pair the alarm zone with the correct camera RTSP/VMS view instead of leaving operators to search manually.

Related Terms

Last updated: April 29, 2026