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?
The Media Source Extensions has been proposed which would allow for Adaptive Bitrate Streaming implementations.