Low Latency (50ms) Video Streaming with NODE.JS and html5

后端 未结 2 689
感动是毒
感动是毒 2021-02-20 02:45

OBJECTIVE:

I\'m building a FPV robot, I want to control it with a with a webbrowser over a local wi-fi connection.

I\'m using a raspberry pi 3

2条回答
  •  情书的邮戳
    2021-02-20 03:34

    I’d like suggestions for NODE.JS packages or other solutions to provide a UDP H264 video stream that can be decoded by an HTML5 video tag with a target latency of 50ms.

    That’s Almost certainly not possible in that configuration.

    If you drop the video tag requirement, and use just straight WebRTC in the browser, you may be able to get down to about 150ms.

提交回复
热议问题