Metadata-Version: 2.1
Name: rtsp_to_webrtc
Version: 0.6.0
Summary: Python client library for RTSPtoWeb and RTSPtoWebRTC
Home-page: https://github.com/allenporter/rtsp-to-webrtc-client
Author: Allen Porter
Author-email: allen@thebends.org
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.7.3

# 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
```
