Hikvision NVR | Updated July 2026

Hikvision NVR RTSP Channels 101, 102, 201 Explained (2026)

Hikvision channel IDs follow a calculation, not a memorized list. Use the recorder's actual channel slot and stream type to build the RTSP path; on hybrid DVRs the first IP camera may start after all analog channels.

Direct answer

The ID is channel number × 100 + stream type: 1 is main, 2 is sub, and 3 is third stream when supported. Channel 1 main is 101, channel 1 sub is 102, channel 2 main is 201, and channel 16 main is 1601. For an NVR stream, use the NVR IP, NVR credentials, configured RTSP port, and the channel shown in Camera Management.

Channel ID formula

CHANNEL_ID = (RECORDER_CHANNEL × 100) + STREAM_TYPE

Stream type 1 = main, 2 = sub, 3 = third stream. The formula creates an address; it does not guarantee that the selected third stream exists.

RTSP channel examples

Recorder slotMainSubThird
1/Streaming/Channels/101/Streaming/Channels/102If supported: /Streaming/Channels/103
2/Streaming/Channels/201/Streaming/Channels/202If supported: /Streaming/Channels/203
3/Streaming/Channels/301/Streaming/Channels/302If supported: /Streaming/Channels/303
16/Streaming/Channels/1601/Streaming/Channels/1602If supported: /Streaming/Channels/1603
17/Streaming/Channels/1701/Streaming/Channels/1702If supported: /Streaming/Channels/1703
19/Streaming/Channels/1901/Streaming/Channels/1902If supported: /Streaming/Channels/1903

Choose the correct IP address and credentials

Connection pathUse this endpointChannel ruleCredentials
Camera directlyCamera IP and configured RTSP portUsually channel 1 for a single-sensor cameraCamera account
Camera through NVRNVR IP and configured RTSP portSlot shown under NVR Camera ManagementNVR account
Hybrid DVRDVR IP and configured RTSP portDigital channels may begin after analog channelsDVR account

Copyable URL patterns

rtsp://NVR_USER:NVR_PASS@NVR_IP:554/Streaming/Channels/101
rtsp://NVR_USER:NVR_PASS@NVR_IP:554/Streaming/Channels/102
rtsp://NVR_USER:NVR_PASS@NVR_IP:554/Streaming/Channels/201

Use the RTSP port configured on the device. Port 554 is common; Hikvision support also publishes 10554 examples, but 10554 is not universal.

RTSP channel URL or ONVIF?

ONVIF can discover the recorder and return media profiles, while a manual RTSP URL selects one exact channel and stream. On supported firmware, enable ONVIF under Configuration > Network > Advanced Settings > Integration Protocol and create an ONVIF user. Menu names and recorder support vary by firmware.

Add Hikvision NVR channels to SmartRTSP

  1. Open Camera Management on the recorder and note the actual slot for each camera.
  2. Keep the Apple device and recorder on the same LAN for the first test.
  3. Add the NVR IP, NVR username/password, configured RTSP port, and the calculated path.
  4. Test the sub-stream first in a multi-camera grid, then switch selected cameras to main stream when needed.
  5. For direct-camera access, replace the NVR endpoint and credentials with the camera's own IP and account.

View this NVR in SmartRTSP

SmartRTSP is an RTSP and ONVIF camera viewer for iPhone, iPad, Mac, and Apple TV. Once this stream works, add it manually or use ONVIF discovery on your local network.

  • Use the sub stream in a multi-camera grid and the main stream for detail.
  • View up to eight cameras in supported multi-camera layouts; the Apple TV grid currently supports four.
  • Connect locally without bridge hardware or a required cloud subscription.

See how SmartRTSP works →Get SmartRTSP →

Troubleshooting by symptom

SymptomLikely causeCheck or fix
101 works but 201 failsCamera is not assigned to recorder slot 2Read the slot in Camera Management instead of assuming PoE port order.
401 UnauthorizedCamera credentials used against NVR, or wrong RTSP portUse the account and port of the endpoint in the URL.
Connected but black screenUnsupported H.265/resolution or excessive main-stream loadTest the H.264 sub-stream path ending in 02 and lower its bitrate if needed.
103 or 203 failsDevice has no third stream or it is disabledUse 101/102 or confirm stream capability in the model settings.
First IP camera on hybrid DVR is not 101Digital channels start after analog channelsUse the digital slot number shown by the recorder; e.g. slot 17 main is 1701.

Check your model and firmware

Channel assignment, stream count, codec, RTSP port, authentication, and menu names can vary by model and firmware. Check the current device settings before setup. For remote access, use a VPN instead of exposing RTSP to the public internet.

FAQ

What does Hikvision channel 101 mean?

Channel 1 main stream. The last digit is the stream type.

Is channel 102 camera number 2?

No. In the standard formula it is channel 1 sub-stream. Channel 2 main is 201.

Should I use the camera IP or NVR IP?

Use the NVR IP for an NVR channel and the camera IP for direct camera access. Credentials must match that endpoint.