From a23795773ab7769cf84bfa6da3c1ee045139d2cf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 25 Jan 2018 23:17:26 +0100 Subject: generating inputs works now --- src/examples/audio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/examples/audio.json') diff --git a/src/examples/audio.json b/src/examples/audio.json index a173fae..68baeb9 100644 --- a/src/examples/audio.json +++ b/src/examples/audio.json @@ -25,7 +25,7 @@ "muxer-audio-ogg-high", "muxer-audio-ogg-medium", "muxer-audio-ogg-low", "streamer-local1" ] } }, - "input": { + "inputs": { "alsa": { "type": "soundcard", "master": true, @@ -36,7 +36,7 @@ } } }, - "mux": { + "muxes": { "audio": { "audio": "alsa", "formats": { @@ -44,7 +44,7 @@ } } }, - "stream": { + "streams": { "streamer-local": { "muxes": [ "audio" ], "type": "http", "count": 1, "port": 8000, -- cgit v1.2.3