summaryrefslogtreecommitdiff
path: root/dat/sample-web-bulk.json
diff options
context:
space:
mode:
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}
+}