-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsash-simple-template.json
42 lines (42 loc) · 1.28 KB
/
sash-simple-template.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": "http://example.com/big-buck-bunny/$rendition$/init.m4f",
"media": "http://example.com/big-buck-bunny/$rendition$/segment$number$.m4f",
"start_number": 0,
"end_number" : 154
},
"renditions" : {
"video-540p-800k" : {
"bandwidth": 800000,
"codecs": "avc1.4d401e",
"height": 480,
"width": 852
}
}
}
],
"audio": [
{
"mime_type" : "video/mp4",
"segment_template": {
"duration": 1.996,
"init": "http://example.com/big-buck-bunny/$rendition$/init.m4f",
"media": "http://example.com/big-buck-bunny/$rendition$/segment$number$.m4f",
"start_number": 0,
"end_number": 154
},
"renditions": {
"audio-64k" : {
"bandwidth": 64000,
"codecs": "mp4a.40.2"
}
}
}
]
}