summaryrefslogtreecommitdiff
path: root/src/test2.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-13 01:02:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-13 01:02:51 +0200
commitdacf1cc19617a92268537a1e76a6a426c31072aa (patch)
tree490f2b0e8cf43b57ba4e9ddac78425d4788cd462 /src/test2.json
parentbetter handling for passwd file (diff)
added deployment scripts (not finished)
Diffstat (limited to 'src/test2.json')
-rw-r--r--src/test2.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/test2.json b/src/test2.json
new file mode 100644
index 0000000..7e76ecb
--- /dev/null
+++ b/src/test2.json
@@ -0,0 +1,60 @@
+{
+ "globals":{
+ "version": "0.10.0",
+ "name": "elevate-live",
+ "description": "Live from Elevate Festival 2012",
+ "domain": "spreadspace.org",
+ "rrd-dir": "/var/lib/flumotion/rrd",
+ "manager": {
+ "machine": "calypso",
+ "host": "89.106.215.48",
+ "port": 7531,
+ "transport": "ssl"
+ },
+ "resolutions": {
+ "720p25": { "width": 1280, "height": 720, "rate": "25/1" },
+ "480p25": { "width": 854, "height": 480, "rate": "25/1" },
+ "360p25": { "width": 640, "height": 360, "rate": "25/1" }
+ },
+ "formats": {
+ "flash": { "muxer": "flv", "video": "h264", "audio": "aac", "samplerate": 44100 },
+ "webm": { "muxer": "webm", "video": "vp8", "audio": "vorbis" },
+ "ogg-audio": { "muxer": "ogg", "audio": "vorbis" }
+ },
+ "profiles": {
+ "high": { "video": "720p25", "audio": 160 },
+ "medium": { "video": "480p25", "audio": 160 },
+ "low": { "video": "360p25", "audio": 96 }
+ },
+ "bitrates": {
+ "h264": { "720p25": 2048, "480p25": 1024, "360p25": 600 },
+ "vp8": { "720p25": 2048, "480p25": 1024, "360p25": 600 }
+ },
+ "machines": {
+ "calypso": [ "input", "resample", "resize", "encoder-vorbis-160", "encoder-aac-160", "encoder-aac-96",
+ "muxer-flash-high", "muxer-flash-medium", "muxer-flash-low", "muxer-ogg-audio-high", "streamer-local1" ],
+ "telesto": [ "encoder-h264-720p25", "encoder-h264-480p25", "encoder-h264-360p25" ]
+ }
+ },
+ "input": {
+ "source": "decklink",
+ "resolution": "720p25",
+ "samplerate": 48000,
+ "device": 0,
+ "connection": 0,
+ "audio-input": 0,
+ "mode": 16
+ },
+ "transcode": {
+ "flash": [ "high", "medium", "low" ],
+ "ogg-audio": [ "high" ]
+ },
+ "stream": {
+ "streamer-local": {
+ "formats": [ "flash", "ogg-audio" ],
+ "type": "http", "count": 1, "port": 8000,
+ "max-con": 5, "burst-on-connect": 5,
+ "hostname": "elevate-feed"
+ }
+ }
+}