Metadata-Version: 1.2
Name: webrtc_streaming
Version: 0.1.6
Summary: Ready to use WebRTC Streaming
Home-page: https://github.com/cartovarc/webrtc_streaming
Author: Carlos Tovar
Author-email: cartovarc@gmail.com
License: BSD license
Description: ================
        WebRTC Streaming
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/webrtc-streaming.svg
                :target: https://pypi.python.org/pypi/webrtc-streaming
        
        .. image:: https://api.travis-ci.com/cartovarc/webrtc_streaming.svg
                :target: https://travis-ci.com/cartovarc/webrtc_streaming
        
        .. image:: https://readthedocs.org/projects/webrtc-streaming/badge/?version=latest
                :target: https://webrtc-streaming.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/cartovarc/webrtc_streaming/shield.svg
             :target: https://pyup.io/repos/github/cartovarc/webrtc_streaming/
             :alt: Updates
        
        
        
        Ready to use WebRTC Streaming
        
        
        * Free software: BSD license
        * Documentation: https://webrtc-streaming.readthedocs.io.
        
        
        Requirements
        ------------
        * https://ffmpeg.org/download.html
        * https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c
        
        
        Features
        --------
        
        * Receive H264/RTP packets over UDP and send it using WebRTC
        * Receive OpenCV images and send it using WebRTC
        
        
        Install PyPI
        ------------
        
        .. code:: bash
        
            $ pip install webrtc_streaming
        
        
        Usage example
        -------------
        Check examples folder
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        * TODO
Keywords: webrtc_streaming
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
