summaryrefslogtreecommitdiff
path: root/dat
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-10 23:13:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-10 23:15:47 +0200
commitb53f49f8cbd3b7666c9267f0e2d88fce28ae6c1a (patch)
tree5da51d292af7c5ad16a7198552f785f8cdf872f6 /dat
parentand one more variable refactoring (diff)
new protocol version with streamlined names for variables
Diffstat (limited to 'dat')
-rw-r--r--dat/sample-accesslog.json.gzbin224140 -> 0 bytes
-rw-r--r--dat/sample-importer.json.gzbin20176 -> 0 bytes
-rw-r--r--dat/sample-pipe.json2
-rw-r--r--dat/sample-pipegram.json6
-rw-r--r--dat/sample-web-bulk.json4
-rw-r--r--dat/sample-web.json4
6 files changed, 8 insertions, 8 deletions
diff --git a/dat/sample-accesslog.json.gz b/dat/sample-accesslog.json.gz
deleted file mode 100644
index a68d35d..0000000
--- a/dat/sample-accesslog.json.gz
+++ /dev/null
Binary files differ
diff --git a/dat/sample-importer.json.gz b/dat/sample-importer.json.gz
deleted file mode 100644
index 7baf9a4..0000000
--- a/dat/sample-importer.json.gz
+++ /dev/null
Binary files differ
diff --git a/dat/sample-pipe.json b/dat/sample-pipe.json
index ed327fc..f099ba1 100644
--- a/dat/sample-pipe.json
+++ b/dat/sample-pipe.json
@@ -1,4 +1,4 @@
-{"streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, "hostname": "localhost", "tags": ["suppa", "toll"], "version": 1}
+{"version": 2, "stream": {"quality": "high", "content": "av", "format": "webm"}, "hostname": "localhost", "tags": ["suppa", "toll"]}
{"data": {"bytes-sent": 1519, "client-count": 0}, "start-time": "2013-10-21T12:30:00Z", "duration-ms": 300000}
{"data": {"bytes-sent": 22849, "client-count": 1}, "start-time": "2013-10-21T12:35:00Z", "duration-ms": 300000}
{"data": {"bytes-sent": 33100, "client-count": 1}, "start-time": "2013-10-21T12:40:00Z", "duration-ms": 300000}
diff --git a/dat/sample-pipegram.json b/dat/sample-pipegram.json
index a9c919a..7dc6b6a 100644
--- a/dat/sample-pipegram.json
+++ b/dat/sample-pipegram.json
@@ -1,3 +1,3 @@
-{"streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, "hostname": "localhost", "tags": ["other", "toll"], "version": 1, "data": {"bytes-sent": 1519, "client-count": 0}, "start-time": "2013-10-21T12:30:00Z", "duration-ms": 300000}
-{"streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, "hostname": "localhost", "tags": ["other", "toll"], "version": 1, "data": {"bytes-sent": 22849, "client-count": 1}, "start-time": "2013-10-21T12:35:00Z", "duration-ms": 300000}
-{"streamer-id": {"quality": "high", "content-id": "av", "format": "webm"}, "hostname": "localhost", "tags": ["other", "toll"], "version": 1, "data": {"bytes-sent": 33100, "client-count": 1}, "start-time": "2013-10-21T12:40:00Z", "duration-ms": 300000}
+{"stream": {"quality": "high", "content": "av", "format": "webm"}, "hostname": "localhost", "tags": ["other", "toll"], "version": 2, "data": {"bytes-sent": 1519, "client-count": 0}, "start-time": "2013-10-21T12:30:00Z", "duration-ms": 300000}
+{"stream": {"quality": "high", "content": "av", "format": "webm"}, "hostname": "localhost", "tags": ["other", "toll"], "version": 2, "data": {"bytes-sent": 22849, "client-count": 1}, "start-time": "2013-10-21T12:35:00Z", "duration-ms": 300000}
+{"stream": {"quality": "high", "content": "av", "format": "webm"}, "hostname": "localhost", "tags": ["other", "toll"], "version": 2, "data": {"bytes-sent": 33100, "client-count": 1}, "start-time": "2013-10-21T12:40:00Z", "duration-ms": 300000}
diff --git a/dat/sample-web-bulk.json b/dat/sample-web-bulk.json
index 31f1f2b..3809500 100644
--- a/dat/sample-web-bulk.json
+++ b/dat/sample-web-bulk.json
@@ -1,6 +1,6 @@
{
- "version": 1,
- "streamer-id": {"quality": "high", "content-id": "av", "format": "webm"},
+ "version": 2,
+ "stream": {"quality": "high", "content": "av", "format": "webm"},
"hostname": "localhost",
"tags": ["suppa", "toll"]
}
diff --git a/dat/sample-web.json b/dat/sample-web.json
index 35c76e0..c6cc573 100644
--- a/dat/sample-web.json
+++ b/dat/sample-web.json
@@ -1,8 +1,8 @@
{
- "streamer-id": {"quality": "high", "content-id": "av", "format": "webm"},
+ "stream": {"quality": "high", "content": "av", "format": "webm"},
"hostname": "localhost",
"tags": ["suppa", "toll"],
- "version": 1,
+ "version": 2,
"data": {"bytes-sent": 1519, "client-count": 0},
"start-time": "2013-10-21T12:30:00Z",
"duration-ms": 300000