Reputation: 918
I have IP camera and I don't know it's full correct url address to RTSP stream. There is port only in RTSP settings but 192.168.1.132:554 is not enough as I understood. VLC says that rtsp stream is not found. How can I figure out correct url address?
Upvotes: 2
Views: 8834
Reputation: 112
If your camera support ONVIF protocol, try installing ONVIF Device Manager: https://sourceforge.net/projects/onvifdm/
If the camera is detected, you will be able to see the RTSP address under the Live Video tab.
Check this website for screenshots: https://surveilleur.com/2019/02/25/adresse-rtsp-dune-camera-onvif/
Upvotes: 0
Reputation: 31
If you dont find the RTSP documentation, try to search for your camera in this listing.
Surveillance IP Camera RTSP URLs
Also, 554 is the standard port for RTSP, so normally it is not mandatory to put it in the URL.
Upvotes: 0
Reputation: 69724
How can I figure out correct url address?
There is no automatic comprehensive discovery for RTSP URLs out there.
Upvotes: 4