summaryrefslogtreecommitdiff
path: root/src/examples/test2.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-01-25 22:28:46 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-01-25 22:28:46 +0100
commit80ae6d9411035e35a650d06eab23b140a8309816 (patch)
tree347942dc0e9fd8cc32fdeaa12f573e165f60a0b7 /src/examples/test2.json
parentfixed hostname for sfive plug (diff)
started a complete rewrite
Diffstat (limited to 'src/examples/test2.json')
-rw-r--r--src/examples/test2.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/test2.json b/src/examples/test2.json
index 31739b3..cb66d4d 100644
--- a/src/examples/test2.json
+++ b/src/examples/test2.json
@@ -31,13 +31,13 @@
"h264": { "720p25": 2048, "480p25": 1024, "360p25": 600 },
"vp8": { "720p25": 2048, "480p25": 1024, "360p25": 600 }
},
- "machines": {
+ "workers": {
"calypso": [ "input-sdi", "resize-sdi", "resample-sdi", "input-alsa", "resample-alsa",
"encoder-alsa-vorbis-160", "encoder-sdi-vorbis-160",
"encoder-alsa-aac-160", "encoder-alsa-aac-128", "encoder-alsa-aac-96",
"encoder-sdi-aac-160", "encoder-sdi-aac-128", "encoder-sdi-aac-96",
- "muxer-av-orig-flash-high", "muxer-av-orig-flash-medium", "muxer-av-orig-flash-low",
- "muxer-av-en-flash-high", "muxer-av-en-flash-medium", "muxer-av-en-flash-low",
+ "muxer-av-orig-flash-high", "muxer-av-orig-flash-medium", "muxer-av-orig-flash-low",
+ "muxer-av-en-flash-high", "muxer-av-en-flash-medium", "muxer-av-en-flash-low",
"muxer-audio-ogg-high", "muxer-audio-en-ogg-high", "streamer-local1" ],
"telesto": [ "encoder-sdi-h264-720p25", "encoder-sdi-h264-480p25", "encoder-sdi-h264-360p25" ]
}