To simplify communication with Triton, the Triton project provides several client libraries and examples of how to use those libraries. Ask questions or report problems in the main Triton issues page.
RTSP-RTP-Streaming/ │ ├── Client.py # RTSP client, RTP receiver, video player ├── RtpServer.py # RTSP server, RTP sender ├── RtpPacket.py # RTP packet encoder/decoder ├── VideoStream.py # MJPEG frame ...