aboutsummaryrefslogtreecommitdiff
path: root/test-vod.json
diff options
context:
space:
mode:
authorMaZderMind2015-03-02 16:39:53 +0100
committerMaZderMind2015-03-02 16:39:53 +0100
commit3575feaf922d32ccd17829476c23b945c6f48c6f (patch)
tree17f3d7a4b57974def6118140586347c6d53ef247 /test-vod.json
parent40c699e1a307919f65a52632ddf816a735dde8a0 (diff)
Remove Relive-Testfile
Diffstat (limited to '')
-rw-r--r--test-vod.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/test-vod.json b/test-vod.json
deleted file mode 100644
index f4ac6f1..0000000
--- a/test-vod.json
+++ /dev/null
@@ -1,32 +0,0 @@
-[
- {
- "status": "live",
- "release_url": "",
- "title": "Title",
- "id": 123,
- "thumbnail": "http://vod.c3voc.de/123.png",
- "playlist": "http://vod.c3voc.de/123.m3u8",
- "duration": 3600,
- "room": "Saal 1"
- },
- {
- "status": "released",
- "release_url": "http://media.ccc.de/",
- "title": "Title",
- "id": 234,
- "thumbnail": "http://vod.c3voc.de/234.png",
- "playlist": "http://vod.c3voc.de/234.m3u8",
- "duration": 3600,
- "room": "Saal 1"
- },
- {
- "status": "recorded",
- "release_url": "",
- "title": "Title",
- "id": 456,
- "thumbnail": "http://vod.c3voc.de/456.png",
- "playlist": "http://vod.c3voc.de/456.m3u8",
- "duration": 3600,
- "room": "Saal 1"
- }
-]