Displaying 1 result from an estimated 1 matches for "myvidhd_720p".
Did you mean:
myvidhd_480p
2009 Dec 21
1
Http adaptive streaming for html5
...source src="http://cdn1.cat.com/myVidSD.ogg" bitrate="512k"
codecs="theora, vorbis"/>
<source src="http://cdn3.cat.com/myVidHD_480P.ogg" bitrate="1024k"
codecs="theora, vorbis"/>
<source src="http://cdn5.cat.com/myVidHD_720p.ogg" bitrate="2048k"
codecs="theora, vorbis"/>
<source src="http://cdn5.cat.com/myVidHD_1080p.ogg" bitrate="4096k"
codecs="theora, vorbis"/>
</video>
All the logic of bitrate switching would be implemented in the browser....