diff --git a/src/player.js b/src/player.js index 731c2897b..9217187ec 100644 --- a/src/player.js +++ b/src/player.js @@ -698,7 +698,9 @@ vjs.Player.prototype.src = function(source){ this.loadTech(techName, source); } } else { - vjs.log('No compatible source and media technology were found.'); + this.el_.appendChild(vjs.createEl('p', { + innerHTML: 'Sorry, no compatible source and playback technology were found for this video. Try using another browser like Google Chrome or download the latest Adobe Flash Player.' + })); } // Case: Source object { src: '', type: '' ... } diff --git a/test/unit-compiled.html b/test/unit-compiled.html index 8521ee700..9bf1015f9 100644 --- a/test/unit-compiled.html +++ b/test/unit-compiled.html @@ -19,7 +19,7 @@