aboutsummaryrefslogtreecommitdiff
path: root/test-vod.json
blob: 9c385b8c494739cca1077f377c929fdbaededc1b (plain)
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
[
	{
		"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"
	}
]