h264 HD 1080p

In order to test the capability of the html5 video tag I've used a small portion of the movie Home realised by Yann Arthus Bertrand in 2009, copyright Europa Corp, publicly viewable on many web sites.
I've added a specific page with all the disclaimer and additional informations.

I've used only 282 seconds from the beginning of the movie. The entire movie is publicly viewable on the web in many languages: their link are reported in the above written disclaimer page
The next section does not embed anymore the video since browsers do not support the vlc plug-in
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="640" height="360" id="1080_5000" events="True"> <param name="Src" value="http://95.110.164.61/home_1080p"> <param name="ShowDisplay" value="True"> <param name="AutoLoop" value="True"> <param name="network-caching" value="5000"> <param name="AutoPlay" value="True"> <param name="Volume" value="100"> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" src="http://95.110.164.61/home_1080p" type="video/mpeg" width="640" height="360" network-caching="5000"/> <object data="../jpg/vlc_forbidden_640x360.jpg" type="image/jpg"> </object>

The next one works fine and embeds home 5 min HD_8000.mp4 in progressive download

<video width="640" height="360" controls poster="../jpg/home-640.jpg"> <source src="C:/video/home 5 min HD_8000.mp4" type="video/mp4"> </video> It is clear: only mp4 and webm can be played. For the first must declared video\mp4 type data.

It is quite useless to show a webpage embedding a 1080p video because its 1920 pixel would be greater than the greater part of common display. So, please, double click over it, it will open in full screen. (double click again to go back to the web page)




The file, 282 seconds (less than 5 minutes), is 270 MB large. It is downloaded on the temp directory of the client and reproduced by the browser

Many other true streams can be opened as proxed by Apache, and between the many http://95.110.164.61:80/home_1080p a HD h264 video with a MPEG1 layer 3 (mp3) stereo or the same segment but with the resolution of 720p, still compressed in h264 is also recallable (but not embeddable in page) http://iginomanfre.it/home_720p_5000 as TS stream at 2.7 Mbps or as http://iginomanfre.it/mpg2_6.4_5000.html compressed in MPEG2 VBR as Transport Streams with a peak of 6.4 Mbps and as http://iginomanfre.it/mpg2_4.3_5000 with a peak of 4.3 Mbps.
The reproduction of this kind of content could suffer of continuity problem due to the connection bandwidth or the computational power required to decode it, see here