diff --git a/README.md b/README.md index 169424d..5a07771 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Vynchronize is a real-time online video synchronization platform. You can enjoy any video available online with friends who may not be next to you! -Vynchronize currently supports YouTube, Daily Motion, Vimeo, and essentially any .mp4/.webm on the internet with the HTML5 Player! +Vynchronize currently supports YouTube, Daily Motion, Vimeo, and essentially any .mp4/.webm on the internet with the HTML5 Player! In fact, when using Google Chrome, you can also play H.264-encoded .mkv's (experimental)! [![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](http://forthebadge.com) diff --git a/index.html b/index.html index a1d626b..86b7b03 100644 --- a/index.html +++ b/index.html @@ -133,7 +133,7 @@

Join a Room!

YouTube Daily Motion Logo Daily Motion Vimeo - HTML5 Player (.mp4/.webm) (Beta) + HTML5 Player (.mp4/.webm/.mkv) (Beta) diff --git a/js/player.js b/js/player.js index ce99aa5..3bf1e3f 100644 --- a/js/player.js +++ b/js/player.js @@ -225,7 +225,7 @@ socket.on('createHTML5', function(data) { document.getElementById('nextButton').style.display = 'none' document.getElementById('loveButton').style.display = 'none' // document.getElementById('html5-input').style.display = 'block' - document.getElementById('inputVideoId').placeholder = 'Direct mp4/webm URL' + document.getElementById('inputVideoId').placeholder = 'Direct mp4/webm/mkv URL' // document.getElementById('html5-message').style.display = 'block' betaAlert()