From 30fd02cc084d08fdc56acff85b00392d194e78c4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 May 2017 17:47:04 +0200 Subject: revamp test client handling --- dat/sample-web-bulk.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dat/sample-web-bulk.json (limited to 'dat/sample-web-bulk.json') diff --git a/dat/sample-web-bulk.json b/dat/sample-web-bulk.json new file mode 100644 index 0000000..31f1f2b --- /dev/null +++ b/dat/sample-web-bulk.json @@ -0,0 +1,21 @@ +{ + "version": 1, + "streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, + "hostname": "localhost", + "tags": ["suppa", "toll"] +} +{ + "start-time": "2013-10-26T12:30:00Z", + "duration-ms": 15000, + "data": {"bytes-sent": 0, "client-count": 0} +} +{ + "start-time": "2013-10-26T12:30:15Z", + "duration-ms": 15000, + "data": {"bytes-sent": 42, "client-count": 1} +} +{ + "start-time": "2013-10-26T12:30:30Z", + "duration-ms": 15000, + "data": {"bytes-sent": 1337, "client-count": 2} +} -- cgit v1.2.3