From b53f49f8cbd3b7666c9267f0e2d88fce28ae6c1a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 May 2017 23:13:11 +0200 Subject: new protocol version with streamlined names for variables --- dat/sample-accesslog.json.gz | Bin 224140 -> 0 bytes dat/sample-importer.json.gz | Bin 20176 -> 0 bytes dat/sample-pipe.json | 2 +- dat/sample-pipegram.json | 6 +++--- dat/sample-web-bulk.json | 4 ++-- dat/sample-web.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 dat/sample-accesslog.json.gz delete mode 100644 dat/sample-importer.json.gz (limited to 'dat') diff --git a/dat/sample-accesslog.json.gz b/dat/sample-accesslog.json.gz deleted file mode 100644 index a68d35d..0000000 Binary files a/dat/sample-accesslog.json.gz and /dev/null differ diff --git a/dat/sample-importer.json.gz b/dat/sample-importer.json.gz deleted file mode 100644 index 7baf9a4..0000000 Binary files a/dat/sample-importer.json.gz and /dev/null 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 -- cgit v1.2.3