diff options
author | Christian Pointner <equinox@spreadspace.org> | 2017-05-06 17:47:04 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2017-05-06 17:47:04 +0200 |
commit | 30fd02cc084d08fdc56acff85b00392d194e78c4 (patch) | |
tree | 3c00aebc4566c9563de32e5f69f3096d810b501b /dat/sample-web.json | |
parent | remove get sources/:id web api point (diff) |
revamp test client handling
Diffstat (limited to 'dat/sample-web.json')
-rw-r--r-- | dat/sample-web.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dat/sample-web.json b/dat/sample-web.json new file mode 100644 index 0000000..35c76e0 --- /dev/null +++ b/dat/sample-web.json @@ -0,0 +1,9 @@ +{ + "streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, + "hostname": "localhost", + "tags": ["suppa", "toll"], + "version": 1, + "data": {"bytes-sent": 1519, "client-count": 0}, + "start-time": "2013-10-21T12:30:00Z", + "duration-ms": 300000 +} |