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