Skip to content

allenporter/rtsp-to-webrtc-client

Repository files navigation

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