summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-10-16 19:02:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-10-16 19:02:05 +0200
commit9c33cf9bf5bbc9eaed2cbd9c66d897c099a948cf (patch)
tree51c3c9b5ce949da8521654fd9e45b64e9b532f25 /src/daq/s5proxy/sample.json
parentintroduced statsworker (diff)
generating streamer according to config works now
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r--src/daq/s5proxy/sample.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json
index 06a3604..b746f03 100644
--- a/src/daq/s5proxy/sample.json
+++ b/src/daq/s5proxy/sample.json
@@ -15,10 +15,11 @@
],
"sfive": {
"socket": "/var/run/sfive/pipegram",
+ "duration": "15s",
"format" : "/${content-id}-${format}-${quality}",
"streamer": [
- "av-dt,av-en/flash,webm/high,medium,low,mini",
+ "av-dt, av-en / flash, webm / high,medium ,low,mini",
"audio-orig/mp3,ogg/high,medium,low"
- }
+ ]
}
}