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