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:
parent
d0f7f820a7
commit
778df97d3c
3 changed files with 44 additions and 66 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue