Fix ustream
This commit is contained in:
parent
fec1372e4e
commit
d706bf63b1
6 changed files with 11 additions and 57 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue