22.04.23
aiortc官方github : https://github.com/aiortc/aiortc
Aiortc在Jetson Nano上的交叉编译与安装: https://www.jianshu.com/p/aaa7f14b9a97
安装aiortc:
pip install aiortc -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install aiohttp -i https://pypi.tuna.tsinghua.edu.cn/simple
在github下载的源码里
aiortc\examples\webcam内执行
python webcam.py
然后打开浏览器127.0.0.1:8080,即可看到摄像头图像
aioquic一个快速传输协议
ORTC
Object API for RTC – Mobile, Server, Web
声明:
本文采用
BY-NC-SA
协议进行授权,如无注明均为原创,转载请注明转自
走着的小站
本文地址: python下webrtc库aiortc
本文地址: python下webrtc库aiortc