Ezviz RTSP URL guide
Use this page when you know the camera is from Ezviz, but you are not sure about the correct RTSP path or whether the stream is really reachable from the public internet.
RTSP.RUN does not configure Ezviz devices for you. This guide exists to shorten the path between “I have a Ezviz camera” and “I have a browser-ready stream I can test and embed”. Use it before you spend time debugging the wrong playback problem.
What to prepare first
- the Ezviz camera model or at least the stream / channel context
- credentials for the RTSP URL if the stream requires authentication
- confirmation that the stream is reachable from the public internet, not only from LAN or a vendor app
The most useful Ezviz questions
Start with the general RTSP address pattern, then validate reachability and public access before you blame the browser player.
RTSP adresa je údaj, přes který kamera poskytuje video přes internet. Najdete ji v manuálu, nastavení kamery nebo na stránkách výrobce.
Obvyklý tvar:
rtsp://uživatel:heslo@IP-adresa:554/cesta_k_obrazuNejste si jistí? Vyhledejte podle modelu kamery frázi RTSP URL nebo kontaktujte výrobce.
Tato chyba znamená, že kamera nerozumí zadané adrese. Obvykle chybí nebo je nesprávně uvedená část, která určuje konkrétní obrazový kanál.
Správný tvar adresy:
rtsp://uživatel:heslo@adresa_kamery:554/cesta_k_obrazuPříklady podle značek:
• Hikvision: rtsp://user:[email protected]:554/Streaming/Channels/101
• Dahua: rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=0
• Axis: rtsp://user:[email protected]:554/axis-media/media.amp
Co udělat: Ověřte přesný tvar v manuálu kamery nebo na webu výrobce (každý model používá jinou „cestu“).
Je potřeba přesměrovat port na routeru (typicky 554) směrem na interní IP adresu kamery.
- Postup najdete v návodu pro konkrétní router.
- Používejte silná hesla a vypněte zbytečné služby na kameře.
Ano. Pokud se vám IP adresa mění, využijte bezplatné služby Dynamic DNS (např. No-IP, DuckDNS, Dynu).
- Získáte název, který se automaticky aktualizuje na vaši aktuální IP.
- Většina routerů i kamer má DDNS podporu přímo v sobě.