How to stream a Uniview (UNV) camera on a website

Typical RTSP streams and connection to rtsp.me

Uniview, also known as UNV, produces IP cameras and network recorders. Many models support standard RTSP streams that can be converted into ready browser playback through rtsp.me.

Validate RTSP URL

Prepare the data

Find the camera IP and RTSP port, usually 554. Create a dedicated user with view-only permissions and a strong unique password. Do not provide administrator credentials.

Uniview RTSP URLs

Main stream

rtsp://<login>:<password>@<ip>:<port>/media/video1

Sub stream

rtsp://<login>:<password>@<ip>:<port>/media/video2

video1 usually maps to the main stream, and video2 to the sub stream. On multi-channel devices and some firmware versions, mapping can differ; verify URI values via ONVIF for your exact model.

Example and network access

rtsp://viewer:StrongPassword@203.0.113.10:10554/media/video1

Reserve the camera local IP and forward an external TCP port to its RTSP port.

Public IP:10554 → router → 192.168.1.100:554

Follow "How to configure port mapping". Under CGNAT, use another connection method.

Connection through software agent

If the site has no public IP address or opening an RTSP port on the router is not possible, install the rtsp.me software agent on a computer or mini PC in the same local network as the camera.

The agent receives the local Uniview RTSP stream and sends it to rtsp.me over an outbound connection. In this case, port mapping and an internet-exposed RTSP port are not required.

Uniview → local network → software agent → internet → rtsp.me

Windows, Linux, and ARM are supported. Setup and configuration are described in "IP camera streaming agent without static IP".

Publish the stream

  1. Insert your own login, password, public address, and port.
  2. Validate the RTSP URL on rtsp.me.
  3. Add the camera and get player code.
  4. Embed the code on your website.

Connect Uniview to rtsp.me

Validate your stream and get ready website playback.

Validate RTSP URL