summaryrefslogtreecommitdiff
path: root/src/test.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-02 17:57:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-02 17:57:20 +0200
commita9c06aa5b5e0ea74458d754be4f8f9932db465c6 (patch)
tree284e651434ac8b44ae3b520ffcc27c3c4893977b /src/test.json
parentredesign of streamer definition (diff)
streamer seem to work now
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"
}
}
}