summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy/sample.json
blob: d45a4d51a59766502171c1bc112d6badfaae1815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "listen": ":8443",
    "connect": "http://emc01.spreadspace.org:8000",
    "cert": "fullchain.pem",
    "key": "private.key",
    "request_header": [
        { "op": "del", "header": "X-Forwarded-For" }
    ],
    "response_header": [
        { "op": "set", "header": "Cache-Control", "value": "no-cache" },
        { "op": "add", "header": "Cache-Control", "value": "no-store" },
        { "op": "add", "header": "Cache-Control", "value": "must-revalidate" },
        { "op": "add", "header": "Cache-Control", "value": "max-age=0" },
        { "op": "time", "header": "Expires", "value": "-1s" }
    ],
    "sfive": {
        "socket": "../../hub/test/pipegram",
        "hostname": "public1",
        "tags": [ "hello", "world" ],
        "duration": "15s",
        "format" : "/${content}-${format}-${quality}",
        "stream": [
            "av-orig/flash,webm/high,medium,low,mini"
        ]
    }
}