Metadata-Version: 2.1
Name: rtsp
Version: 1.0.0
Summary: ffmpeg wrapper for RTSP client
Home-page: https://github.com/statueofmike/rtsp
Author: Michael Stewart
Author-email: statueofmike@gmail.com
License: MIT
Download-URL: https://github.com/statueofmike/rtsp/archive/1.0.0.tar.gz
Keywords: rtsp ffmpeg image stream
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: System :: Networking
Requires-Python: >=2.6
Description-Content-Type: text/markdown
Requires-Dist: pillow


## RTSP Package

RTSP Client. Uses [ffmpeg](https://www.ffmpeg.org/) system call for RTSP support and [Pillow](https://pillow.readthedocs.io/en/5.1.x/) for parsing and conversion.

## Features

  * fetch a single image as Pillow Image

## Examples

    import rtsp
    image = rtsp.fetch_image('rtsp://1.0.0.1/StreamId=1')



