1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"stream": {"quality": "high", "content": "av", "format": "webm"},
"hostname": "localhost",
"tags": ["suppa", "toll"],
"version": 2,
"data": {
"bytes-sent": 1519,
"client-count": 0,
"clients": [
{"ip": "85.238.166.201", "bytes-sent": 413535, "user-agent": "blah"},
{"ip": "85.238.166.205", "bytes-sent": 1234, "user-agent": "foo"},
{"ip": "192.168.0.1", "bytes-sent": 325345, "user-agent": "bar"}
]
},
"start-time": "2013-10-21T12:30:00Z",
"duration-ms": 300000
}
|