{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"Provides asyncio-based RTSP client functionality with basic RTP/RTCP support for connecting to RTSP servers and receiving media packets without built-in decoding.","skillfed_tags":["rtsp-streaming","asyncio-networking"],"use_cases":["Build a custom video surveillance application that connects to IP cameras via RTSP and processes raw RTP packets in real time.","Integrate RTSP stream capture into an asyncio-based media pipeline without relying on external video libraries.","Prototype or debug RTSP protocol interactions and RTP packet flows at a low level for network diagnostics.","Create a headless media ingestion service that receives RTSP streams and forwards packets to external processing systems."],"what_it_does":"aiortsp is a low-level asyncio RTSP client library that handles the protocol mechanics of connecting to RTSP servers and receiving RTP/RTCP media packets. It does not decode video or audio\u2014that responsibility falls to the caller, who can use external libraries like OpenCV or PyAV if needed. The library is designed for developers who want fine-grained control over RTSP session management and packet handling within an async Python application.\n\nThe package depends only on dpkt for packet parsing and supports Python 3.6 onward. It is in beta status and has not seen active development for nearly two years, though the repository remains available and the last commit is recent. It is suitable for stable, well-understood use cases but should be evaluated carefully if you need ongoing maintenance or support for emerging RTSP server implementations.","worth_installing":"Yes, if you need low-level RTSP client control in an asyncio application and can accept a copyleft license. The install friction is minimal and there are no known vulnerabilities. However, the dormant maintenance status means you should not expect bug fixes or support for new RTSP features; use it for stable, well-tested scenarios or when you are prepared to maintain a fork if needed."},"id":"aiortsp","links":{"html":"https://skillfed.io/packages/aiortsp","md":"https://skillfed.io/packages/aiortsp.md","pypi":"https://pypi.org/project/aiortsp/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-09-27","license_spdx":null,"license_treatment":"copyleft","name":"aiortsp","python_support":"supports_current","summary":"An asyncio-based RTSP library"},"popularity":{"monthly_downloads":104330,"position":12754,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.0"}
