About RTSP URL Generator
Every IP camera vendor invents its own RTSP URL
scheme. Hikvision uses /Streaming/Channels/101, Dahua
uses /cam/realmonitor?channel=1&subtype=0, Reolink
uses /h264Preview_01_main, Axis uses
/axis-media/media.amp?camera=1, and Vivotek just
hard-codes /live.sdp. The numbers, query params and
paths all change again for sub-streams. The result is the same
forty-minute hunt through PDFs and forum threads every time you set
up a new NVR, integrate a camera into Home Assistant or wire one to
VLC for monitoring.
This RTSP URL generator ships URL templates for
nine major brands — Hikvision, Dahua, Uniview,
Axis, Reolink, Foscam, Amcrest, Hanwha (Samsung), Vivotek — plus a
Custom mode for anything that's not in the list. Type in
IP, port (defaults to 554), username, password and channel
number, pick Main or
Sub stream, and the generator emits a ready-to-paste
URL. The Reolink template knows the channel needs zero-padding
(01, not 1). The Amcrest template knows
the firmware shares Dahua's scheme. The Hanwha (formerly Samsung)
template knows the path uses profile{N}/media.smp.
Brand-specific notes appear alongside the URL so
you know about default port quirks (Foscam's 88 instead of 554) or
channel-numbering oddities. Pure browser — no upload of camera
passwords to anyone.
Use it to wire a new Hikvision into Synology Surveillance Station, pull a Dahua feed into Frigate or Home Assistant, test a Reolink in VLC before mounting on the wall, build a multi-camera grid in OBS from mixed-vendor cameras, troubleshoot why an Axis stream won't open by checking the URL syntax first, or document the right RTSP paths for a customer's deployment.