如何使用webrtc从无头(没有web浏览器)RPi流音频和视频?在uv4l RPi上有一些例子,但它们不适用于iOS。我的问题是关于nodejs和webrtc。
您可以使用以下库之一:
- https://github.com/node-webrtc/node-webrtc
- https://github.com/pion/webrtc
- https://github.com/aiortc/aiortc
下面是一个示例应用程序,使用ffmpeg将视频流式传输到网页:https://github.com/ashellunts/ffmpeg-to-webrtc