SAAS-662: Make player auto-connect if there is a problem with the stream

Kind of working in HTML5 mode
This commit is contained in:
drigato 2015-03-31 16:51:14 -04:00
parent d0f7f820a7
commit 778df97d3c
3 changed files with 44 additions and 66 deletions

View file

@ -2298,6 +2298,7 @@
this.ui = new d.UI(this, a);
a.autoplay && (a = window.navigator.userAgent.toLowerCase(), -1 == a.indexOf("iphone") && -1 == a.indexOf("ipad") && -1 == a.indexOf("ipod") &&
this.playAudio())
n.MRP.html = this;
};
d.Muses.__name__ = !0;
d.Muses.initTimer = function(a) {