What is RTSP?
RTSP=Real-time Streaming Protocol is an application layer protocol used to control the transmission of real-time data.
Real-time monitoring code stream URL format requirements:
When requesting real-time monitoring stream RTSP streaming media service, the requested channel number and stream type should be specified in the URL, and if authentication information is required, the user name and password should be provided.
Streaming format of hot brand cameras
- Hikvision camera streaming
Format:
What does the above URL mean? Let us illustrate with examples:
Unicast:
Take the main stream of the first channel
rtsp://admin:hik12345@10.16.4.25:554/Streaming/Channels/101
Take the sub-stream of the first channel
rtsp://admin:hik12345@10.16.4.25:554/Streaming/Channels/102
Take the third stream of the first channel
rtsp://admin:hik12345@10.16.4.25:554/Streaming/Channels/103
If it is a multicast stream, use the following path:
rtsp://admin:password@IP:554/Streaming/Channels/101?transportmode=unicast
Take the main stream preview of the first channel
rtsp://admin:hik12345@10.16.4.25:554/Streaming/Channels/101?transportmode=unicast
- Dahua Camera Streaming
Ingest format:
rtsp://admin:password@192.168.100.102:554/cam/realmonitor?channel=1&subtype=0
Description:
username:such as admin.
password:such as admin.
IP:the IP of device port. Such as 10.7.8.122.
port:The default port number is 554, if it is the default, leave it blank.
channel:Channel number, starting with 1. For example, channel 2 is channel=2.
subtype: stream type, the main stream is 0 (that is, subtype=0), and the auxiliary stream is 1 (that is, subtype=1).
- Uniview Camera Streaming
rtsp://{username}:{password}@{ip}:{port}/video1/2/3, corresponding to the main/secondary/three streams respectively;
rtsp://admin:admin@192.168.8.8:554/video1, represents the main stream;
rtsp://admin:admin@192.168.8.8:554/video2, represents the sub stream;
rtsp://admin:admin@ 192.168.8.8:554/video3, which means 3 streams;
- Infinova Camera Streaming
Ball Camera:
Unicast and multicast addresses are the same
Main stream: RTSP address: rtsp://admin:admin@192.168.1.64/1/1080p
Low bit stream: RTSP address: rtsp://admin:admin@192.168.1.64/1/D1
Hemisphere and camera:
Unicast:
High bit stream (main stream) RTSP address: rtsp://192.168.1.64:554/1/h264major
Low bit stream (sub stream) RTSP address: rtsp://192.168.1.64:554/1/h264minor
Multicast:
High stream (main stream) RTSP address: rtsp://192.168.1.64:554/1/h264major/multicast
Low bit stream (sub stream) RTSP address: rtsp://192.168.1.64:554/1/h264minor/multicast
- Jovision Camera Streaming
rtsp://ip:8554/live1.264 (secondary stream)
rtsp://ip:8554/live0.264 (main stream)
RTSP address: rtsp://0.0.0.0:8554/live1.264 (secondary stream)
rtsp://0.0.0.0:8554/live0.264 (main stream)
After the url based on the rtsp protocol is determined, the video address can be broadcast live with the live streaming software.
VLC, vmix or obs, DingCaster and other related software are all available.
Tips: The default port of common brand cameras
Knowing the port is helpful when streaming.
Brands | WEB | RTSP | HTTPS | ONVIF |
Hikvision | 80 | 554 | 443 | 80 |
Dahua | 80 | 554 | 443 | 80 (onvif) |
Jovision | 80 | 554 | / | 80 |
Uniview | 80 | 554 | 110 | 80 |
If you have any questions, welcome to leave your comments.
Want to order? Visit our shop now:
Related Topics:
3 Differences of Bullet Cameras, Dome Cameras and Turret Cameras
13 Common Concepts of IP Cameras