Experimental ustream fix
This commit is contained in:
parent
20326194f7
commit
70be35e3fa
6 changed files with 59 additions and 3 deletions
|
|
@ -1271,7 +1271,7 @@
|
|||
UstreamPlayer.prototype.load = function(data) {
|
||||
data.meta.embed = {
|
||||
tag: 'iframe',
|
||||
src: "https://www.ustream.tv/embed/" + data.id + "?html5ui&autoplay=1"
|
||||
src: "/ustream_bypass/embed/" + data.id + "?html5ui&autoplay=1"
|
||||
};
|
||||
return UstreamPlayer.__super__.load.call(this, data);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue