summaryrefslogtreecommitdiff
path: root/src/test2.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-29 16:08:07 +0100
committerChristian Pointner <equinox@spreadspace.org>2012-10-29 16:08:07 +0100
commit8c3a5281580b679c5ce9b84eee62aa5a1fb479a9 (patch)
treeec3a3e2607a6f4aa5ddaae5d8028a397194d3ee6 /src/test2.json
parentreverted few worker patch (diff)
moved example configs to examples di
Diffstat (limited to 'src/test2.json')
-rw-r--r--src/test2.json104
1 files changed, 0 insertions, 104 deletions
diff --git a/src/test2.json b/src/test2.json
deleted file mode 100644
index 1479563..0000000
--- a/src/test2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "globals":{
- "templates": "default",
- "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": { "muxer": "ogg", "video": "theora", "audio": "vorbis" }
- },
- "profiles": {
- "high": { "video": "720p25", "audio": 160 },
- "medium": { "video": "480p25", "audio": 128 },
- "low": { "video": "360p25", "audio": 96 }
- },
- "bitrates": {
- "h264": { "720p25": 2048, "480p25": 1024, "360p25": 600 },
- "vp8": { "720p25": 2048, "480p25": 1024, "360p25": 600 }
- },
- "machines": {
- "calypso": [ "input-sdi", "resize-sdi", "resample-sdi", "input-alsa", "resample-alsa",
- "encoder-alsa-vorbis-160", "encoder-sdi-vorbis-160",
- "encoder-alsa-aac-160", "encoder-alsa-aac-128", "encoder-alsa-aac-96",
- "encoder-sdi-aac-160", "encoder-sdi-aac-128", "encoder-sdi-aac-96",
- "muxer-av-orig-flash-high", "muxer-av-orig-flash-medium", "muxer-av-orig-flash-low",
- "muxer-av-en-flash-high", "muxer-av-en-flash-medium", "muxer-av-en-flash-low",
- "muxer-audio-ogg-high", "muxer-audio-en-ogg-high", "streamer-local1" ],
- "telesto": [ "encoder-sdi-h264-720p25", "encoder-sdi-h264-480p25", "encoder-sdi-h264-360p25" ]
- }
- },
- "input": {
- "sdi": {
- "type": "decklink",
- "master": true,
- "properties": {
- "resolution": "720p25",
- "samplerate": 48000,
- "device": 0,
- "connection": 0,
- "audio-input": 0,
- "mode": 16
- }
- },
- "alsa": {
- "type": "soundcard",
- "master": false,
- "properties": {
- "samplerate": 48000,
- "depth": 16,
- "channels": 2
- }
- }
- },
- "mux": {
- "av-orig": {
- "video": "sdi:video",
- "audio": "sdi:audio",
- "formats": {
- "flash": [ "high", "medium", "low" ]
- }
- },
- "av-en": {
- "video": "sdi:video",
- "audio": "alsa",
- "formats": {
- "flash": [ "high", "medium", "low" ]
- }
- },
- "audio": {
- "audio": "sdi:audio",
- "formats": {
- "ogg": [ "high" ]
- }
- },
- "audio-en": {
- "audio": "alsa",
- "formats": {
- "ogg": [ "high" ]
- }
- }
- },
- "stream": {
- "streamer-local": {
- "muxes": [ "av-orig", "av-en", "audio", "audio-en" ],
- "type": "http", "count": 1, "port": 8000,
- "max-con": 5, "burst-on-connect": 5,
- "hostname": "elevate-feed"
- }
- }
-}