forked from hosek/react-native-google-cast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideoTest.json
45 lines (45 loc) · 1.77 KB
/
videoTest.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"categories": [
{
"name": "Movies",
"videos": [
{
"subtitle": "Fusce id nisi turpis. ",
"sources": [
{
"type": "hls",
"mime": "application/x-mpegurl",
"url": "https://s3-eu-west-1.amazonaws.com/vigour-phoenix-videos/590001_6704b501207f4fdcf84211696f29fcc7/590001.m3u8"
},
{
"type": "dash",
"mime": "application/dash+xml",
"url": "DesigningForGoogleCast.mpd"
},
{
"type": "mp4",
"mime": "videos/mp4",
"url": "DesigningForGoogleCast.mp4"
}
],
"thumb": "https://i.ytimg.com/vi/aqz-KE-bpKQ/maxresdefault.jpg",
"image-480x270": "https://i.ytimg.com/vi/aqz-KE-bpKQ/maxresdefault.jpg",
"image-780x1200": "https://i.ytimg.com/vi/aqz-KE-bpKQ/maxresdefault.jpg",
"title": "TestStream",
"studio": "XXXX",
"duration" : 333,
"tracks": [
{
"id": "1",
"type": "text",
"subtype": "captions",
"contentId": "DesigningForGoogleCast-en.vtt",
"name": "English Subtitle",
"language": "en-US"
}
]
}
]
}
]
}