From 9c33cf9bf5bbc9eaed2cbd9c66d897c099a948cf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 16 Oct 2016 19:02:05 +0200 Subject: generating streamer according to config works now --- src/daq/s5proxy/sample.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/daq/s5proxy/sample.json') 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" - } + ] } } -- cgit v1.2.3