Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangsrgit119/suke-webrtc-ext
python等客户端和web端通过WebRTC交互
https://github.com/wangsrgit119/suke-webrtc-ext
Last synced: 19 days ago
JSON representation
python等客户端和web端通过WebRTC交互
- Host: GitHub
- URL: https://github.com/wangsrgit119/suke-webrtc-ext
- Owner: wangsrGit119
- License: mit
- Created: 2023-02-24T03:25:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T14:36:02.000Z (over 1 year ago)
- Last Synced: 2023-09-26T19:39:17.303Z (over 1 year ago)
- Language: Python
- Size: 36.7 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# suke-webrtc-ext
WebRTC 多媒体处理
### 依赖导出
> pip install pipreqs -i https://pypi.douban.com/simple
> pipreqs . --encoding=utf8 --force### 依赖安装
> pip install -r requirements.txt -i https://pypi.douban.com/simple
### 启动
> uvicorn main:app --reload --port 18080 --host 0.0.0.0
### 额外依赖
```python
pip install opencv-python
```