diff options
author | MaZderMind | 2014-10-19 13:55:21 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 13:55:21 +0200 |
commit | 5350c78adf023f9086d4dda631fcc1bfc3f3d879 (patch) | |
tree | 7033183da70e49eba337b435d61e8d6966a060a7 /template/assemblies/players | |
parent | ce98e5359797c26be23c5db9a786fbd1e58acc7d (diff) |
rename player files
Diffstat (limited to 'template/assemblies/players')
-rw-r--r-- | template/assemblies/players/audio.phtml | 39 | ||||
-rw-r--r-- | template/assemblies/players/slides.phtml | 39 | ||||
-rw-r--r-- | template/assemblies/players/video.phtml | 37 |
3 files changed, 0 insertions, 115 deletions
diff --git a/template/assemblies/players/audio.phtml b/template/assemblies/players/audio.phtml deleted file mode 100644 index f9993c1..0000000 --- a/template/assemblies/players/audio.phtml +++ /dev/null @@ -1,39 +0,0 @@ -<pre><?=print_r(array( - 'file' => basename(__FILE__), - 'room' => $room, - 'language' => $language, - 'format' => $format -), true)?></pre> - -<?/* -<video - autoplay="autoplay" - controls="controls" - id="video-tag" - preload="auto" - width="<?=h($width)?>" - height="<?=h($height)?>" -> - <source - data-plugin-type="flash" - src="rtmp://rtmp.streaming.media.ccc.de:1935/stream/<?=h($room)?>_<?=h($language)?>_<?=h($format)?>" - title="h.H264 (RTMP)" - type="video/rtmp" - /> - <source - data-plugin-type="native" - src="http://hls.streaming.media.ccc.de/hls/<?=h($room)?>_<?=h($language)?>_<?=h($format)?>.m3u8" - title="h.264 (HLS)" - type="application/vnd.apple.mpegURL" - /> - - <object - data="static/flashmediaelement.swf" - type="application/x-shockwave-flash" - width="<?=h($width)?>" - height="<?=h($height)?>" - > - <param name="allowFullScreen" value="true"> - </object> -</video> -*/?> diff --git a/template/assemblies/players/slides.phtml b/template/assemblies/players/slides.phtml deleted file mode 100644 index f9993c1..0000000 --- a/template/assemblies/players/slides.phtml +++ /dev/null @@ -1,39 +0,0 @@ -<pre><?=print_r(array( - 'file' => basename(__FILE__), - 'room' => $room, - 'language' => $language, - 'format' => $format -), true)?></pre> - -<?/* -<video - autoplay="autoplay" - controls="controls" - id="video-tag" - preload="auto" - width="<?=h($width)?>" - height="<?=h($height)?>" -> - <source - data-plugin-type="flash" - src="rtmp://rtmp.streaming.media.ccc.de:1935/stream/<?=h($room)?>_<?=h($language)?>_<?=h($format)?>" - title="h.H264 (RTMP)" - type="video/rtmp" - /> - <source - data-plugin-type="native" - src="http://hls.streaming.media.ccc.de/hls/<?=h($room)?>_<?=h($language)?>_<?=h($format)?>.m3u8" - title="h.264 (HLS)" - type="application/vnd.apple.mpegURL" - /> - - <object - data="static/flashmediaelement.swf" - type="application/x-shockwave-flash" - width="<?=h($width)?>" - height="<?=h($height)?>" - > - <param name="allowFullScreen" value="true"> - </object> -</video> -*/?> diff --git a/template/assemblies/players/video.phtml b/template/assemblies/players/video.phtml deleted file mode 100644 index ca0e87b..0000000 --- a/template/assemblies/players/video.phtml +++ /dev/null @@ -1,37 +0,0 @@ -<pre><?=print_r(array( - 'file' => basename(__FILE__), - 'room' => $room, - 'language' => $language, - 'format' => $format -), true)?></pre> - -<video - autoplay="autoplay" - controls="controls" - id="video-tag" - preload="auto" - width="<?=h($width)?>" - height="<?=h($height)?>" -> - <source - data-plugin-type="flash" - src="<?=h(link_stream('rtmp', $room, $format, $translated))?>" - title="h.H264 (RTMP)" - type="video/rtmp" - /> - <source - data-plugin-type="native" - src="<?=h(link_stream('hls', $room, $format, $translated))?>" - title="h.264 (HLS)" - type="application/vnd.apple.mpegURL" - /> - - <object - data="/assets/js/lib/flashmediaelement.swf" - type="application/x-shockwave-flash" - width="<?=h($width)?>" - height="<?=h($height)?>" - > - <param name="allowFullScreen" value="true"> - </object> -</video> |