RTSP
بروتوكول RTSP
Also known as: Real-Time Streaming Protocol
RTSP (Real-Time Streaming Protocol, RFC 7826) is the network control protocol IP cameras use to negotiate H.264, H.265, or AV1 video streams over TCP or UDP. A typical URL looks like rtsp://user:pass@10.0.0.42:554/Streaming/Channels/101. RTSP itself only signals; payload travels over RTP. FI Tech edge nodes consume RTSP through GStreamer or FFmpeg,…
Definition
RTSP (Real-Time Streaming Protocol, RFC 7826) is the network control protocol IP cameras use to negotiate H.264, H.265, or AV1 video streams over TCP or UDP. A typical URL looks like rtsp://user:pass@10.0.0.42:554/Streaming/Channels/101. RTSP itself only signals; payload travels over RTP. FI Tech edge nodes consume RTSP through GStreamer or FFmpeg, decode on the GPU, and feed frames into YOLO, RF-DETR, or Grounding DINO inference pipelines. Sub-stream channels (D1 / 4CIF) drop bandwidth for analytics while main streams (4K) keep evidence-grade recording.