search for: onswichsourc

Displaying 1 result from an estimated 1 matches for "onswichsourc".

Did you mean: onswichsource
2009 Dec 21
1
Http adaptive streaming for html5
.../> <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. The video element would also have to support some events like "onswichsource" with the source element in the callback so that user interfaces could be updated as the stream switched sources if necessary. ~ not necessary for the whatwg ~ Implementation wise it could work by dynamically switch streams based on how fast the next key-frame byte offset chunk was downlo...