summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
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 }
}
]
}