summaryrefslogtreecommitdiff
path: root/dat/sample-web-bulk.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-06 17:47:04 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-06 17:47:04 +0200
commit30fd02cc084d08fdc56acff85b00392d194e78c4 (patch)
tree3c00aebc4566c9563de32e5f69f3096d810b501b /dat/sample-web-bulk.json
parentremove get sources/:id web api point (diff)
revamp test client handling
Diffstat (limited to 'dat/sample-web-bulk.json')
-rw-r--r--dat/sample-web-bulk.json21
1 files changed, 21 insertions, 0 deletions
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}
+}