mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
VOD Testset
This commit is contained in:
parent
7768a71a78
commit
1bb716a823
2 changed files with 30 additions and 1 deletions
|
@ -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',
|
||||
);
|
||||
|
||||
|
||||
|
|
29
test-vod.json
Normal file
29
test-vod.json
Normal file
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue