mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
enable webm stresms for native
This commit is contained in:
parent
a0b7031f99
commit
77d3c10bd8
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
style="width: 100%; height: 100%;"
|
||||
class="<?=h($miniroom ? 'nosubs' : 'subs')?>"
|
||||
>
|
||||
<? /*if($format != 'hd'): ?>
|
||||
<? if(!$translated): ?>
|
||||
<source
|
||||
data-plugin-type="native"
|
||||
src="<?=h(link_stream('webm', $room, $format, $translated))?>"
|
||||
title="WebM (Icecast)"
|
||||
type="video/webm"
|
||||
/>
|
||||
<? endif*/ ?>
|
||||
<? endif ?>
|
||||
<source
|
||||
data-plugin-type="flash"
|
||||
src="<?=h(link_stream('rtmp', $room, $format, $translated))?>"
|
||||
|
|
Loading…
Reference in a new issue