Applies to Models: All IP Cameras, NVR, DVR, VMS, and Encoders
Summary:
Real-Time Streaming Protocol, or RTSP as it is known, is one of the primary backbone application-level protocols for streaming video from devices. The List below is the proper formatting for Hanwha devices.
Explanation of Behavior:
- When API or ONVIF connectivity is not an option, RTSP is the last option for pulling camera streams
Resolution:
- Use the URL list below 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 devices 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
Multi-Sensor IP Cameras & Encoders:
rtsp://<DeviceIP>:<port>/<sensor#>/profile2/media.smp
rtsp://admin:<password>@<DeviceIP>:<port>/<sensor#>/profile2/media.smp
NOTE: The channel number sequence in multi sensor cameras start at 0
NVR/DVR
rtsp://<DeviceIP>:port/LiveChannel/0/media.smp
NOTE: The channel number sequence in NVR/DVR's is the same as cameras.
It starts at 0