summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
authorequinox <equinox@88d0365b-309c-4eec-8061-d8e0c04ad69e>2012-09-27 01:50:51 +0000
committerequinox <equinox@88d0365b-309c-4eec-8061-d8e0c04ad69e>2012-09-27 01:50:51 +0000
commita08da99312e721434589185f13957261c8501b7f (patch)
tree255ac90d36fa8e4ce4a2521f7494618b97a1df3e /src/test.json
parentupdated flufig structure (diff)
porter generation works
git-svn-id: https://svn.spreadspace.org/flufigut/trunk@9 88d0365b-309c-4eec-8061-d8e0c04ad69e
Diffstat (limited to 'src/test.json')
-rw-r--r--src/test.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test.json b/src/test.json
index eba2d36..23f9a18 100644
--- a/src/test.json
+++ b/src/test.json
@@ -20,7 +20,7 @@
"low": { "video": "360p25", "audio": 96 }
},
"machines": {
- "titan": [ "input", "muxer", "encoder-vorbis", "encoder-aac", "streamer0" ],
+ "titan": [ "input", "encoder-vorbis", "encoder-aac", "muxer", "streamer0" ],
"calypso": [ "encoder-h264" ],
"telesto": [ "encoder-vp8" ],
"elevate1": [ "streamer1" ],
@@ -49,16 +49,16 @@
},
"streamer": [
{ "flash": [ "high", "medium", "low" ], "webm": [ "high", "medium", "low" ], "ogg-audio": [ "high" ],
- "config": { "max-con": 5 }
+ "config": { "port": 8000, "max-con": 5 }
},
{ "flash": [ "high", "medium", "low" ], "webm": [ "high", "medium", "low" ],
- "config": { "max-bw": 290000, "next": 2 }
+ "config": { "port": 8000, "max-bw": 290000, "next": 2 }
},
{ "flash": [ "high", "medium", "low" ], "webm": [ "high", "medium", "low" ],
- "config": { "max-bw": 290000, "next": 3 }
+ "config": { "port": 8000, "max-bw": 290000, "next": 3 }
},
{ "flash": [ "high", "medium", "low" ], "webm": [ "high", "medium", "low" ],
- "config": { "max-bw": 290000, "next": 1 }
+ "config": { "port": 8000, "max-bw": 290000, "next": 1 }
}
]
}