allenporter / rtsp-to-webrtc-client

Python client library for RTSPtoWebRTC

Home Page:https://allenporter.github.io/rtsp-to-webrtc-client/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtsp-to-webrtc-client

Python client library for RTSPtoWeb and 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

About

Python client library for RTSPtoWebRTC

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

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%