Displaying 1 result from an estimated 1 matches for "myvid".
Did you mean:
myid
2009 Dec 21
1
Http adaptive streaming for html5
...ultiple <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 src="http://cdn1.cat.com/myVidSD.ogg" bitrate="512k"...