summaryrefslogtreecommitdiff
path: root/src/examples/avminimal.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/avminimal.json')
-rw-r--r--src/examples/avminimal.json6
1 files changed, 3 insertions, 3 deletions
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,