Video streaming over websockets using JavaScript
问题 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? 回答1: Is WebSockets over TCP a fast enough protocol to stream a video of, say, 30fps? Yes.. it is, take a look at this project. Websockets can easily handle HD videostreaming.. However, you should go for Adaptive Streaming. I explain here how you could implement it. Currently we're working on a webbased instant messaging application with chat,