diff options
Diffstat (limited to 'src/daq/s5proxy/sample.json')
-rw-r--r-- | src/daq/s5proxy/sample.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/daq/s5proxy/sample.json b/src/daq/s5proxy/sample.json index cd72df2..664bda4 100644 --- a/src/daq/s5proxy/sample.json +++ b/src/daq/s5proxy/sample.json @@ -35,9 +35,15 @@ "hostname": "public1", "tags": [ "hello", "world" ], "duration": "15s", - "format" : "/${content}-${format}-${quality}", - "stream": [ - "av-orig/flash,webm/high,medium,low,mini" + "matches": [ + { + "format" : "/${content}-${format}-${quality}", + "streams":"av-orig/flash,webm/high,medium,low,mini" + }, + { + "format" : "/${format}/${content}-${quality}", + "streams": "av-orig/dash,hls/high,medium,low,mini" + } ] } } |