From e4b6f1889e057ea210bc0578e3e8c0792ef5b277 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 22 Oct 2012 01:45:14 +0200 Subject: added sample www scripts --- contrib/www/2012/browser.php | 45 ++++++++++++++++ contrib/www/2012/embed-test.html | 14 +++++ contrib/www/2012/embed.php | 21 ++++++++ contrib/www/2012/index.php | 13 +++++ contrib/www/2012/init.php | 56 ++++++++++++++++++++ contrib/www/2012/player.php | 109 +++++++++++++++++++++++++++++++++++++++ contrib/www/2012/style.css | 50 ++++++++++++++++++ 7 files changed, 308 insertions(+) create mode 100644 contrib/www/2012/browser.php create mode 100644 contrib/www/2012/embed-test.html create mode 100644 contrib/www/2012/embed.php create mode 100644 contrib/www/2012/index.php create mode 100644 contrib/www/2012/init.php create mode 100644 contrib/www/2012/player.php create mode 100644 contrib/www/2012/style.css (limited to 'contrib/www/2012') diff --git a/contrib/www/2012/browser.php b/contrib/www/2012/browser.php new file mode 100644 index 0000000..5df08dc --- /dev/null +++ b/contrib/www/2012/browser.php @@ -0,0 +1,45 @@ + 'unknown', + 'name' => 'unknown', + 'version' => '0.0.0', + 'majorver' => 0, + 'minorver' => 0, + 'build' => 0, + 'useragent' => '' +); + +$browsers = array( + 'firefox', 'msie', 'opera', 'chrome', 'safari', 'mozilla', 'seamonkey', 'konqueror', 'netscape', + 'gecko', 'navigator', 'mosaic', 'lynx', 'amaya', 'omniweb', 'avant', 'camino', 'flock', 'aol' +); + +if (isset($_SERVER['HTTP_USER_AGENT'])) { + $browser['useragent'] = $_SERVER['HTTP_USER_AGENT']; + $user_agent = strtolower($browser['useragent']); + foreach($browsers as $_browser) { + if (preg_match("/($_browser)[\/ ]?([0-9.]*)/", $user_agent, $match)) { + $browser['name'] = $match[1]; + $browser['version'] = $match[2]; + @list($browser['majorver'], $browser['minorver'], $browser['build']) = explode('.', $browser['version']); + break; + } + } + if (preg_match('/linux/i', $user_agent)) { + $browser['platform'] = 'linux'; + } + elseif (preg_match('/macintosh|mac os x/i', $user_agent)) { + $browser['platform'] = 'mac'; + } + elseif (preg_match('/windows|win32/i', $user_agent)) { + $browser['platform'] = 'windows'; + } + +} + +if ( isset($_GET['debug']) ) { + echo "
";
+  print_r($browser);
+  echo "
"; +} +?> diff --git a/contrib/www/2012/embed-test.html b/contrib/www/2012/embed-test.html new file mode 100644 index 0000000..031ad5f --- /dev/null +++ b/contrib/www/2012/embed-test.html @@ -0,0 +1,14 @@ + + + + Elevate Festival 2012 - Live Stream + + + +

Elevate Festival 2012 - Live Stream (embedded)

+
+ +
+ + diff --git a/contrib/www/2012/embed.php b/contrib/www/2012/embed.php new file mode 100644 index 0000000..c13cc7e --- /dev/null +++ b/contrib/www/2012/embed.php @@ -0,0 +1,21 @@ + + + + Elevate Festival 2012 - Live Stream + + + + +
+ +
+ + diff --git a/contrib/www/2012/index.php b/contrib/www/2012/index.php new file mode 100644 index 0000000..455d069 --- /dev/null +++ b/contrib/www/2012/index.php @@ -0,0 +1,13 @@ + + + + Elevate Festival 2012 - Live Stream + + + +

Elevate Festival 2012 - Live Stream

+
+ +
+ + diff --git a/contrib/www/2012/init.php b/contrib/www/2012/init.php new file mode 100644 index 0000000..8176a75 --- /dev/null +++ b/contrib/www/2012/init.php @@ -0,0 +1,56 @@ += 4) || + ($browser['name'] == 'opera' && $browser['majorver'] == 10 && $browser['minorver'] >= 60) || + ($browser['name'] == 'opera' && $browser['majorver'] >= 11) || + ($browser['name'] == 'chrome' && $browser['majorver'] >= 6) || + ($browser['name'] == 'safari' && $browser['platform'] == 'mac')) { + $DEFAULT_MODE = 'html5'; +} + +$PROFILE= isset($_GET['profile']) ? $_GET['profile'] : 'medium'; +switch($PROFILE) { + case 'high': { $WIDTH = 1280; $HEIGHT = 720; break; } + case 'low': { $WIDTH = 640; $HEIGHT = 360; break; } + default: { $PROFILE = 'medium'; $WIDTH = 854; $HEIGHT = 480; break; } +} + +$SRC = isset($_GET['src']) ? $_GET['src'] : 'av-orig'; +switch($SRC) { + case 'av-en': { $LANG = 'en'; break; } + default: { $SRC = 'av-orig'; $LANG = 'orig'; break; } +} + +$MODE = isset($_GET['mode']) ? $_GET['mode'] : $DEFAULT_MODE; +switch($MODE) { + case 'flash': { break; } + default: { $MODE = 'html5'; break; } +} + +$URL_BASE = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; + +$URL_FLASH = $URL_BASE . "?mode=flash&src=$SRC&profile=$PROFILE"; +$URL_HTML5 = $URL_BASE . "?mode=html5&src=$SRC&profile=$PROFILE"; + +$URL_ORIG = $URL_BASE . "?mode=$MODE&src=av-orig&profile=$PROFILE"; +$URL_EN = $URL_BASE . "?mode=$MODE&src=av-en&profile=$PROFILE"; + +if ( isset($EMBED) ) { + $URL_BASE_IDX = str_replace("embed.php", "index.php", $URL_BASE); + $URL_HIGH = $URL_BASE_IDX . "?mode=$MODE&src=$SRC&profile=high"; +} else { + $URL_HIGH = $URL_BASE . "?mode=$MODE&src=$SRC&profile=high"; +} +$URL_MEDIUM = $URL_BASE . "?mode=$MODE&src=$SRC&profile=medium"; +$URL_LOW = $URL_BASE . "?mode=$MODE&src=$SRC&profile=low"; + + +$STREAM_URL_BASE = 'http://r38.realraum.at'; +$STREAM_URL_WEBM = "$STREAM_URL_BASE:8000/$SRC-webm-$PROFILE.webm"; +$STREAM_URL_HLS = "$STREAM_URL_BASE/elevate-live/$SRC-hls-$PROFILE.m3u8"; +$STREAM_URL_FLASH = "$STREAM_URL_BASE:8000/$SRC-flash-$PROFILE.flv"; + +?> diff --git a/contrib/www/2012/player.php b/contrib/www/2012/player.php new file mode 100644 index 0000000..ddcef1a --- /dev/null +++ b/contrib/www/2012/player.php @@ -0,0 +1,109 @@ + + + + + + + + + + +
+ + + + + + + + + diff --git a/contrib/www/2012/style.css b/contrib/www/2012/style.css new file mode 100644 index 0000000..299df44 --- /dev/null +++ b/contrib/www/2012/style.css @@ -0,0 +1,50 @@ +body { + background-color: #FFFFFF; + font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial; + text-align: center; +} + +h1 { + letter-spacing: -1px; + color: #2D5AC3; + font-weight: normal; + font-size: 1.7em; +} + +h2 { + letter-spacing: -1px; + font-weight: bold; + font-size: 1.2em; + text-align: left; +} + +table#header +{ + background-color: #333333; +} + +td { + padding: 0.5em 1em; +} + +td span { + color: #FFFFFF; +} + +td span a { + color: #AAAAAA; + font-size: 0.8em; + text-decoration: none; +} + +td span a:hover { + text-decoration: underline; +} + +td span.selected { + font-weight: bold; +} + +table#footer td { + padding: 0.3em 1em; +} -- cgit v1.2.3