Displaying 1 result from an estimated 1 matches for "adaptivesource".
2009 Dec 21
1
Http adaptive streaming for html5
...nd host multiple bit-rate files. The adaptive streaming should
be supported by multiple <source> children each with a given "bitrate".
And a attribute on the parent "video" tag that expresses if the player
should automatically switch bitrates.
Something like:
<video adaptiveSource="true">
<source src="http://cdn1.cat.com/myVid.256k.ogg" bitrate="256k"
codecs="theora, vorbis"/>
<source src="http://cdn2.cat.com/myVid.386k.ogg" bitrate="386k"
codecs="theora, vorbis"/>
<source s...