Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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交互

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
```