summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.json')
-rw-r--r--src/test.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/test.json b/src/test.json
index d03845e..abe35f8 100644
--- a/src/test.json
+++ b/src/test.json
@@ -1,8 +1,10 @@
{
"globals":{
- "name": "emc",
+ "name": "elevate-live",
+ "description": "Live from Elevate Festival 2012",
"domain": "spreadspace.org",
"passwdfile": "/etc/flumotion/passwd",
+ "rrd-dir": "/var/lib/flumotion/rrd",
"manager": "titan",
"version": "0.10.0",
"resolutions": {
@@ -46,11 +48,15 @@
"stream": {
"streamer-local": {
"formats": [ "flash", "webm", "ogg-audio" ],
- "type": "http", "count": 1, "port": 8000, "max-con": 5
+ "type": "http", "count": 1, "port": 8000,
+ "max-con": 5, "burst-on-connect": 5,
+ "hostname": "elevate-feed"
},
"streamer-pub": {
"formats": [ "flash", "webm" ],
- "type": "http", "count": 3, "port": 8000, "max-bw": 290000
+ "type": "http", "count": 3, "port": 8000,
+ "max-bw": 290000, "burst-on-connect": 5,
+ "hostname": "elevate-live%i"
}
}
}