This commit is contained in:
Kasper Moskwiak 2016-07-08 18:42:08 +02:00
parent 9ac272f905
commit e3556aeaa3
3 changed files with 5 additions and 4 deletions

View file

@ -345,6 +345,7 @@
function initResolutionForHLS(player){
var hls = player.tech_.hls;
if(!hls) { return; }
// Capture events
player.on('mediachange', function(){
player.trigger('resolutionchange');