[FIX] Livestream muted when audio only option was enabled (#11267)
parent
013b3516ad
commit
a0da53ba57
@ -1,15 +1,5 @@ |
||||
<template name="liveStreamView"> |
||||
<div class="streaming-popup"> |
||||
<!-- <iframe width="356" height="350" src="{{ streamingSource }}" |
||||
frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen> |
||||
</iframe> --> |
||||
|
||||
<div id="ytplayer"></div> |
||||
|
||||
<!-- <object width="356" height="350" class="streaming-object"> |
||||
<param name="movie" value="{{ streamingSource }}" /> |
||||
<param name="allowscriptaccess" value="always" /> |
||||
<embed width="356" height="350" src="{{ streamingSource }}" class="youtube-player" type="text/html" allowscriptaccess="always" allowfullscreen="true" /> |
||||
</object> --> |
||||
</div> |
||||
</template> |
||||
|
Loading…
Reference in new issue