Video streaming over websockets using JavaScript

前端 未结 4 1647
梦谈多话
梦谈多话 2020-11-29 15:04

What is the fastest way to stream live video using JavaScript? Is WebSockets over TCP a fast enough protocol to stream a video of, say, 30fps?

4条回答
  •  隐瞒了意图╮
    2020-11-29 15:26

    The Media Source Extensions has been proposed which would allow for Adaptive Bitrate Streaming implementations.

提交回复
热议问题