1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[
{
"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"
}
]
|