Applies to Models: All IP Cameras, NVR, DVR, VMS, and Encoders
Summary:
Real-Time Streaming Protocol (RTSP) is one of the primary backbone application-level protocols for streaming video from devices. This article provides the proper formatting for Hanwha devices.
RTSP URLs:
- When API or ONVIF connectivity is not an option, RTSP is the last option for pulling camera streams.
- Use the following URL list to pull video streams from Hanwha devices. While the default port for our RTSP is 554, we always allow this port to be changed in the device's Network section.
IP Cameras
- rtsp://<DeviceIP>/profile<no>/media.smp
- rtsp://<DeviceIP>:port/profile<no>/media.smp
- rtsp://user:password@<DeviceIP>:port/profile<no>/media.smp
- rtsp://<camera ip>:<rtsp port>/multicast/profile<no>/media.smp
Multi-Sensor IP Cameras and Encoders
- The channel number sequence in multi-sensor cameras starts at 0.
- rtsp://<DeviceIP>:<port>/<sensor#>/profile2/media.smp
- rtsp://admin:<password>@<DeviceIP>:<port>/<sensor#>/profile2/media.smp
- rtsp://<camera ip>:<rtsp port>/<sensor#>/multicast/profile<no>/media.smp
NVR/DVR
- The channel number sequence in NVR/DVRs start at 0.
- rtsp://<DeviceIP>:port/LiveChannel/0/media.smp
SRD and HRD Series
For any Hanwha Vision product that is End Of Life or End Of Sale, you can search our knowledge base for self-resolution options.
Please refer to our EOL Support Statement to find out if your product is supported
SRD Series
- rtsp://<SRD_IP>:<Last Device Port>/<Channel>
HRD Series
- The channel number starts with 0, not 1.
- The device port should be the last one in the Device Port range (default 558).
- rtsp://<HRD_IP>:<Last Device Port>/LiveChannel/<Channel>/media.smp/profile=<no>
NOTE: When deploying multiple decoders with a WAVE server, it is advisable to
pull RTSP streams from the WAVE servers (not the camera). Refer to the following
article: WAVE: Pulling RTSP streams for multiple decoder integrations