mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
there will be an hd-webm stream
This commit is contained in:
parent
2aa691a677
commit
92ed876cbe
1 changed files with 6 additions and 8 deletions
|
@ -7,14 +7,12 @@
|
||||||
style="width: 100%; height: 100%;"
|
style="width: 100%; height: 100%;"
|
||||||
class="<?=h($miniroom ? 'nosubs' : 'subs')?>"
|
class="<?=h($miniroom ? 'nosubs' : 'subs')?>"
|
||||||
>
|
>
|
||||||
<? if($format == 'sd'): ?>
|
|
||||||
<source
|
<source
|
||||||
data-plugin-type="native"
|
data-plugin-type="native"
|
||||||
src="<?=h(link_stream('webm', $room, 'webm', $translated))?>"
|
src="<?=h(link_stream('webm', $room, $format, $translated))?>"
|
||||||
title="WebM (Icecast)"
|
title="WebM (Icecast)"
|
||||||
type="video/webm"
|
type="video/webm"
|
||||||
/>
|
/>
|
||||||
<? endif ?>
|
|
||||||
<source
|
<source
|
||||||
data-plugin-type="flash"
|
data-plugin-type="flash"
|
||||||
src="<?=h(link_stream('rtmp', $room, $format, $translated))?>"
|
src="<?=h(link_stream('rtmp', $room, $format, $translated))?>"
|
||||||
|
|
Loading…
Reference in a new issue