-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathqunit-box-data.js
131 lines (131 loc) · 2.48 KB
/
qunit-box-data.js
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
var boxtests = [
{
url: mediaTestBaseUrl + "mp4/box/sidx.mp4",
rangeStart: 0,
rangeSize: 36,
boxname: "ftyp",
data: {
type: "ftyp",
size: 36,
major_brand: "iso5",
minor_version: 1,
compatible_brands: [ "avc1", "iso5", "dsms", "msix", "dash"]
}
},
{
url: mediaTestBaseUrl + "mp4/box/sidx.mp4",
rangeStart: 1566,
rangeSize: 152,
boxname: "sidx",
data: {
type: "sidx",
size: 152,
flags: 0,
version: 0,
reference_ID: 1,
timescale: 24,
earliest_presentation_time: 0,
first_offset: 0,
references: [
{
reference_type: 0,
referenced_size: 776279,
subsegment_duration: 224,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 298018,
subsegment_duration: 110,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 151055,
subsegment_duration: 62,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 583055,
subsegment_duration: 130,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 310294,
subsegment_duration: 45,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 353217,
subsegment_duration: 50,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 229078,
subsegment_duration: 37,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 685457,
subsegment_duration: 114,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 746586,
subsegment_duration: 250,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
},
{
reference_type: 0,
referenced_size: 228474,
subsegment_duration: 231,
starts_with_SAP: 1,
SAP_type: 1,
SAP_delta_time: 0
}
]
}
},
{
url: mediaTestBaseUrl + "mp4/box/emsg.m4s",
rangeStart: 106,
rangeSize: 494,
boxname: "emsg",
data: {
type: "emsg",
size: 494,
flags: 0,
version: 0,
scheme_id_uri: "urn:mpeg:dash:event:2012",
value: "advert",
timescale: 1,
presentation_time_delta: 1,
event_duration: 1,
id: 1
}
}
];