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
|
||||
autoplay="autoplay"
|
||||
controls="controls"
|
||||
|
@ -27,11 +20,16 @@
|
|||
/>
|
||||
|
||||
<object
|
||||
data="/assets/js/lib/flashmediaelement.swf"
|
||||
data="assets/js/lib/flashmediaelement.swf"
|
||||
type="application/x-shockwave-flash"
|
||||
width="<?=h($width)?>"
|
||||
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">
|
||||
|
||||
<pre>Sorry, Lynx is not supported.</pre>
|
||||
</object>
|
||||
</video>
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
<div class="tab-content">
|
||||
<? include("assemblies/players/$type.phtml") ?>
|
||||
<? include("assemblies/player/$type.phtml") ?>
|
||||
<div class="switcher">
|
||||
<? include("assemblies/switcher/$type.phtml") ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue