Fix ustream

This commit is contained in:
Calvin Montgomery 2018-01-14 15:02:15 -08:00
parent fec1372e4e
commit d706bf63b1
6 changed files with 11 additions and 57 deletions

View file

@ -8,5 +8,5 @@ window.UstreamPlayer = class UstreamPlayer extends EmbedPlayer
load: (data) ->
data.meta.embed =
tag: 'iframe'
src: "/ustream_bypass/embed/#{data.id}?html5ui&autoplay=1"
src: "https://www.ustream.tv/embed/#{data.id}?html5ui"
super(data)