Network Video Ports Required for RTSP:
- 554 - RTSP uses TCP or UDP as its transport protocol.
- UDP ports are self-determined.
Note: Do not include brackets in the URLs.
RTSP/RTP Unicast and RTSP Interleaved
Presentation names are video1, video2 or video3.
Use the second example if RTSP authentication is on.
An example with authentication is provided.
rtsp://<ipaddress>/media/<Presentation Name>
rtsp://[user]:[password]@<ipaddress>/media/<Presentation Name>
rtsp://admin:P@$$w0rd@192.168.5.10/media/video1
RTP Multicast
Presentation names are video1, video2 or video3.
rtsp://<ipaddress>/media/<PresentationName>/multicast
rtsp://[user]:[password]@<ipaddress>/media/<PresentationName>/multicast
HTTP
Presentation names are video1, video2 or video3.
<port> = 85 on 3432-1000, 3432-2000 and 80 on 3432-3000
http://<ipaddress>:<port>/media/<Presentation Name>
http://[user]:[password]@<ipaddress>:<port>/media/<Presentation Name>
MJPEG Pull using HTTP
<port> = 85 on 3432-1000, 3432-2000 and 80 on 3432-3000
http://<ipaddr>:<port>/images/snapshot.jpg
Comments
0 comments
Please sign in to leave a comment.