-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
41 lines (41 loc) · 1.45 KB
/
manifest.json
File metadata and controls
41 lines (41 loc) · 1.45 KB
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
{
"version" : 1,
"duration": 300,
"adaptation_sets" : [
{
"mime_type" : "video/mp4",
"segment_template" : {
"duration": 1.960,
"init": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$representation$init.mp4",
"media": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$representation$_00000000$number$.mp4",
"start_number": 1,
"end_number" : 9
},
"representations" : {
"bbb-video-540p-2000k" : {
"bandwidth": 2000000,
"codecs": "avc1.4d401f",
"height": 540,
"width": 960
}
}
},
{
"language" : "en",
"mime_type" : "audio/mp4",
"segment_template": {
"duration": 1.996,
"init": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$representation$init.mp4",
"media": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$representation$_00000000$number$.mp4",
"start_number": 1,
"end_number": 9
},
"representations": {
"bbb-audio-64k" : {
"bandwidth": 64000,
"codecs": "mp4a.40.2"
}
}
}
]
}