summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-01-31 08:41:36 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-01-31 08:41:36 +0100
commitdae20081c8080a1b8fc098e4054abf716d7aff35 (patch)
treeee6201a3720ee8f9adbb1bd7d25bb9530cf46627 /src
parentsimplified example worker assignment (diff)
elevate 2018 will use 4 streamer
Diffstat (limited to 'src')
-rw-r--r--src/examples/elevate2018.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/examples/elevate2018.json b/src/examples/elevate2018.json
index 84c5311..412fcac 100644
--- a/src/examples/elevate2018.json
+++ b/src/examples/elevate2018.json
@@ -44,7 +44,9 @@
"helene": [ "encode-sdi-orig-vp8-*", "encode-sdi-orig-h264-360p25", "mux-*", "port-local1*", "http-local1*", "record-*" ],
"emc-00": [ "repeater-public*" ],
"emc-01": [ "port-public1*", "http-public1*" ],
- "emc-02": [ "port-public2*", "http-public2*" ]
+ "emc-02": [ "port-public2*", "http-public2*" ],
+ "emc-03": [ "port-public3*", "http-public3*" ],
+ "emc-04": [ "port-public4*", "http-public4*" ]
}
},
"inputs": {
@@ -95,7 +97,7 @@
},
"public": {
"muxes": [ "av-orig", "audio-orig" ],
- "type": "http", "count": 2,
+ "type": "http", "count": 4,
"port": 8000, "interface": "localhost",
"max-bw": 290000000, "burst-on-connect": 5,
"hostname": "elevate-live%i.spreadspace.org", "repeater": True,