Author: mdale
Description:
Googles page here outlines mpeg DASH support for webm:
http://wiki.webmproject.org/adaptive-streaming/instructions-to-playback-a-webm-dash-presentation
This requires some minor changes to the encode pipeline, and the inclusion of a JavaScript library to the player component to support adaptive streaming.
Note chrome canary will shortly support the peer to peer data channel, which can also be a source for appending chunks of webm streams, so getting these components in place also could facilitate p2p distributions experiments for "short tail" content for example; fundraiser landing page, or google doodle pages with video.
Version: unspecified
Severity: enhancement