From 1bb716a82318042e7e047aa41208096e15348986 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 2 Mar 2015 08:28:32 +0100 Subject: VOD Testset --- config.php | 2 +- test-vod.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 test-vod.json diff --git a/config.php b/config.php index 244e6cb..7d41229 100644 --- a/config.php +++ b/config.php @@ -70,7 +70,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://vod.c3voc.de/relive/index.json', + 'RELIVE_JSON' => 'http://localhost/streaming-website/test-vod.json', ); diff --git a/test-vod.json b/test-vod.json new file mode 100644 index 0000000..9c385b8 --- /dev/null +++ b/test-vod.json @@ -0,0 +1,29 @@ +[ + { + "status": "live", + "release_url": "", + "title": "Title", + "id": 123, + "thumbnail": "123.png", + "duration": 3600, + "room": "Saal 1" + }, + { + "status": "released", + "release_url": "http://media.ccc.de/", + "title": "Title", + "id": 123, + "thumbnail": "123.png", + "duration": 3600, + "room": "Saal 1" + }, + { + "status": "recorded", + "release_url": "", + "title": "Title", + "id": 123, + "thumbnail": "123.png", + "duration": 3600, + "room": "Saal 1" + } +] -- cgit v1.2.3