Experimental ustream fix

This commit is contained in:
Calvin Montgomery 2017-03-02 18:47:47 -08:00
parent 20326194f7
commit 70be35e3fa
6 changed files with 59 additions and 3 deletions

View file

@ -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);
};