diff options
| -rw-r--r-- | polly/www/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/polly/www/index.html b/polly/www/index.html index 3cae954d7af..807cddf7dd1 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -35,13 +35,12 @@ <video id="example_video_2" class="video-js" width="640" height="360" controls="controls" preload="auto" poster="images/video-summit-2011.png"> - <!-- <source + <source src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4" - type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> --> + type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> <source src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.webm" type='video/webm; codecs="vp8, vorbis"'> - <!-- <object id="flash_fallback_2" class="vjs-flash-fallback" width="640" height="360" type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf"> @@ -51,12 +50,10 @@ value='config={"playlist":["publications/images/video-summit-2011.png", {"url": "http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4","autoPlay":false,"autoBuffering":true}]}' - /> --> + /> <img src="images/video-summit-2011.png" width="640" height="360" alt="Poster Image" title="No video playback capabilities." /> - <!-- </object> - --> </video> </div> <b>WARNING:</b> Polly started as a research project and larger parts of it are |

