mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
rename player files
This commit is contained in:
parent
ce98e53597
commit
5350c78adf
4 changed files with 7 additions and 9 deletions
|
@ -1,10 +1,3 @@
|
||||||
<pre><?=print_r(array(
|
|
||||||
'file' => basename(__FILE__),
|
|
||||||
'room' => $room,
|
|
||||||
'language' => $language,
|
|
||||||
'format' => $format
|
|
||||||
), true)?></pre>
|
|
||||||
|
|
||||||
<video
|
<video
|
||||||
autoplay="autoplay"
|
autoplay="autoplay"
|
||||||
controls="controls"
|
controls="controls"
|
||||||
|
@ -27,11 +20,16 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<object
|
<object
|
||||||
data="/assets/js/lib/flashmediaelement.swf"
|
data="assets/js/lib/flashmediaelement.swf"
|
||||||
type="application/x-shockwave-flash"
|
type="application/x-shockwave-flash"
|
||||||
width="<?=h($width)?>"
|
width="<?=h($width)?>"
|
||||||
height="<?=h($height)?>"
|
height="<?=h($height)?>"
|
||||||
>
|
>
|
||||||
|
<param name="movie" value="assets/js/lib/flashmediaelement.swf" />
|
||||||
|
<param name="flashvars" value="controls=true&file=<?=h(link_stream('rtmp', $room, $format, $translated))?>" />
|
||||||
|
|
||||||
<param name="allowFullScreen" value="true">
|
<param name="allowFullScreen" value="true">
|
||||||
|
|
||||||
|
<pre>Sorry, Lynx is not supported.</pre>
|
||||||
</object>
|
</object>
|
||||||
</video>
|
</video>
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<? include("assemblies/players/$type.phtml") ?>
|
<? include("assemblies/player/$type.phtml") ?>
|
||||||
<div class="switcher">
|
<div class="switcher">
|
||||||
<? include("assemblies/switcher/$type.phtml") ?>
|
<? include("assemblies/switcher/$type.phtml") ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue