Experimental ustream fix
This commit is contained in:
parent
20326194f7
commit
70be35e3fa
6 changed files with 59 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue