-
Notifications
You must be signed in to change notification settings - Fork 0
/
0.2.json
42 lines (42 loc) · 1.42 KB
/
0.2.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
{
"sash_version" : 2,
"presentation_duration": 300,
"video" : [
{
"mime_type" : "video/mp4",
"segment_template" : {
"duration": 1.960,
"init": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$rendition$init.mp4",
"media": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$rendition$_00000000$number$.mp4",
"start_number": 1,
"end_number" : 9
},
"renditions" : {
"bbb-video-540p-2000k" : {
"bandwidth": 800000,
"codecs": "avc1.4d401e",
"height": 480,
"width": 852
}
}
}
],
"audio": [
{
"mime_type" : "video/mp4",
"segment_template": {
"duration": 1.996,
"init": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$rendition$init.mp4",
"media": "https://d1czxfd0hfd9km.cloudfront.net/outputs/bbb/mediaconvert/dash/$rendition$_00000000$number$.mp4",
"start_number": 1,
"end_number": 9
},
"renditions": {
"bbb-audio-64k" : {
"bandwidth": 64000,
"codecs": "mp4a.40.2"
}
}
}
]
}