24
Concerning distribution
This machine can distribute video and sound via three methods.
For distribution, the RTP/RTCP protocol is used.
●
UDP unicast distribution
Unicast can distribute to a maximum of 10 clients in total for stream1 to stream3.
The URL of RTSP is “rtsp://address:RTSP port/stream stream number”.
For example, the URL to receive the video of stream 1 in the default setting is:
“rtsp://192.168.1.100:554/stream1”
●
UDP multicast distribution
To distribute video/sound to many clients, the use of multicast is recommended.
The URL of RTSP is “rtsp://address:RTSP port/multicast_stream stream number”.
For example, the URL to receive a video of stream 1 in the default setting is:
“rtsp://192.168.1.100:554/multicast_stream 1”
●
TCP unicast distribution
With RTP over RTSP, distribution with TCP protocol is also possible. When using TCP unicast
distribution, distribution to a maximum of two clients(*) for stream1 to stream3 is possible.
The URL of RTSP is “rtsp://address: proxy port/stream number”
For example, the URL to receive a video of stream 1 in the default setting is:
“rtsp://192.168.1.100:8554/stream 1”
* Including the portion distributed by UDP unicast/multicast, distribution to up to two clients is
possible.
Camera
Client (TCP unicast)
When using TCP unicast,
distribution to up to two
clients is possible.
Client (multicast)
Even though TCP unicast is used, videos
distributed with multicast can be received
by multiple clients.
(When packets are replicated by network
equipment halfway)