Metadata-Version: 2.1
Name: rtsp-to-webrtc
Version: 0.4.0
Summary: Python client library for RTSPtoWeb and RTSPtoWebRTC
Home-page: UNKNOWN
Author: Allen Porter
Author-email: allen@thebends.org
License: Apache-2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE

# rtsp-to-webrtc-client

Python client library for [RTSPtoWeb](https://github.com/deepch/RTSPtoWeb) and [RTSPtoWebRTC](https://github.com/deepch/RTSPtoWebRTC).

## Development

```
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -e .
$ pip3 install -r requirements.txt

# Running tests
$ pytest

# Formatting and linting
$ pre-commit run --all-files
```


