Important: Geovision Uses Port 8554
Unlike most IP cameras that use port 554, Geovision NVRs and cameras use port 8554 as their default RTSP port. If you enter port 554 in SmartRTSP, the stream will fail to connect. Always use port 8554 unless you have explicitly changed the RTSP server port in the Geovision system settings.
How to Enable RTSP on Geovision Cameras
Log in to the camera or NVR web interface
Open a browser and navigate to http://<camera-IP>. Log in with your admin credentials. For Geovision NVR systems (GV-NVR, GV-VMS), the default username is admin and the default password is admin. You should change this immediately if it has not already been changed. To find the device IP, check your router's DHCP client list or the Geovision IP Device Utility.
Remember: Geovision uses port 8554 by default
This is the most important thing to know about Geovision RTSP. While most IP camera brands use port 554, Geovision NVRs and IP cameras use port 8554 as their default RTSP server port. This applies to the GV-NVR software, GV-IP cameras, and GV-VMS systems. When configuring SmartRTSP, always enter 8554 as the port unless you have manually changed it in the Geovision settings.
Verify the RTSP server is enabled in system settings
In the web interface or GV-NVR software, navigate to System → RTSP Server (or Configure → Network Service → RTSP Server depending on the interface version). Confirm that the RTSP server is running and the port shows 8554. If the RTSP server is not listed as active, enable it and apply the changes. You may need to restart the NVR service or the device for the change to take effect.
Enter the RTSP URL in SmartRTSP
Tap + → Manual in SmartRTSP. For NVR channel 1 (the first connected camera), enter:
For a single standalone Geovision IP camera (not an NVR), use the alternative URL format:
Geovision RTSP URL Reference
Geovision NVRs use a channel-based SDP URL scheme on port 8554. The channel number is always three digits, zero-padded (CH001, CH002, etc.). Standalone cameras may also use the video1 path.
| Stream / Device | RTSP URL |
|---|---|
| Channel 1 — Main | rtsp://user:pass@IP:8554/CH001.sdp |
| Channel 1 — Substream | rtsp://user:pass@IP:8554/CH001b.sdp |
| Channel 2 — Main | rtsp://user:pass@IP:8554/CH002.sdp |
| Channel 2 — Substream | rtsp://user:pass@IP:8554/CH002b.sdp |
| Standalone IP Camera | rtsp://user:pass@IP:8554/video1 |
| NVR — Channel 16 | rtsp://user:pass@IP:8554/CH016.sdp |
Frequently Asked Questions
Why does Geovision use port 8554 instead of 554?
What is the RTSP URL format for Geovision NVR channels?
CH[number].sdp where the channel number is always padded to three digits. Channel 1 = CH001.sdp, Channel 2 = CH002.sdp, Channel 10 = CH010.sdp, and so on up to CH016 for a 16-channel NVR. Always use the NVR's IP address, not the individual camera's IP.
Does Geovision support ONVIF?
What is the difference between a single-camera URL and an NVR URL?
/video1 or /CH001.sdp. For a Geovision NVR (e.g., GV-NVR, GV-VMS), use the NVR's IP address and specify the channel with /CH001.sdp through /CH016.sdp. The NVR acts as a proxy, serving each connected camera's stream under a numbered channel path.