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/avminimal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/examples/avminimal.json') diff --git a/src/examples/avminimal.json b/src/examples/avminimal.json index b6c6da5..cef0ef6 100644 --- a/src/examples/avminimal.json +++ b/src/examples/avminimal.json @@ -28,7 +28,7 @@ "localhost": [ "input-video", "input-audio", "encoder-video-vp8-360p25", "encoder-audio-vorbis-96", "muxer-av-webm-low", "streamer-local1" ] } }, - "input": { + "inputs": { "audio": { "type": "audiotest", "master": true, @@ -44,7 +44,7 @@ } } }, - "mux": { + "muxes": { "av": { "video": "video", "audio": "audio", @@ -53,7 +53,7 @@ } } }, - "stream": { + "streams": { "streamer-local": { "muxes": [ "av" ], "type": "http", "count": 1, "port": 8000, -- cgit v1.2.3