File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
app/components/public/stream Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 12
12
<Public::Stream::JitsiStream @videoStream ={{ @videoStream }} />
13
13
{{ /if }}
14
14
{{ #if (eq this.provider ' youtube' )}}
15
- {{ #if this.selectingLanguage.selectingLanguage }}
16
- <iframe
17
- style =" position: absolute; width: 100%; height: 100%" id =" video-player-translation" width =" 50%" height =" 50%" frameborder =" 0" title =" YouTube Live Stream Translation"
18
- src =" https://www.youtube.com/embed/{{ this.selectingLanguage.translationYoutubeId }} ?enablejsapi=1&autoplay=1&modestbranding=1&loop=1&controls=0&disablekb=1"
19
- gesture =" media" allow =" autoplay; encrypted-media" allowfullscreen =" true" ></iframe >
20
- {{ else }}
21
15
<iframe
22
16
style =" position: absolute; width: 100%; height: 100%;"
23
17
id =" video-player"
24
18
frameborder =" 0"
25
19
title =" YouTube Live Stream"
26
20
src =" https://www.youtube.com/embed/{{ this.youtubeId }} ?enablejsapi=1&playlist={{ this.youtubeId }} &autoplay=1&modestbranding=1&loop={{ if @videoStream.extra.loop 1 0 }} &controls=0&disablekb=1"
27
- gesture =" media" allow =" autoplay; encrypted-media" allowfullscreen =" true" ></iframe >
28
- {{ /if }}
21
+ gesture =" media" allow =" autoplay; encrypted-media" allowfullscreen =" true" ></iframe >
29
22
{{ /if }}
30
23
{{ #if (and (eq @videoStream.videoChannel.provider ' vimeo' ) this.vimeoId )}}
31
24
<iframe style =" position: absolute" src =" https://player.vimeo.com/video/{{ this.vimeoId }} ?autoplay={{ if @videoStream.extra.autoplay 1 0 }} &loop={{ if @videoStream.extra.loop 1 0 }} " width =" 50%" height =" 50%" frameborder =" 0" allow =" autoplay" title =" StreamYard Live Stream" allowfullscreen =" true" ></iframe >
You can’t perform that action at this time.
0 commit comments