This demo is adapted from Eric Bidelman's example at html5-demos.appspot.com.
The demo splits a WebM video into chunks using the File APIs. The entire movie is 'streamed' to a video element by appending each chunk using the MediaSource API.
View source on GitHub