Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allenporter/rtsp-to-webrtc-client

Python client library for RTSPtoWebRTC
https://github.com/allenporter/rtsp-to-webrtc-client

webrtc

Last synced: 3 months ago
JSON representation

Python client library for RTSPtoWebRTC

Awesome Lists containing this project

README

        

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