|
|
|
Ask HN: Were playing web videos without Adobe Flash possible before HTML5?
|
|
2 points
by WonderAlmighty
543 days ago
|
|
I was quite surprised to find out that the `<video>` element wasn't supported until HTML5, which didn't reach W3C recommended status until 10/2014. I did a bunch of searches for this, including before 2013, 2011 and 2008. The later showed no results. I found the `<object>` element which can play videos, but that seems to depend on browser support for the video formats (containers + codecs), did browsers have native video playback before HTML5? |
|
Late 90s:
Netscape and IE, the main browsers at that time had generic plugin support through <object> and <embed>. What this did was load a plugin if it was indeed installed in your browser.
There were various video plugins available at various moments, e.g. Quicktime (.mov), LiveVideo (.avi), some Java and ActiveX... From the IE3.0 beta press release here [0] (1996) you can see mentioned some of the support for those things.
Again, you had to have the plugin which may not have been available for specific browsers or OSs. An additional problem is you needed to have an appropriate codec.
Early 00s:
Around ~2002 Flash started supporting video with FLV files. This still meant requiring the flash plugin but by that time it was fairly common. When YouTube started in 2005 it played through Flash.
HTML5:
HTML5 was released publicly ~2008 but didn't become a W3C recommendation until ~2014. Discussion on <video> started ~2006-7 but actual support still needed a few years more.
[0] https://news.microsoft.com/1996/05/29/microsoft-internet-exp... (search for "video")