diff options
author | MaZderMind | 2014-10-17 16:06:42 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-17 16:06:42 +0200 |
commit | 0bf0647032ff6f2d6f50b21dfe1f7e3f0837c834 (patch) | |
tree | cc94f8a1b54d5ec5e44b6c024e599ef59de9d0f5 /template/player-video.phtml | |
parent | ab87cf1cf59edffde2be404251ffb1013b67fc2d (diff) |
copy media.ccc.de style
Diffstat (limited to 'template/player-video.phtml')
-rw-r--r-- | template/player-video.phtml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/template/player-video.phtml b/template/player-video.phtml deleted file mode 100644 index 824a776..0000000 --- a/template/player-video.phtml +++ /dev/null @@ -1,30 +0,0 @@ -<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> |