webrtc广播从无头RPi



如何使用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

相关内容

  • 没有找到相关文章

最新更新