diff options
Diffstat (limited to 'test-vod.json')
-rw-r--r-- | test-vod.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/test-vod.json b/test-vod.json deleted file mode 100644 index f4ac6f1..0000000 --- a/test-vod.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "status": "live", - "release_url": "", - "title": "Title", - "id": 123, - "thumbnail": "http://vod.c3voc.de/123.png", - "playlist": "http://vod.c3voc.de/123.m3u8", - "duration": 3600, - "room": "Saal 1" - }, - { - "status": "released", - "release_url": "http://media.ccc.de/", - "title": "Title", - "id": 234, - "thumbnail": "http://vod.c3voc.de/234.png", - "playlist": "http://vod.c3voc.de/234.m3u8", - "duration": 3600, - "room": "Saal 1" - }, - { - "status": "recorded", - "release_url": "", - "title": "Title", - "id": 456, - "thumbnail": "http://vod.c3voc.de/456.png", - "playlist": "http://vod.c3voc.de/456.m3u8", - "duration": 3600, - "room": "Saal 1" - } -] |