summaryrefslogtreecommitdiff
path: root/contrib/site/js/config2.js
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/site/js/config2.js')
-rw-r--r--contrib/site/js/config2.js34
1 files changed, 34 insertions, 0 deletions
diff --git a/contrib/site/js/config2.js b/contrib/site/js/config2.js
new file mode 100644
index 0000000..d306e94
--- /dev/null
+++ b/contrib/site/js/config2.js
@@ -0,0 +1,34 @@
+var config = {
+ "resolutions": {
+ "1080p25": {"width": 1920, "height": 1080},
+ "720p25": {"width": 1280, "height": 720},
+ "480p25": {"width": 854, "height": 480},
+ "360p25": {"width": 640, "height": 360},
+ "240p25": {"width": 426, "height": 240}
+ },
+ "profiles": {
+ "full": {"video": "1080p25"},
+ "high": {"video": "720p25"},
+ "medium": {"video": "480p25"},
+ "low": {"video": "360p25"},
+ "mini": {"video": "240p25"}
+ },
+ "muxes": {
+ "av-orig": {
+ "video": "sdi-orig:video",
+ "audio": "sdi-orig:audio",
+ "formats": {
+ "flash": ["high", "medium", "low", "mini"],
+ "webm": ["high", "medium", "low", "mini"]
+ }
+ },
+ "audio-orig": {
+ "audio": "sdi-orig:audio",
+ "formats": {
+ "ogg": ["high", "medium", "low", "mini"],
+ "mp3": ["high", "medium", "low", "mini"]
+ }
+ }
+ },
+ "streamBaseUrl": "http://emc-03.spreadspace.org:8000"
+};