Video streaming over websockets using JavaScript

前端 未结 4 1629
梦谈多话
梦谈多话 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:22

    It's definitely conceivable but I am not sure we're there yet. In the meantime, I'd recommend using something like Silverlight with IIS Smooth Streaming. Silverlight is plugin-based, but it works on Windows/OSX/Linux. Some day the HTML5

提交回复
热议问题