The RTSP mоdule
The module processes connections via RTSP. These include:
Capturing streams from cameras.
Capturing push streams from devices with Agent software installed and Bridge devices.
Streaming of Live and DVR streams via RTSP.
To obtain a link to stream resources, use the following methods:
Camera.GetMediaUrls
– for details, refer to this documentation page.Stream.GetMediaUrls
– for details, refer to this documentation page.
Example:
BASH
ffplay -rtsp_transport tcp -i "rtsp://192.168.200.31:8554/live/826d9466-772c-4e71-b2fe-bbeca57cf4d9/1d45f8e6-e7df-4416-9c32-19ceab9a9986/"
BASH
ffplat -rtsp_transport tcp -i "rtsp://192.168.200.31:8554/dvr/826d9466-772c-4e71-b2fe-bbeca57cf4d9/1d45f8e6-e7df-4416-9c32-19ceab9a9986/?from=20241023115133"