diff options
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" } |