Uniview RTSP URL guide
Use this page when you know the camera is from Uniview, 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 Uniview devices for you. This guide exists to shorten the path between “I have a Uniview 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 Uniview 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 Uniview questions
Start with the general RTSP address pattern, then validate reachability and public access before you blame the browser player.
L’indirizzo RTSP è l’URL che la tua telecamera utilizza per trasmettere il video su Internet. Puoi trovarlo nel manuale d’uso, nelle impostazioni della telecamera o sul sito Web del produttore.
Formato tipico:
rtsp://utente:password@indirizzo-IP:554/percorso_dello_streamNon sei sicuro? Cerca il modello della tua telecamera insieme alla frase RTSP URL oppure contatta il produttore.
Questo errore significa che la telecamera non comprende l’indirizzo inserito. Di solito manca una parte dell’indirizzo o è scritta in modo errato, in particolare quella che indica il canale video.
Formato corretto dell’indirizzo:
rtsp://utente:password@indirizzo_telecamera:554/percorso_dello_streamEsempi per marca:
• 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
Cosa fare: Controlla il formato esatto nel manuale della tua telecamera o sul sito del produttore: ogni modello utilizza un “percorso” diverso.
Devi configurare l’inoltro delle porte sul router (di solito la porta 554) verso l’indirizzo IP interno della telecamera.
- Puoi trovare istruzioni specifiche per il tuo router online.
- Usa password sicure e disattiva i servizi non necessari sulla telecamera.
Sì. Se il tuo indirizzo IP cambia periodicamente, utilizza un servizio gratuito di DNS dinamico (ad esempio No-IP, DuckDNS, Dynu).
- Otterrai un nome che si aggiorna automaticamente al tuo IP corrente.
- La maggior parte dei router e delle telecamere supporta DDNS direttamente nelle impostazioni.