From 40c699e1a307919f65a52632ddf816a735dde8a0 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 2 Mar 2015 16:38:50 +0100 Subject: Relive --- test-vod.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'test-vod.json') diff --git a/test-vod.json b/test-vod.json index 9c385b8..f4ac6f1 100644 --- a/test-vod.json +++ b/test-vod.json @@ -4,7 +4,8 @@ "release_url": "", "title": "Title", "id": 123, - "thumbnail": "123.png", + "thumbnail": "http://vod.c3voc.de/123.png", + "playlist": "http://vod.c3voc.de/123.m3u8", "duration": 3600, "room": "Saal 1" }, @@ -12,8 +13,9 @@ "status": "released", "release_url": "http://media.ccc.de/", "title": "Title", - "id": 123, - "thumbnail": "123.png", + "id": 234, + "thumbnail": "http://vod.c3voc.de/234.png", + "playlist": "http://vod.c3voc.de/234.m3u8", "duration": 3600, "room": "Saal 1" }, @@ -21,8 +23,9 @@ "status": "recorded", "release_url": "", "title": "Title", - "id": 123, - "thumbnail": "123.png", + "id": 456, + "thumbnail": "http://vod.c3voc.de/456.png", + "playlist": "http://vod.c3voc.de/456.m3u8", "duration": 3600, "room": "Saal 1" } -- cgit v1.2.3