Metadata-Version: 1.1
Name: aiortsp
Version: 1.2.1
Summary: An asyncio-based RTSP library
Home-page: https://github.com/marss/aiortsp
Author: MARSS S.A.M.
Author-email: info@marss.com
License: GNU Lesser General Public License v3 or later
Description: RTSP Library for asyncio
        ========================
        
        .. image:: https://travis-ci.com/marss/aiortsp.svg?branch=master
            :target: https://travis-ci.com/marss/aiortsp
        
        .. image:: https://coveralls.io/repos/github/marss/aiortsp/badge.svg?branch=master
            :target: https://coveralls.io/github/marss/aiortsp?branch=master
        
        This is a very simple asyncio library for interacting with an
        RTSP server, with basic RTP/RTCP support.
        
        The intended use case is to provide a pretty low level control
        of what happens at RTSP connection level, all in python/asyncio.
        
        This library does not provide any decoding capability,
        it is up to the client to decide what to do with received RTP packets.
        
        One could easily decode using `OpenCV <https://pypi.org/project/opencv-python/>`_
        or `PyAV <https://pypi.org/project/av/>`_, or not at all depending on the intended
        use.
        
        See ``examples`` for how to use the lib.
        
Keywords: asyncio,rtsp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
