Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allenporter/rtsp-to-webrtc-client
- Owner: allenporter
- License: apache-2.0
- Created: 2021-11-22T02:11:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T22:43:25.000Z (8 months ago)
- Last Synced: 2024-05-28T08:16:08.523Z (8 months ago)
- Topics: webrtc
- Language: Python
- Homepage: https://allenporter.github.io/rtsp-to-webrtc-client/
- Size: 327 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```