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

@ -8,5 +8,5 @@ window.UstreamPlayer = class UstreamPlayer extends EmbedPlayer
load: (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"
super(data)