diff options
author | MaZderMind | 2015-03-02 16:38:50 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-02 16:38:50 +0100 |
commit | 40c699e1a307919f65a52632ddf816a735dde8a0 (patch) | |
tree | ef0bde4da4ec047f20b8c1c5c4e4fd706a88e696 /test-vod.json | |
parent | 583092bff8d82cc5eacd9759f751bbc6e89974cf (diff) |
Relive
Diffstat (limited to 'test-vod.json')
-rw-r--r-- | test-vod.json | 13 |
1 files changed, 8 insertions, 5 deletions
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" } |