Re: [Cortado] How to support seeking in on-the-fly generated Theora stream?
David Schueler <[email protected]> Tue, 24 May 2011 10:17:30 +0200
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <OF1DDD58EA.9E9ABF39-ONC125789A.002CD3F5-C125789A.002D8C98@tel-billig.de> |
[email protected] wrote on 05.24.2011 02:31:41 AM: > Also: why are you using Cortado and not e.g. Firefox 4 with Ogg > Theora support? Oh thats simple: Because i cant assume that everybody who's browsing to my website is using FF4. Currently i use a little JavaScript which checks if the browser supports HTML5 with OGG/Theora video like FF, Chrome or Opera does. If possible it will use the <video/> tag then. But many ppl are out there who use IE 6/7/8/9, Safari, $whatever which don't support native theora playback. Blame M$ or Apple for that, not me ;-) David