@eyevinn/web-player 0.8.5 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/webplayer.min.js +1 -1
- package/dist/webplayer.min.js.LICENSE.txt +2316 -399
- package/package.json +4 -4
|
@@ -24,23 +24,230 @@
|
|
|
24
24
|
SPDX-License-Identifier: Apache-2.0
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
|
+
/*
|
|
28
|
+
@license
|
|
29
|
+
Shaka Player
|
|
30
|
+
Copyright 2022 Google LLC
|
|
31
|
+
SPDX-License-Identifier: Apache-2.0
|
|
32
|
+
*/
|
|
33
|
+
|
|
27
34
|
/*!
|
|
28
35
|
Copyright (c) 2017 Jed Watson.
|
|
29
36
|
Licensed under the MIT License (MIT), see
|
|
30
37
|
http://jedwatson.github.io/classnames
|
|
31
38
|
*/
|
|
32
39
|
|
|
40
|
+
/*!
|
|
41
|
+
* @overview es6-promise - a tiny implementation of Promises/A+.
|
|
42
|
+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
|
43
|
+
* @license Licensed under MIT license
|
|
44
|
+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
|
|
45
|
+
* @version v4.2.8+1e68dce6
|
|
46
|
+
*/
|
|
47
|
+
|
|
33
48
|
/*!
|
|
34
49
|
* The buffer module from node.js, for the browser.
|
|
35
50
|
*
|
|
36
|
-
* @author Feross Aboukhadijeh <
|
|
51
|
+
* @author Feross Aboukhadijeh <http://feross.org>
|
|
37
52
|
* @license MIT
|
|
38
53
|
*/
|
|
39
54
|
|
|
55
|
+
/*! !webpack amd options */
|
|
56
|
+
|
|
57
|
+
/*! ../../../../core/Debug */
|
|
58
|
+
|
|
59
|
+
/*! ../../../../core/FactoryMaker */
|
|
60
|
+
|
|
61
|
+
/*! ../../../constants/Constants */
|
|
62
|
+
|
|
63
|
+
/*! ../../../constants/MetricsConstants */
|
|
64
|
+
|
|
65
|
+
/*! ../../../core/Debug */
|
|
66
|
+
|
|
67
|
+
/*! ../../../core/EventBus */
|
|
68
|
+
|
|
69
|
+
/*! ../../../core/FactoryMaker */
|
|
70
|
+
|
|
71
|
+
/*! ../../../core/Utils */
|
|
72
|
+
|
|
73
|
+
/*! ../../../core/errors/ErrorsBase */
|
|
74
|
+
|
|
75
|
+
/*! ../../../core/events/Events */
|
|
76
|
+
|
|
77
|
+
/*! ../../../dash/controllers/ContentSteeringController */
|
|
78
|
+
|
|
79
|
+
/*! ../../../externals/cea608-parser */
|
|
80
|
+
|
|
81
|
+
/*! ../../../externals/xml2json */
|
|
82
|
+
|
|
83
|
+
/*! ../../../models/CustomParametersModel */
|
|
84
|
+
|
|
85
|
+
/*! ../../../streaming/constants/Constants */
|
|
86
|
+
|
|
87
|
+
/*! ../../MediaPlayerEvents */
|
|
88
|
+
|
|
89
|
+
/*! ../../MetricsReportingEvents */
|
|
90
|
+
|
|
91
|
+
/*! ../../SwitchRequest */
|
|
92
|
+
|
|
93
|
+
/*! ../../constants/Constants */
|
|
94
|
+
|
|
95
|
+
/*! ../../constants/DashConstants */
|
|
96
|
+
|
|
97
|
+
/*! ../../constants/MetricsConstants */
|
|
98
|
+
|
|
99
|
+
/*! ../../constants/ProtectionConstants */
|
|
100
|
+
|
|
101
|
+
/*! ../../core/Debug */
|
|
102
|
+
|
|
103
|
+
/*! ../../core/EventBus */
|
|
104
|
+
|
|
105
|
+
/*! ../../core/FactoryMaker */
|
|
106
|
+
|
|
107
|
+
/*! ../../core/Settings */
|
|
108
|
+
|
|
109
|
+
/*! ../../core/Utils */
|
|
110
|
+
|
|
111
|
+
/*! ../../core/errors/Errors */
|
|
112
|
+
|
|
113
|
+
/*! ../../core/events/Events */
|
|
114
|
+
|
|
115
|
+
/*! ../../core/events/EventsBase */
|
|
116
|
+
|
|
117
|
+
/*! ../../dash/DashHandler */
|
|
118
|
+
|
|
119
|
+
/*! ../../dash/constants/DashConstants */
|
|
120
|
+
|
|
121
|
+
/*! ../../dash/controllers/SegmentsController */
|
|
122
|
+
|
|
123
|
+
/*! ../../dash/models/DashManifestModel */
|
|
124
|
+
|
|
125
|
+
/*! ../../dash/utils/SegmentsUtils */
|
|
126
|
+
|
|
127
|
+
/*! ../../dash/vo/BaseURL */
|
|
128
|
+
|
|
129
|
+
/*! ../../dash/vo/UTCTiming */
|
|
130
|
+
|
|
131
|
+
/*! ../../externals/base64 */
|
|
132
|
+
|
|
133
|
+
/*! ../../externals/cea608-parser */
|
|
134
|
+
|
|
135
|
+
/*! ../../streaming/MediaPlayerEvents */
|
|
136
|
+
|
|
137
|
+
/*! ../../streaming/constants/ConformanceViolationConstants */
|
|
138
|
+
|
|
139
|
+
/*! ../../streaming/constants/Constants */
|
|
140
|
+
|
|
141
|
+
/*! ../../streaming/net/HTTPLoader */
|
|
142
|
+
|
|
143
|
+
/*! ../../streaming/net/SchemeLoaderFactory */
|
|
144
|
+
|
|
145
|
+
/*! ../../streaming/net/URLLoader */
|
|
146
|
+
|
|
147
|
+
/*! ../../streaming/net/XHRLoader */
|
|
148
|
+
|
|
149
|
+
/*! ../../streaming/thumbnail/ThumbnailTracks */
|
|
150
|
+
|
|
151
|
+
/*! ../../streaming/utils/BoxParser */
|
|
152
|
+
|
|
153
|
+
/*! ../../streaming/utils/ObjectUtils */
|
|
154
|
+
|
|
155
|
+
/*! ../../streaming/utils/URLUtils */
|
|
156
|
+
|
|
157
|
+
/*! ../../streaming/vo/DashJSError */
|
|
158
|
+
|
|
159
|
+
/*! ../../streaming/vo/metrics/HTTPRequest */
|
|
160
|
+
|
|
161
|
+
/*! ../../utils/CustomTimeRanges */
|
|
162
|
+
|
|
163
|
+
/*! ../../utils/HandlerHelpers */
|
|
164
|
+
|
|
165
|
+
/*! ../../utils/MetricSerialiser */
|
|
166
|
+
|
|
167
|
+
/*! ../../utils/RNG */
|
|
168
|
+
|
|
169
|
+
/*! ../../vo/DashJSError */
|
|
170
|
+
|
|
171
|
+
/*! ../../vo/metrics/HTTPRequest */
|
|
172
|
+
|
|
173
|
+
/*! ../CommonEncryption */
|
|
174
|
+
|
|
175
|
+
/*! ../FragmentLoader */
|
|
176
|
+
|
|
177
|
+
/*! ../ManifestUpdater */
|
|
178
|
+
|
|
179
|
+
/*! ../MediaPlayerEvents */
|
|
180
|
+
|
|
181
|
+
/*! ../MetricsReportingEvents */
|
|
182
|
+
|
|
183
|
+
/*! ../SegmentBaseLoader */
|
|
184
|
+
|
|
185
|
+
/*! ../SourceBufferSink */
|
|
186
|
+
|
|
187
|
+
/*! ../Stream */
|
|
188
|
+
|
|
189
|
+
/*! ../SwitchRequest */
|
|
190
|
+
|
|
191
|
+
/*! ../WebmSegmentBaseLoader */
|
|
192
|
+
|
|
193
|
+
/*! ../XlinkLoader */
|
|
194
|
+
|
|
195
|
+
/*! ../constants/ConformanceViolationConstants */
|
|
196
|
+
|
|
197
|
+
/*! ../constants/Constants */
|
|
198
|
+
|
|
199
|
+
/*! ../constants/DashConstants */
|
|
200
|
+
|
|
201
|
+
/*! ../constants/MetricsConstants */
|
|
202
|
+
|
|
40
203
|
/*! ../controller/level-helper */
|
|
41
204
|
|
|
205
|
+
/*! ../controllers/BlacklistController */
|
|
206
|
+
|
|
207
|
+
/*! ../controllers/ProtectionKeyController */
|
|
208
|
+
|
|
209
|
+
/*! ../core/Debug */
|
|
210
|
+
|
|
211
|
+
/*! ../core/EventBus */
|
|
212
|
+
|
|
213
|
+
/*! ../core/FactoryMaker */
|
|
214
|
+
|
|
215
|
+
/*! ../core/Settings */
|
|
216
|
+
|
|
217
|
+
/*! ../core/Utils */
|
|
218
|
+
|
|
219
|
+
/*! ../core/Version */
|
|
220
|
+
|
|
221
|
+
/*! ../core/errors/Errors */
|
|
222
|
+
|
|
223
|
+
/*! ../core/events/Events */
|
|
224
|
+
|
|
225
|
+
/*! ../core/events/EventsBase */
|
|
226
|
+
|
|
42
227
|
/*! ../crypt/decrypter */
|
|
43
228
|
|
|
229
|
+
/*! ../dash/DashAdapter */
|
|
230
|
+
|
|
231
|
+
/*! ../dash/DashHandler */
|
|
232
|
+
|
|
233
|
+
/*! ../dash/DashMetrics */
|
|
234
|
+
|
|
235
|
+
/*! ../dash/constants/DashConstants */
|
|
236
|
+
|
|
237
|
+
/*! ../dash/controllers/ContentSteeringController */
|
|
238
|
+
|
|
239
|
+
/*! ../dash/controllers/RepresentationController */
|
|
240
|
+
|
|
241
|
+
/*! ../dash/controllers/SegmentBaseController */
|
|
242
|
+
|
|
243
|
+
/*! ../dash/controllers/SegmentsController */
|
|
244
|
+
|
|
245
|
+
/*! ../dash/controllers/ServiceDescriptionController */
|
|
246
|
+
|
|
247
|
+
/*! ../dash/parser/DashParser */
|
|
248
|
+
|
|
249
|
+
/*! ../dash/utils/TimelineConverter */
|
|
250
|
+
|
|
44
251
|
/*! ../demux/aacdemuxer */
|
|
45
252
|
|
|
46
253
|
/*! ../demux/chunk-cache */
|
|
@@ -61,6 +268,8 @@
|
|
|
61
268
|
|
|
62
269
|
/*! ../errors */
|
|
63
270
|
|
|
271
|
+
/*! ../errors/ProtectionErrors */
|
|
272
|
+
|
|
64
273
|
/*! ../events */
|
|
65
274
|
|
|
66
275
|
/*! ../is-supported */
|
|
@@ -73,12 +282,68 @@
|
|
|
73
282
|
|
|
74
283
|
/*! ../loader/load-stats */
|
|
75
284
|
|
|
285
|
+
/*! ../metrics/MetricsHandlerFactory */
|
|
286
|
+
|
|
287
|
+
/*! ../metrics/MetricsReportingEvents */
|
|
288
|
+
|
|
289
|
+
/*! ../models/BaseURLTreeModel */
|
|
290
|
+
|
|
291
|
+
/*! ../models/CmcdModel */
|
|
292
|
+
|
|
293
|
+
/*! ../models/CustomParametersModel */
|
|
294
|
+
|
|
295
|
+
/*! ../models/DashManifestModel */
|
|
296
|
+
|
|
297
|
+
/*! ../models/FragmentModel */
|
|
298
|
+
|
|
299
|
+
/*! ../models/LowLatencyThroughputModel */
|
|
300
|
+
|
|
301
|
+
/*! ../net/XHRLoader */
|
|
302
|
+
|
|
76
303
|
/*! ../remux/mp4-remuxer */
|
|
77
304
|
|
|
78
305
|
/*! ../remux/passthrough-remuxer */
|
|
79
306
|
|
|
307
|
+
/*! ../reporting/ReportingFactory */
|
|
308
|
+
|
|
309
|
+
/*! ../rules/DroppedFramesHistory */
|
|
310
|
+
|
|
311
|
+
/*! ../rules/RulesContext */
|
|
312
|
+
|
|
313
|
+
/*! ../rules/SwitchRequest */
|
|
314
|
+
|
|
315
|
+
/*! ../rules/SwitchRequestHistory */
|
|
316
|
+
|
|
317
|
+
/*! ../rules/ThroughputHistory */
|
|
318
|
+
|
|
319
|
+
/*! ../rules/abr/ABRRulesCollection */
|
|
320
|
+
|
|
321
|
+
/*! ../streaming/MediaPlayerEvents */
|
|
322
|
+
|
|
323
|
+
/*! ../streaming/constants/Constants */
|
|
324
|
+
|
|
325
|
+
/*! ../streaming/constants/MetricsConstants */
|
|
326
|
+
|
|
327
|
+
/*! ../streaming/models/MetricsModel */
|
|
328
|
+
|
|
329
|
+
/*! ../streaming/net/URLLoader */
|
|
330
|
+
|
|
331
|
+
/*! ../streaming/utils/EBMLParser */
|
|
332
|
+
|
|
333
|
+
/*! ../streaming/utils/URLUtils */
|
|
334
|
+
|
|
335
|
+
/*! ../streaming/vo/DashJSError */
|
|
336
|
+
|
|
337
|
+
/*! ../streaming/vo/FragmentRequest */
|
|
338
|
+
|
|
339
|
+
/*! ../streaming/vo/metrics/HTTPRequest */
|
|
340
|
+
|
|
341
|
+
/*! ../streaming/vo/metrics/PlayList */
|
|
342
|
+
|
|
80
343
|
/*! ../task-loop */
|
|
81
344
|
|
|
345
|
+
/*! ../thumbnail/ThumbnailTracks */
|
|
346
|
+
|
|
82
347
|
/*! ../types/cmcd */
|
|
83
348
|
|
|
84
349
|
/*! ../types/demuxer */
|
|
@@ -89,6 +354,38 @@
|
|
|
89
354
|
|
|
90
355
|
/*! ../types/transmuxer */
|
|
91
356
|
|
|
357
|
+
/*! ../utils/BaseURLSelector */
|
|
358
|
+
|
|
359
|
+
/*! ../utils/BoxParser */
|
|
360
|
+
|
|
361
|
+
/*! ../utils/CustomTimeRanges */
|
|
362
|
+
|
|
363
|
+
/*! ../utils/InitCache */
|
|
364
|
+
|
|
365
|
+
/*! ../utils/ListSegmentsGetter */
|
|
366
|
+
|
|
367
|
+
/*! ../utils/ManifestParsing */
|
|
368
|
+
|
|
369
|
+
/*! ../utils/ObjectUtils */
|
|
370
|
+
|
|
371
|
+
/*! ../utils/RequestModifier */
|
|
372
|
+
|
|
373
|
+
/*! ../utils/SegmentBaseGetter */
|
|
374
|
+
|
|
375
|
+
/*! ../utils/SegmentsUtils */
|
|
376
|
+
|
|
377
|
+
/*! ../utils/SupervisorTools */
|
|
378
|
+
|
|
379
|
+
/*! ../utils/TTMLParser */
|
|
380
|
+
|
|
381
|
+
/*! ../utils/TemplateSegmentsGetter */
|
|
382
|
+
|
|
383
|
+
/*! ../utils/TimelineSegmentsGetter */
|
|
384
|
+
|
|
385
|
+
/*! ../utils/URLUtils */
|
|
386
|
+
|
|
387
|
+
/*! ../utils/VTTParser */
|
|
388
|
+
|
|
92
389
|
/*! ../utils/attr-list */
|
|
93
390
|
|
|
94
391
|
/*! ../utils/binary-search */
|
|
@@ -127,616 +424,2236 @@
|
|
|
127
424
|
|
|
128
425
|
/*! ../utils/webvtt-parser */
|
|
129
426
|
|
|
130
|
-
/*!
|
|
427
|
+
/*! ../vo/AdaptationSet */
|
|
131
428
|
|
|
132
|
-
/*!
|
|
429
|
+
/*! ../vo/BaseURL */
|
|
133
430
|
|
|
134
|
-
/*!
|
|
431
|
+
/*! ../vo/BitrateInfo */
|
|
135
432
|
|
|
136
|
-
/*!
|
|
433
|
+
/*! ../vo/ClearKeyKeySet */
|
|
137
434
|
|
|
138
|
-
/*!
|
|
435
|
+
/*! ../vo/ContentSteering */
|
|
139
436
|
|
|
140
|
-
/*!
|
|
437
|
+
/*! ../vo/ContentSteeringRequest */
|
|
141
438
|
|
|
142
|
-
/*!
|
|
439
|
+
/*! ../vo/ContentSteeringResponse */
|
|
143
440
|
|
|
144
|
-
/*!
|
|
441
|
+
/*! ../vo/DVBErrors */
|
|
145
442
|
|
|
146
|
-
/*!
|
|
443
|
+
/*! ../vo/DashJSError */
|
|
147
444
|
|
|
148
|
-
/*!
|
|
445
|
+
/*! ../vo/DataChunk */
|
|
149
446
|
|
|
150
|
-
/*!
|
|
447
|
+
/*! ../vo/Event */
|
|
151
448
|
|
|
152
|
-
/*!
|
|
449
|
+
/*! ../vo/EventStream */
|
|
153
450
|
|
|
154
|
-
/*!
|
|
451
|
+
/*! ../vo/FragmentRequest */
|
|
155
452
|
|
|
156
|
-
/*!
|
|
453
|
+
/*! ../vo/IsoBox */
|
|
157
454
|
|
|
158
|
-
/*!
|
|
455
|
+
/*! ../vo/IsoBoxSearchInfo */
|
|
159
456
|
|
|
160
|
-
/*!
|
|
457
|
+
/*! ../vo/KeyMessage */
|
|
161
458
|
|
|
162
|
-
/*!
|
|
459
|
+
/*! ../vo/KeyPair */
|
|
163
460
|
|
|
164
|
-
/*!
|
|
461
|
+
/*! ../vo/KeySystemAccess */
|
|
165
462
|
|
|
166
|
-
/*!
|
|
463
|
+
/*! ../vo/KeySystemConfiguration */
|
|
167
464
|
|
|
168
|
-
/*!
|
|
465
|
+
/*! ../vo/LicenseRequest */
|
|
169
466
|
|
|
170
|
-
/*!
|
|
467
|
+
/*! ../vo/LicenseResponse */
|
|
171
468
|
|
|
172
|
-
/*!
|
|
469
|
+
/*! ../vo/MediaCapability */
|
|
173
470
|
|
|
174
|
-
/*!
|
|
471
|
+
/*! ../vo/Metrics */
|
|
175
472
|
|
|
176
|
-
/*!
|
|
473
|
+
/*! ../vo/MetricsList */
|
|
177
474
|
|
|
178
|
-
/*!
|
|
475
|
+
/*! ../vo/Mpd */
|
|
179
476
|
|
|
180
|
-
/*!
|
|
477
|
+
/*! ../vo/NeedKey */
|
|
181
478
|
|
|
182
|
-
/*!
|
|
479
|
+
/*! ../vo/PatchOperation */
|
|
183
480
|
|
|
184
|
-
/*!
|
|
481
|
+
/*! ../vo/Period */
|
|
185
482
|
|
|
186
|
-
/*!
|
|
483
|
+
/*! ../vo/ProducerReferenceTime */
|
|
187
484
|
|
|
188
|
-
/*!
|
|
485
|
+
/*! ../vo/Range */
|
|
189
486
|
|
|
190
|
-
/*!
|
|
487
|
+
/*! ../vo/Reporting */
|
|
191
488
|
|
|
192
|
-
/*!
|
|
489
|
+
/*! ../vo/Representation */
|
|
193
490
|
|
|
194
|
-
/*!
|
|
491
|
+
/*! ../vo/SimpleXPath */
|
|
195
492
|
|
|
196
|
-
/*!
|
|
493
|
+
/*! ../vo/TextTrackInfo */
|
|
197
494
|
|
|
198
|
-
/*!
|
|
495
|
+
/*! ../vo/Thumbnail */
|
|
199
496
|
|
|
200
|
-
/*!
|
|
497
|
+
/*! ../vo/ThumbnailTrackInfo */
|
|
201
498
|
|
|
202
|
-
/*!
|
|
499
|
+
/*! ../vo/URIFragmentData */
|
|
203
500
|
|
|
204
|
-
/*!
|
|
501
|
+
/*! ../vo/UTCTiming */
|
|
205
502
|
|
|
206
|
-
/*!
|
|
503
|
+
/*! ../vo/metrics/BufferLevel */
|
|
207
504
|
|
|
208
|
-
/*!
|
|
505
|
+
/*! ../vo/metrics/BufferState */
|
|
209
506
|
|
|
210
|
-
/*!
|
|
507
|
+
/*! ../vo/metrics/DVRInfo */
|
|
211
508
|
|
|
212
|
-
/*!
|
|
509
|
+
/*! ../vo/metrics/DroppedFrames */
|
|
213
510
|
|
|
214
|
-
/*!
|
|
511
|
+
/*! ../vo/metrics/HTTPRequest */
|
|
215
512
|
|
|
216
|
-
/*!
|
|
513
|
+
/*! ../vo/metrics/ManifestUpdate */
|
|
217
514
|
|
|
218
|
-
/*!
|
|
515
|
+
/*! ../vo/metrics/PlayList */
|
|
219
516
|
|
|
220
|
-
/*!
|
|
517
|
+
/*! ../vo/metrics/RepresentationSwitch */
|
|
221
518
|
|
|
222
|
-
/*!
|
|
519
|
+
/*! ../vo/metrics/RequestsQueue */
|
|
223
520
|
|
|
224
|
-
/*!
|
|
521
|
+
/*! ../vo/metrics/SchedulingInfo */
|
|
225
522
|
|
|
226
|
-
/*! ./
|
|
523
|
+
/*! ./ */
|
|
227
524
|
|
|
228
|
-
/*!
|
|
525
|
+
/*! ./../../../webpack/buildin/global.js */
|
|
229
526
|
|
|
230
|
-
/*!
|
|
527
|
+
/*! ./../../core/EventBus */
|
|
231
528
|
|
|
232
|
-
/*!
|
|
529
|
+
/*! ./../../core/errors/Errors */
|
|
233
530
|
|
|
234
|
-
/*!
|
|
531
|
+
/*! ./../../core/events/Events */
|
|
235
532
|
|
|
236
|
-
/*!
|
|
533
|
+
/*! ./../../dash/vo/MediaInfo */
|
|
237
534
|
|
|
238
|
-
/*!
|
|
535
|
+
/*! ./../../node-libs-browser/node_modules/buffer/index.js */
|
|
239
536
|
|
|
240
|
-
/*!
|
|
537
|
+
/*! ./../../node-libs-browser/node_modules/timers-browserify/main.js */
|
|
241
538
|
|
|
242
|
-
/*!
|
|
539
|
+
/*! ./../../process/browser.js */
|
|
243
540
|
|
|
244
|
-
/*!
|
|
541
|
+
/*! ./../../webpack/buildin/global.js */
|
|
245
542
|
|
|
246
|
-
/*!
|
|
543
|
+
/*! ./../CommonEncryption */
|
|
247
544
|
|
|
248
|
-
/*!
|
|
545
|
+
/*! ./../core/Debug */
|
|
249
546
|
|
|
250
|
-
/*!
|
|
547
|
+
/*! ./../core/EventBus */
|
|
251
548
|
|
|
252
|
-
/*!
|
|
549
|
+
/*! ./../core/errors/Errors */
|
|
253
550
|
|
|
254
|
-
/*!
|
|
551
|
+
/*! ./../core/events/Events */
|
|
255
552
|
|
|
256
|
-
/*!
|
|
553
|
+
/*! ./../drm/KeySystemClearKey */
|
|
257
554
|
|
|
258
|
-
/*!
|
|
555
|
+
/*! ./../drm/KeySystemPlayReady */
|
|
259
556
|
|
|
260
|
-
/*!
|
|
557
|
+
/*! ./../drm/KeySystemW3CClearKey */
|
|
261
558
|
|
|
262
|
-
/*!
|
|
559
|
+
/*! ./../drm/KeySystemWidevine */
|
|
263
560
|
|
|
264
|
-
/*!
|
|
561
|
+
/*! ./../process/browser.js */
|
|
265
562
|
|
|
266
|
-
/*!
|
|
563
|
+
/*! ./../servers/ClearKey */
|
|
267
564
|
|
|
268
|
-
/*!
|
|
565
|
+
/*! ./../servers/DRMToday */
|
|
269
566
|
|
|
270
|
-
/*!
|
|
567
|
+
/*! ./../servers/PlayReady */
|
|
271
568
|
|
|
272
|
-
/*!
|
|
569
|
+
/*! ./../servers/Widevine */
|
|
273
570
|
|
|
274
|
-
/*!
|
|
571
|
+
/*! ./../vo/DashJSError */
|
|
275
572
|
|
|
276
|
-
/*!
|
|
573
|
+
/*! ./../vo/Segment */
|
|
277
574
|
|
|
278
|
-
/*!
|
|
575
|
+
/*! ./../webpack/buildin/global.js */
|
|
279
576
|
|
|
280
|
-
/*!
|
|
577
|
+
/*! ./AbandonRequestsRule */
|
|
281
578
|
|
|
282
|
-
/*!
|
|
579
|
+
/*! ./BaseMatcher */
|
|
283
580
|
|
|
284
|
-
/*!
|
|
581
|
+
/*! ./BolaRule */
|
|
285
582
|
|
|
286
|
-
/*!
|
|
583
|
+
/*! ./CommonProperty */
|
|
287
584
|
|
|
288
|
-
/*!
|
|
585
|
+
/*! ./CoreEvents */
|
|
289
586
|
|
|
290
|
-
/*!
|
|
587
|
+
/*! ./DefaultURLUtils */
|
|
291
588
|
|
|
292
|
-
/*!
|
|
589
|
+
/*! ./DroppedFramesRule */
|
|
293
590
|
|
|
294
|
-
/*!
|
|
591
|
+
/*! ./EmbeddedTextHtmlRender */
|
|
295
592
|
|
|
296
|
-
/*!
|
|
593
|
+
/*! ./ErrorsBase */
|
|
297
594
|
|
|
298
|
-
/*!
|
|
595
|
+
/*! ./EventBus */
|
|
299
596
|
|
|
300
|
-
/*!
|
|
597
|
+
/*! ./EventController */
|
|
301
598
|
|
|
302
|
-
/*!
|
|
599
|
+
/*! ./EventsBase */
|
|
303
600
|
|
|
304
|
-
/*!
|
|
601
|
+
/*! ./FactoryMaker */
|
|
305
602
|
|
|
306
|
-
/*!
|
|
603
|
+
/*! ./FetchLoader */
|
|
307
604
|
|
|
308
|
-
/*!
|
|
605
|
+
/*! ./FragmentRequest */
|
|
309
606
|
|
|
310
|
-
/*!
|
|
607
|
+
/*! ./InsufficientBufferRule */
|
|
311
608
|
|
|
312
|
-
/*!
|
|
609
|
+
/*! ./IsoFile */
|
|
313
610
|
|
|
314
|
-
/*!
|
|
611
|
+
/*! ./L2ARule.js */
|
|
315
612
|
|
|
316
|
-
/*!
|
|
613
|
+
/*! ./LearningAbrController */
|
|
317
614
|
|
|
318
|
-
/*!
|
|
615
|
+
/*! ./LoLpQoEEvaluator */
|
|
319
616
|
|
|
320
|
-
/*!
|
|
617
|
+
/*! ./LoLpWeightSelector */
|
|
321
618
|
|
|
322
|
-
/*!
|
|
619
|
+
/*! ./ManifestLoader */
|
|
323
620
|
|
|
324
|
-
/*!
|
|
621
|
+
/*! ./ManifestUpdater */
|
|
325
622
|
|
|
326
|
-
/*!
|
|
623
|
+
/*! ./MapNode */
|
|
327
624
|
|
|
328
|
-
/*!
|
|
625
|
+
/*! ./MediaPlayer */
|
|
329
626
|
|
|
330
|
-
/*!
|
|
627
|
+
/*! ./MediaPlayerEvents */
|
|
331
628
|
|
|
332
|
-
/*!
|
|
629
|
+
/*! ./MediaSourceController */
|
|
333
630
|
|
|
334
|
-
/*!
|
|
631
|
+
/*! ./MetricsController */
|
|
335
632
|
|
|
336
|
-
/*!
|
|
633
|
+
/*! ./MetricsHandlersController */
|
|
337
634
|
|
|
338
|
-
/*!
|
|
635
|
+
/*! ./MetricsReportingEvents */
|
|
339
636
|
|
|
340
|
-
/*!
|
|
637
|
+
/*! ./ProtectionEvents */
|
|
341
638
|
|
|
342
|
-
/*!
|
|
639
|
+
/*! ./QoeInfo */
|
|
343
640
|
|
|
344
|
-
/*!
|
|
641
|
+
/*! ./RangeController */
|
|
345
642
|
|
|
346
|
-
/*!
|
|
643
|
+
/*! ./ReportingController */
|
|
347
644
|
|
|
348
|
-
/*!
|
|
645
|
+
/*! ./SegmentsUtils */
|
|
349
646
|
|
|
350
|
-
/*!
|
|
647
|
+
/*! ./StreamProcessor */
|
|
351
648
|
|
|
352
|
-
/*!
|
|
649
|
+
/*! ./SwitchHistoryRule */
|
|
353
650
|
|
|
354
|
-
/*!
|
|
651
|
+
/*! ./SwitchRequest */
|
|
355
652
|
|
|
356
|
-
/*!
|
|
653
|
+
/*! ./TextSourceBuffer */
|
|
357
654
|
|
|
358
|
-
/*!
|
|
655
|
+
/*! ./TextTracks */
|
|
359
656
|
|
|
360
|
-
/*!
|
|
657
|
+
/*! ./ThroughputRule */
|
|
361
658
|
|
|
362
|
-
/*!
|
|
659
|
+
/*! ./ThumbnailTracks */
|
|
363
660
|
|
|
364
|
-
/*!
|
|
661
|
+
/*! ./TimeSyncController */
|
|
365
662
|
|
|
366
|
-
/*!
|
|
663
|
+
/*! ./Utils.js */
|
|
367
664
|
|
|
368
|
-
/*!
|
|
665
|
+
/*! ./XHRLoader */
|
|
369
666
|
|
|
370
|
-
/*!
|
|
667
|
+
/*! ./_stream_duplex */
|
|
371
668
|
|
|
372
|
-
|
|
373
|
-
!*** ./src/hls.ts ***!
|
|
374
|
-
\********************/
|
|
669
|
+
/*! ./_stream_readable */
|
|
375
670
|
|
|
376
|
-
|
|
377
|
-
!*** ./src/config.ts ***!
|
|
378
|
-
\***********************/
|
|
671
|
+
/*! ./_stream_transform */
|
|
379
672
|
|
|
380
|
-
|
|
381
|
-
!*** ./src/errors.ts ***!
|
|
382
|
-
\***********************/
|
|
673
|
+
/*! ./_stream_writable */
|
|
383
674
|
|
|
384
|
-
|
|
385
|
-
!*** ./src/events.ts ***!
|
|
386
|
-
\***********************/
|
|
675
|
+
/*! ./aac-helper */
|
|
387
676
|
|
|
388
|
-
|
|
389
|
-
!*** ./src/demux/id3.ts ***!
|
|
390
|
-
\**************************/
|
|
677
|
+
/*! ./adts */
|
|
391
678
|
|
|
392
|
-
|
|
393
|
-
!*** ./src/task-loop.ts ***!
|
|
394
|
-
\**************************/
|
|
679
|
+
/*! ./aes-crypto */
|
|
395
680
|
|
|
396
|
-
|
|
397
|
-
!*** ./src/demux/adts.ts ***!
|
|
398
|
-
\***************************/
|
|
681
|
+
/*! ./aes-decryptor */
|
|
399
682
|
|
|
400
|
-
|
|
401
|
-
!*** ./src/types/cmcd.ts ***!
|
|
402
|
-
\***************************/
|
|
683
|
+
/*! ./base-audio-demuxer */
|
|
403
684
|
|
|
404
|
-
|
|
405
|
-
!*** ./src/utils/cues.ts ***!
|
|
406
|
-
\***************************/
|
|
685
|
+
/*! ./base-playlist-controller */
|
|
407
686
|
|
|
408
|
-
|
|
409
|
-
!*** ./src/utils/ewma.ts ***!
|
|
410
|
-
\***************************/
|
|
687
|
+
/*! ./base-stream-controller */
|
|
411
688
|
|
|
412
|
-
|
|
689
|
+
/*! ./baseUrlResolution/BasicSelector */
|
|
690
|
+
|
|
691
|
+
/*! ./baseUrlResolution/ContentSteeringSelector */
|
|
692
|
+
|
|
693
|
+
/*! ./baseUrlResolution/DVBSelector */
|
|
694
|
+
|
|
695
|
+
/*! ./buffer-operation-queue */
|
|
696
|
+
|
|
697
|
+
/*! ./config */
|
|
698
|
+
|
|
699
|
+
/*! ./constants/Constants */
|
|
700
|
+
|
|
701
|
+
/*! ./constants/DashConstants */
|
|
702
|
+
|
|
703
|
+
/*! ./constants/MetricsConstants */
|
|
704
|
+
|
|
705
|
+
/*! ./controller/abr-controller */
|
|
706
|
+
|
|
707
|
+
/*! ./controller/audio-stream-controller */
|
|
708
|
+
|
|
709
|
+
/*! ./controller/audio-track-controller */
|
|
710
|
+
|
|
711
|
+
/*! ./controller/buffer-controller */
|
|
712
|
+
|
|
713
|
+
/*! ./controller/cap-level-controller */
|
|
714
|
+
|
|
715
|
+
/*! ./controller/cmcd-controller */
|
|
716
|
+
|
|
717
|
+
/*! ./controller/eme-controller */
|
|
718
|
+
|
|
719
|
+
/*! ./controller/fps-controller */
|
|
720
|
+
|
|
721
|
+
/*! ./controller/fragment-tracker */
|
|
722
|
+
|
|
723
|
+
/*! ./controller/id3-track-controller */
|
|
724
|
+
|
|
725
|
+
/*! ./controller/latency-controller */
|
|
726
|
+
|
|
727
|
+
/*! ./controller/level-controller */
|
|
728
|
+
|
|
729
|
+
/*! ./controller/stream-controller */
|
|
730
|
+
|
|
731
|
+
/*! ./controller/subtitle-stream-controller */
|
|
732
|
+
|
|
733
|
+
/*! ./controller/subtitle-track-controller */
|
|
734
|
+
|
|
735
|
+
/*! ./controller/timeline-controller */
|
|
736
|
+
|
|
737
|
+
/*! ./controllers/AbrController */
|
|
738
|
+
|
|
739
|
+
/*! ./controllers/BaseURLController */
|
|
740
|
+
|
|
741
|
+
/*! ./controllers/BlacklistController */
|
|
742
|
+
|
|
743
|
+
/*! ./controllers/BufferController */
|
|
744
|
+
|
|
745
|
+
/*! ./controllers/CatchupController */
|
|
746
|
+
|
|
747
|
+
/*! ./controllers/FragmentController */
|
|
748
|
+
|
|
749
|
+
/*! ./controllers/GapController */
|
|
750
|
+
|
|
751
|
+
/*! ./controllers/MediaController */
|
|
752
|
+
|
|
753
|
+
/*! ./controllers/MetricsCollectionController */
|
|
754
|
+
|
|
755
|
+
/*! ./controllers/PlaybackController */
|
|
756
|
+
|
|
757
|
+
/*! ./controllers/ProtectionController */
|
|
758
|
+
|
|
759
|
+
/*! ./controllers/ProtectionKeyController */
|
|
760
|
+
|
|
761
|
+
/*! ./controllers/ScheduleController */
|
|
762
|
+
|
|
763
|
+
/*! ./controllers/StreamController */
|
|
764
|
+
|
|
765
|
+
/*! ./controllers/XlinkController */
|
|
766
|
+
|
|
767
|
+
/*! ./date-range */
|
|
768
|
+
|
|
769
|
+
/*! ./defaults.json */
|
|
770
|
+
|
|
771
|
+
/*! ./doc */
|
|
772
|
+
|
|
773
|
+
/*! ./dummy-demuxed-track */
|
|
774
|
+
|
|
775
|
+
/*! ./errors */
|
|
776
|
+
|
|
777
|
+
/*! ./errors/ProtectionErrors */
|
|
778
|
+
|
|
779
|
+
/*! ./events */
|
|
780
|
+
|
|
781
|
+
/*! ./events/Events */
|
|
782
|
+
|
|
783
|
+
/*! ./exp-golomb */
|
|
784
|
+
|
|
785
|
+
/*! ./fast-aes-key */
|
|
786
|
+
|
|
787
|
+
/*! ./fields.json */
|
|
788
|
+
|
|
789
|
+
/*! ./fragment */
|
|
790
|
+
|
|
791
|
+
/*! ./fragment-finders */
|
|
792
|
+
|
|
793
|
+
/*! ./fragment-tracker */
|
|
794
|
+
|
|
795
|
+
/*! ./gap-controller */
|
|
796
|
+
|
|
797
|
+
/*! ./handlers/BufferLevelHandler */
|
|
798
|
+
|
|
799
|
+
/*! ./handlers/DVBErrorsHandler */
|
|
800
|
+
|
|
801
|
+
/*! ./handlers/GenericMetricHandler */
|
|
802
|
+
|
|
803
|
+
/*! ./handlers/HttpListHandler */
|
|
804
|
+
|
|
805
|
+
/*! ./html */
|
|
806
|
+
|
|
807
|
+
/*! ./index_mediaplayerOnly */
|
|
808
|
+
|
|
809
|
+
/*! ./internal/streams/BufferList */
|
|
810
|
+
|
|
811
|
+
/*! ./internal/streams/destroy */
|
|
812
|
+
|
|
813
|
+
/*! ./internal/streams/stream */
|
|
814
|
+
|
|
815
|
+
/*! ./is-supported */
|
|
816
|
+
|
|
817
|
+
/*! ./isd */
|
|
818
|
+
|
|
819
|
+
/*! ./level-details */
|
|
820
|
+
|
|
821
|
+
/*! ./level-helper */
|
|
822
|
+
|
|
823
|
+
/*! ./level-key */
|
|
824
|
+
|
|
825
|
+
/*! ./lib */
|
|
826
|
+
|
|
827
|
+
/*! ./lib/_stream_duplex.js */
|
|
828
|
+
|
|
829
|
+
/*! ./lib/_stream_passthrough.js */
|
|
830
|
+
|
|
831
|
+
/*! ./lib/_stream_readable.js */
|
|
832
|
+
|
|
833
|
+
/*! ./lib/_stream_transform.js */
|
|
834
|
+
|
|
835
|
+
/*! ./lib/_stream_writable.js */
|
|
836
|
+
|
|
837
|
+
/*! ./lib/parse */
|
|
838
|
+
|
|
839
|
+
/*! ./lib/stringify */
|
|
840
|
+
|
|
841
|
+
/*! ./load-stats */
|
|
842
|
+
|
|
843
|
+
/*! ./loader/key-loader */
|
|
844
|
+
|
|
845
|
+
/*! ./loader/playlist-loader */
|
|
846
|
+
|
|
847
|
+
/*! ./logger */
|
|
848
|
+
|
|
849
|
+
/*! ./lolp/LoLpRule.js */
|
|
850
|
+
|
|
851
|
+
/*! ./m3u8-parser */
|
|
852
|
+
|
|
853
|
+
/*! ./many.json */
|
|
854
|
+
|
|
855
|
+
/*! ./maps/RepresentationBaseValuesMap */
|
|
856
|
+
|
|
857
|
+
/*! ./maps/SegmentValuesMap */
|
|
858
|
+
|
|
859
|
+
/*! ./matchers/DateTimeMatcher */
|
|
860
|
+
|
|
861
|
+
/*! ./matchers/DurationMatcher */
|
|
862
|
+
|
|
863
|
+
/*! ./matchers/LangMatcher */
|
|
864
|
+
|
|
865
|
+
/*! ./matchers/NumericMatcher */
|
|
866
|
+
|
|
867
|
+
/*! ./matchers/StringMatcher */
|
|
868
|
+
|
|
869
|
+
/*! ./matches.json */
|
|
870
|
+
|
|
871
|
+
/*! ./metrics/MetricsHandlerFactory */
|
|
872
|
+
|
|
873
|
+
/*! ./models/CmcdModel */
|
|
874
|
+
|
|
875
|
+
/*! ./models/CustomParametersModel */
|
|
876
|
+
|
|
877
|
+
/*! ./models/DashManifestModel */
|
|
878
|
+
|
|
879
|
+
/*! ./models/FragmentModel */
|
|
880
|
+
|
|
881
|
+
/*! ./models/ManifestModel */
|
|
882
|
+
|
|
883
|
+
/*! ./models/MediaPlayerModel */
|
|
884
|
+
|
|
885
|
+
/*! ./models/PatchManifestModel */
|
|
886
|
+
|
|
887
|
+
/*! ./models/ProtectionModel_01b */
|
|
888
|
+
|
|
889
|
+
/*! ./models/ProtectionModel_21Jan2015 */
|
|
890
|
+
|
|
891
|
+
/*! ./models/ProtectionModel_3Feb2014 */
|
|
892
|
+
|
|
893
|
+
/*! ./models/URIFragmentModel */
|
|
894
|
+
|
|
895
|
+
/*! ./models/VideoModel */
|
|
896
|
+
|
|
897
|
+
/*! ./mp4-generator */
|
|
898
|
+
|
|
899
|
+
/*! ./mp4-remuxer */
|
|
900
|
+
|
|
901
|
+
/*! ./mp4-tools */
|
|
902
|
+
|
|
903
|
+
/*! ./mpegaudio */
|
|
904
|
+
|
|
905
|
+
/*! ./names */
|
|
906
|
+
|
|
907
|
+
/*! ./net/SchemeLoaderFactory */
|
|
908
|
+
|
|
909
|
+
/*! ./net/URLLoader */
|
|
910
|
+
|
|
911
|
+
/*! ./node_modules/webpack/buildin/global.js */
|
|
912
|
+
|
|
913
|
+
/*! ./normalize.json */
|
|
914
|
+
|
|
915
|
+
/*! ./objectiron */
|
|
916
|
+
|
|
917
|
+
/*! ./readable */
|
|
918
|
+
|
|
919
|
+
/*! ./regular.json */
|
|
920
|
+
|
|
921
|
+
/*! ./reporters/DVBReporting */
|
|
922
|
+
|
|
923
|
+
/*! ./reporting/ReportingFactory */
|
|
924
|
+
|
|
925
|
+
/*! ./sample-aes */
|
|
926
|
+
|
|
927
|
+
/*! ./src/core/Debug */
|
|
928
|
+
|
|
929
|
+
/*! ./src/core/FactoryMaker */
|
|
930
|
+
|
|
931
|
+
/*! ./src/core/Version */
|
|
932
|
+
|
|
933
|
+
/*! ./src/polyfills/number */
|
|
934
|
+
|
|
935
|
+
/*! ./src/streaming/MediaPlayer */
|
|
936
|
+
|
|
937
|
+
/*! ./src/streaming/MediaPlayerFactory */
|
|
938
|
+
|
|
939
|
+
/*! ./src/streaming/metrics/MetricsReporting */
|
|
940
|
+
|
|
941
|
+
/*! ./src/streaming/protection/Protection */
|
|
942
|
+
|
|
943
|
+
/*! ./src/streaming/utils/Capabilities */
|
|
944
|
+
|
|
945
|
+
/*! ./styles */
|
|
946
|
+
|
|
947
|
+
/*! ./text/NotFragmentedTextBufferController */
|
|
948
|
+
|
|
949
|
+
/*! ./text/TextController */
|
|
950
|
+
|
|
951
|
+
/*! ./texttrack-utils */
|
|
952
|
+
|
|
953
|
+
/*! ./thumbnail/ThumbnailController */
|
|
954
|
+
|
|
955
|
+
/*! ./timescale-conversion */
|
|
956
|
+
|
|
957
|
+
/*! ./typed-array */
|
|
958
|
+
|
|
959
|
+
/*! ./utils */
|
|
960
|
+
|
|
961
|
+
/*! ./utils/BoxParser */
|
|
962
|
+
|
|
963
|
+
/*! ./utils/Capabilities */
|
|
964
|
+
|
|
965
|
+
/*! ./utils/CapabilitiesFilter */
|
|
966
|
+
|
|
967
|
+
/*! ./utils/DOMStorage */
|
|
968
|
+
|
|
969
|
+
/*! ./utils/DVBErrorsTranslator */
|
|
970
|
+
|
|
971
|
+
/*! ./utils/ErrorHandler */
|
|
972
|
+
|
|
973
|
+
/*! ./utils/RequestModifier */
|
|
974
|
+
|
|
975
|
+
/*! ./utils/Round10 */
|
|
976
|
+
|
|
977
|
+
/*! ./utils/SegmentsUtils */
|
|
978
|
+
|
|
979
|
+
/*! ./utils/SupervisorTools */
|
|
980
|
+
|
|
981
|
+
/*! ./utils/URLUtils */
|
|
982
|
+
|
|
983
|
+
/*! ./utils/cues */
|
|
984
|
+
|
|
985
|
+
/*! ./utils/fetch-loader */
|
|
986
|
+
|
|
987
|
+
/*! ./utils/logger */
|
|
988
|
+
|
|
989
|
+
/*! ./utils/mediakeys-helper */
|
|
990
|
+
|
|
991
|
+
/*! ./utils/mediasource-helper */
|
|
992
|
+
|
|
993
|
+
/*! ./utils/xhr-loader */
|
|
994
|
+
|
|
995
|
+
/*! ./vo/DashJSError */
|
|
996
|
+
|
|
997
|
+
/*! ./vo/Event */
|
|
998
|
+
|
|
999
|
+
/*! ./vo/HeadRequest */
|
|
1000
|
+
|
|
1001
|
+
/*! ./vo/ManifestInfo */
|
|
1002
|
+
|
|
1003
|
+
/*! ./vo/MediaInfo */
|
|
1004
|
+
|
|
1005
|
+
/*! ./vo/RepresentationInfo */
|
|
1006
|
+
|
|
1007
|
+
/*! ./vo/Segment */
|
|
1008
|
+
|
|
1009
|
+
/*! ./vo/StreamInfo */
|
|
1010
|
+
|
|
1011
|
+
/*! ./vo/TextRequest */
|
|
1012
|
+
|
|
1013
|
+
/*! ./vo/metrics/HTTPRequest */
|
|
1014
|
+
|
|
1015
|
+
/*! ./vo/metrics/PlayList */
|
|
1016
|
+
|
|
1017
|
+
/*! ./vttcue */
|
|
1018
|
+
|
|
1019
|
+
/*! ./vttparser */
|
|
1020
|
+
|
|
1021
|
+
/*! ./webvtt-parser */
|
|
1022
|
+
|
|
1023
|
+
/*! ./webworkify-webpack */
|
|
1024
|
+
|
|
1025
|
+
/*! base64-js */
|
|
1026
|
+
|
|
1027
|
+
/*! bcp-47 */
|
|
1028
|
+
|
|
1029
|
+
/*! bcp-47-match */
|
|
1030
|
+
|
|
1031
|
+
/*! bcp-47-normalize */
|
|
1032
|
+
|
|
1033
|
+
/*! buffer */
|
|
1034
|
+
|
|
1035
|
+
/*! codem-isoboxer */
|
|
1036
|
+
|
|
1037
|
+
/*! codem-isoboxer v0.3.6 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
|
|
1038
|
+
|
|
1039
|
+
/*! core-util-is */
|
|
1040
|
+
|
|
1041
|
+
/*! es6-promise/auto */
|
|
1042
|
+
|
|
1043
|
+
/*! eventemitter3 */
|
|
1044
|
+
|
|
1045
|
+
/*! events */
|
|
1046
|
+
|
|
1047
|
+
/*! exports provided: 0, 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, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, default */
|
|
1048
|
+
|
|
1049
|
+
/*! exports provided: 0, 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, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, default */
|
|
1050
|
+
|
|
1051
|
+
/*! exports provided: 0, 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, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, default */
|
|
1052
|
+
|
|
1053
|
+
/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, default */
|
|
1054
|
+
|
|
1055
|
+
/*! exports provided: HTTPRequest, HTTPRequestTrace */
|
|
1056
|
+
|
|
1057
|
+
/*! exports provided: ManifestUpdate, ManifestUpdateStreamInfo, ManifestUpdateRepresentationInfo */
|
|
1058
|
+
|
|
1059
|
+
/*! exports provided: PlayList, PlayListTrace */
|
|
1060
|
+
|
|
1061
|
+
/*! exports provided: THUMBNAILS_SCHEME_ID_URIS, default */
|
|
1062
|
+
|
|
1063
|
+
/*! exports provided: checkParameterType, checkInteger, checkRange, checkIsVideoOrAudioType */
|
|
1064
|
+
|
|
1065
|
+
/*! exports provided: default */
|
|
1066
|
+
|
|
1067
|
+
/*! exports provided: default, MediaPlayer, FactoryMaker, Debug */
|
|
1068
|
+
|
|
1069
|
+
/*! exports provided: default, MediaPlayer, Protection, MetricsReporting, MediaPlayerFactory, Debug, supportsMediaSource */
|
|
1070
|
+
|
|
1071
|
+
/*! exports provided: en-gb-oed, i-ami, i-bnn, i-default, i-enochian, i-hak, i-klingon, i-lux, i-mingo, i-navajo, i-pwn, i-tao, i-tay, i-tsu, sgn-be-fr, sgn-be-nl, sgn-ch-de, art-lojban, cel-gaulish, no-bok, no-nyn, zh-guoyu, zh-hakka, zh-min, zh-min-nan, zh-xiang, default */
|
|
1072
|
+
|
|
1073
|
+
/*! exports provided: getVersionString */
|
|
1074
|
+
|
|
1075
|
+
/*! exports provided: modifyRequest, default */
|
|
1076
|
+
|
|
1077
|
+
/*! exports provided: region, default */
|
|
1078
|
+
|
|
1079
|
+
/*! exports provided: supportsMediaSource, default */
|
|
1080
|
+
|
|
1081
|
+
/*! exports provided: unescapeDollarsInTemplate, replaceIDForTemplate, replaceTokenForTemplate, getIndexBasedSegment, getTimeBasedSegment */
|
|
1082
|
+
|
|
1083
|
+
/*! fast-deep-equal */
|
|
1084
|
+
|
|
1085
|
+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
1086
|
+
|
|
1087
|
+
/*! ieee754 */
|
|
1088
|
+
|
|
1089
|
+
/*! imsc */
|
|
1090
|
+
|
|
1091
|
+
/*! inherits */
|
|
1092
|
+
|
|
1093
|
+
/*! is-alphabetical */
|
|
1094
|
+
|
|
1095
|
+
/*! is-alphanumerical */
|
|
1096
|
+
|
|
1097
|
+
/*! is-decimal */
|
|
1098
|
+
|
|
1099
|
+
/*! isarray */
|
|
1100
|
+
|
|
1101
|
+
/*! no static exports found */
|
|
1102
|
+
|
|
1103
|
+
/*! path-browserify */
|
|
1104
|
+
|
|
1105
|
+
/*! process-nextick-args */
|
|
1106
|
+
|
|
1107
|
+
/*! readable-stream/duplex.js */
|
|
1108
|
+
|
|
1109
|
+
/*! readable-stream/passthrough.js */
|
|
1110
|
+
|
|
1111
|
+
/*! readable-stream/readable.js */
|
|
1112
|
+
|
|
1113
|
+
/*! readable-stream/transform.js */
|
|
1114
|
+
|
|
1115
|
+
/*! readable-stream/writable.js */
|
|
1116
|
+
|
|
1117
|
+
/*! safe-buffer */
|
|
1118
|
+
|
|
1119
|
+
/*! sax */
|
|
1120
|
+
|
|
1121
|
+
/*! setimmediate */
|
|
1122
|
+
|
|
1123
|
+
/*! stream */
|
|
1124
|
+
|
|
1125
|
+
/*! string_decoder */
|
|
1126
|
+
|
|
1127
|
+
/*! string_decoder/ */
|
|
1128
|
+
|
|
1129
|
+
/*! ua-parser-js */
|
|
1130
|
+
|
|
1131
|
+
/*! url-toolkit */
|
|
1132
|
+
|
|
1133
|
+
/*! util */
|
|
1134
|
+
|
|
1135
|
+
/*! util-deprecate */
|
|
1136
|
+
|
|
1137
|
+
/*!******************!*\
|
|
1138
|
+
!*** ./index.js ***!
|
|
1139
|
+
\******************/
|
|
1140
|
+
|
|
1141
|
+
/*!********************!*\
|
|
1142
|
+
!*** ./src/hls.ts ***!
|
|
1143
|
+
\********************/
|
|
1144
|
+
|
|
1145
|
+
/*!**********************!*\
|
|
1146
|
+
!*** util (ignored) ***!
|
|
1147
|
+
\**********************/
|
|
1148
|
+
|
|
1149
|
+
/*!***********************!*\
|
|
1150
|
+
!*** ./src/config.ts ***!
|
|
1151
|
+
\***********************/
|
|
1152
|
+
|
|
1153
|
+
/*!***********************!*\
|
|
1154
|
+
!*** ./src/errors.ts ***!
|
|
1155
|
+
\***********************/
|
|
1156
|
+
|
|
1157
|
+
/*!***********************!*\
|
|
1158
|
+
!*** ./src/events.ts ***!
|
|
1159
|
+
\***********************/
|
|
1160
|
+
|
|
1161
|
+
/*!**************************!*\
|
|
1162
|
+
!*** ./src/demux/id3.ts ***!
|
|
1163
|
+
\**************************/
|
|
1164
|
+
|
|
1165
|
+
/*!**************************!*\
|
|
1166
|
+
!*** ./src/task-loop.ts ***!
|
|
1167
|
+
\**************************/
|
|
1168
|
+
|
|
1169
|
+
/*!***************************!*\
|
|
1170
|
+
!*** ./src/core/Debug.js ***!
|
|
1171
|
+
\***************************/
|
|
1172
|
+
|
|
1173
|
+
/*!***************************!*\
|
|
1174
|
+
!*** ./src/core/Utils.js ***!
|
|
1175
|
+
\***************************/
|
|
1176
|
+
|
|
1177
|
+
/*!***************************!*\
|
|
1178
|
+
!*** ./src/demux/adts.ts ***!
|
|
1179
|
+
\***************************/
|
|
1180
|
+
|
|
1181
|
+
/*!***************************!*\
|
|
1182
|
+
!*** ./src/types/cmcd.ts ***!
|
|
1183
|
+
\***************************/
|
|
1184
|
+
|
|
1185
|
+
/*!***************************!*\
|
|
1186
|
+
!*** ./src/utils/cues.ts ***!
|
|
1187
|
+
\***************************/
|
|
1188
|
+
|
|
1189
|
+
/*!***************************!*\
|
|
1190
|
+
!*** ./src/utils/ewma.ts ***!
|
|
1191
|
+
\***************************/
|
|
1192
|
+
|
|
1193
|
+
/*!****************************!*\
|
|
1194
|
+
!*** ./src/dash/vo/Mpd.js ***!
|
|
1195
|
+
\****************************/
|
|
1196
|
+
|
|
1197
|
+
/*!****************************!*\
|
|
413
1198
|
!*** ./src/types/level.ts ***!
|
|
414
1199
|
\****************************/
|
|
415
1200
|
|
|
416
|
-
/*!*****************************!*\
|
|
417
|
-
!*** ./
|
|
418
|
-
\*****************************/
|
|
1201
|
+
/*!*****************************!*\
|
|
1202
|
+
!*** ./externals/base64.js ***!
|
|
1203
|
+
\*****************************/
|
|
1204
|
+
|
|
1205
|
+
/*!*****************************!*\
|
|
1206
|
+
!*** ./src/core/Version.js ***!
|
|
1207
|
+
\*****************************/
|
|
1208
|
+
|
|
1209
|
+
/*!*****************************!*\
|
|
1210
|
+
!*** ./src/is-supported.ts ***!
|
|
1211
|
+
\*****************************/
|
|
1212
|
+
|
|
1213
|
+
/*!*****************************!*\
|
|
1214
|
+
!*** ./src/types/loader.ts ***!
|
|
1215
|
+
\*****************************/
|
|
1216
|
+
|
|
1217
|
+
/*!*****************************!*\
|
|
1218
|
+
!*** ./src/utils/codecs.ts ***!
|
|
1219
|
+
\*****************************/
|
|
1220
|
+
|
|
1221
|
+
/*!*****************************!*\
|
|
1222
|
+
!*** ./src/utils/logger.ts ***!
|
|
1223
|
+
\*****************************/
|
|
1224
|
+
|
|
1225
|
+
/*!*****************************!*\
|
|
1226
|
+
!*** ./src/utils/vttcue.ts ***!
|
|
1227
|
+
\*****************************/
|
|
1228
|
+
|
|
1229
|
+
/*!******************************!*\
|
|
1230
|
+
!*** ./src/core/EventBus.js ***!
|
|
1231
|
+
\******************************/
|
|
1232
|
+
|
|
1233
|
+
/*!******************************!*\
|
|
1234
|
+
!*** ./src/core/Settings.js ***!
|
|
1235
|
+
\******************************/
|
|
1236
|
+
|
|
1237
|
+
/*!******************************!*\
|
|
1238
|
+
!*** ./src/dash/vo/Event.js ***!
|
|
1239
|
+
\******************************/
|
|
1240
|
+
|
|
1241
|
+
/*!******************************!*\
|
|
1242
|
+
!*** ./src/types/demuxer.ts ***!
|
|
1243
|
+
\******************************/
|
|
1244
|
+
|
|
1245
|
+
/*!*******************************!*\
|
|
1246
|
+
!*** ./externals/xml2json.js ***!
|
|
1247
|
+
\*******************************/
|
|
1248
|
+
|
|
1249
|
+
/*!*******************************!*\
|
|
1250
|
+
!*** ./src/dash/vo/Period.js ***!
|
|
1251
|
+
\*******************************/
|
|
1252
|
+
|
|
1253
|
+
/*!********************************!*\
|
|
1254
|
+
!*** ./src/crypt/decrypter.ts ***!
|
|
1255
|
+
\********************************/
|
|
1256
|
+
|
|
1257
|
+
/*!********************************!*\
|
|
1258
|
+
!*** ./src/dash/vo/BaseURL.js ***!
|
|
1259
|
+
\********************************/
|
|
1260
|
+
|
|
1261
|
+
/*!********************************!*\
|
|
1262
|
+
!*** ./src/dash/vo/Segment.js ***!
|
|
1263
|
+
\********************************/
|
|
1264
|
+
|
|
1265
|
+
/*!********************************!*\
|
|
1266
|
+
!*** ./src/demux/mpegaudio.ts ***!
|
|
1267
|
+
\********************************/
|
|
1268
|
+
|
|
1269
|
+
/*!********************************!*\
|
|
1270
|
+
!*** ./src/demux/tsdemuxer.ts ***!
|
|
1271
|
+
\********************************/
|
|
1272
|
+
|
|
1273
|
+
/*!********************************!*\
|
|
1274
|
+
!*** ./src/loader/fragment.ts ***!
|
|
1275
|
+
\********************************/
|
|
1276
|
+
|
|
1277
|
+
/*!********************************!*\
|
|
1278
|
+
!*** ./src/utils/attr-list.ts ***!
|
|
1279
|
+
\********************************/
|
|
1280
|
+
|
|
1281
|
+
/*!********************************!*\
|
|
1282
|
+
!*** ./src/utils/mp4-tools.ts ***!
|
|
1283
|
+
\********************************/
|
|
1284
|
+
|
|
1285
|
+
/*!********************************!*\
|
|
1286
|
+
!*** ./src/utils/vttparser.ts ***!
|
|
1287
|
+
\********************************/
|
|
1288
|
+
|
|
1289
|
+
/*!*********************************!*\
|
|
1290
|
+
!*** ./src/crypt/aes-crypto.ts ***!
|
|
1291
|
+
\*********************************/
|
|
1292
|
+
|
|
1293
|
+
/*!*********************************!*\
|
|
1294
|
+
!*** ./src/dash/DashAdapter.js ***!
|
|
1295
|
+
\*********************************/
|
|
1296
|
+
|
|
1297
|
+
/*!*********************************!*\
|
|
1298
|
+
!*** ./src/dash/DashHandler.js ***!
|
|
1299
|
+
\*********************************/
|
|
1300
|
+
|
|
1301
|
+
/*!*********************************!*\
|
|
1302
|
+
!*** ./src/dash/DashMetrics.js ***!
|
|
1303
|
+
\*********************************/
|
|
1304
|
+
|
|
1305
|
+
/*!*********************************!*\
|
|
1306
|
+
!*** ./src/demux/aacdemuxer.ts ***!
|
|
1307
|
+
\*********************************/
|
|
1308
|
+
|
|
1309
|
+
/*!*********************************!*\
|
|
1310
|
+
!*** ./src/demux/exp-golomb.ts ***!
|
|
1311
|
+
\*********************************/
|
|
1312
|
+
|
|
1313
|
+
/*!*********************************!*\
|
|
1314
|
+
!*** ./src/demux/mp3demuxer.ts ***!
|
|
1315
|
+
\*********************************/
|
|
1316
|
+
|
|
1317
|
+
/*!*********************************!*\
|
|
1318
|
+
!*** ./src/demux/mp4demuxer.ts ***!
|
|
1319
|
+
\*********************************/
|
|
1320
|
+
|
|
1321
|
+
/*!*********************************!*\
|
|
1322
|
+
!*** ./src/demux/sample-aes.ts ***!
|
|
1323
|
+
\*********************************/
|
|
1324
|
+
|
|
1325
|
+
/*!*********************************!*\
|
|
1326
|
+
!*** ./src/demux/transmuxer.ts ***!
|
|
1327
|
+
\*********************************/
|
|
1328
|
+
|
|
1329
|
+
/*!*********************************!*\
|
|
1330
|
+
!*** ./src/loader/level-key.ts ***!
|
|
1331
|
+
\*********************************/
|
|
1332
|
+
|
|
1333
|
+
/*!*********************************!*\
|
|
1334
|
+
!*** ./src/polyfills/number.ts ***!
|
|
1335
|
+
\*********************************/
|
|
1336
|
+
|
|
1337
|
+
/*!*********************************!*\
|
|
1338
|
+
!*** ./src/remux/aac-helper.ts ***!
|
|
1339
|
+
\*********************************/
|
|
1340
|
+
|
|
1341
|
+
/*!*********************************!*\
|
|
1342
|
+
!*** ./src/streaming/Stream.js ***!
|
|
1343
|
+
\*********************************/
|
|
1344
|
+
|
|
1345
|
+
/*!*********************************!*\
|
|
1346
|
+
!*** ./src/types/transmuxer.ts ***!
|
|
1347
|
+
\*********************************/
|
|
1348
|
+
|
|
1349
|
+
/*!*********************************!*\
|
|
1350
|
+
!*** ./src/utils/xhr-loader.ts ***!
|
|
1351
|
+
\*********************************/
|
|
1352
|
+
|
|
1353
|
+
/*!**********************************!*\
|
|
1354
|
+
!*** ./index_mediaplayerOnly.js ***!
|
|
1355
|
+
\**********************************/
|
|
1356
|
+
|
|
1357
|
+
/*!**********************************!*\
|
|
1358
|
+
!*** ./src/core/FactoryMaker.js ***!
|
|
1359
|
+
\**********************************/
|
|
1360
|
+
|
|
1361
|
+
/*!**********************************!*\
|
|
1362
|
+
!*** ./src/dash/vo/MediaInfo.js ***!
|
|
1363
|
+
\**********************************/
|
|
1364
|
+
|
|
1365
|
+
/*!**********************************!*\
|
|
1366
|
+
!*** ./src/dash/vo/UTCTiming.js ***!
|
|
1367
|
+
\**********************************/
|
|
1368
|
+
|
|
1369
|
+
/*!**********************************!*\
|
|
1370
|
+
!*** ./src/demux/chunk-cache.ts ***!
|
|
1371
|
+
\**********************************/
|
|
1372
|
+
|
|
1373
|
+
/*!**********************************!*\
|
|
1374
|
+
!*** ./src/loader/date-range.ts ***!
|
|
1375
|
+
\**********************************/
|
|
1376
|
+
|
|
1377
|
+
/*!**********************************!*\
|
|
1378
|
+
!*** ./src/loader/key-loader.ts ***!
|
|
1379
|
+
\**********************************/
|
|
1380
|
+
|
|
1381
|
+
/*!**********************************!*\
|
|
1382
|
+
!*** ./src/loader/load-stats.ts ***!
|
|
1383
|
+
\**********************************/
|
|
1384
|
+
|
|
1385
|
+
/*!**********************************!*\
|
|
1386
|
+
!*** ./src/remux/mp4-remuxer.ts ***!
|
|
1387
|
+
\**********************************/
|
|
1388
|
+
|
|
1389
|
+
/*!**********************************!*\
|
|
1390
|
+
!*** ./src/utils/time-ranges.ts ***!
|
|
1391
|
+
\**********************************/
|
|
1392
|
+
|
|
1393
|
+
/*!**********************************!*\
|
|
1394
|
+
!*** ./src/utils/typed-array.ts ***!
|
|
1395
|
+
\**********************************/
|
|
1396
|
+
|
|
1397
|
+
/*!***********************************!*\
|
|
1398
|
+
!*** (webpack)/buildin/global.js ***!
|
|
1399
|
+
\***********************************/
|
|
1400
|
+
|
|
1401
|
+
/*!***********************************!*\
|
|
1402
|
+
!*** ./src/core/errors/Errors.js ***!
|
|
1403
|
+
\***********************************/
|
|
1404
|
+
|
|
1405
|
+
/*!***********************************!*\
|
|
1406
|
+
!*** ./src/core/events/Events.js ***!
|
|
1407
|
+
\***********************************/
|
|
1408
|
+
|
|
1409
|
+
/*!***********************************!*\
|
|
1410
|
+
!*** ./src/crypt/fast-aes-key.ts ***!
|
|
1411
|
+
\***********************************/
|
|
1412
|
+
|
|
1413
|
+
/*!***********************************!*\
|
|
1414
|
+
!*** ./src/dash/utils/Round10.js ***!
|
|
1415
|
+
\***********************************/
|
|
1416
|
+
|
|
1417
|
+
/*!***********************************!*\
|
|
1418
|
+
!*** ./src/dash/vo/StreamInfo.js ***!
|
|
1419
|
+
\***********************************/
|
|
1420
|
+
|
|
1421
|
+
/*!***********************************!*\
|
|
1422
|
+
!*** ./src/loader/m3u8-parser.ts ***!
|
|
1423
|
+
\***********************************/
|
|
1424
|
+
|
|
1425
|
+
/*!***********************************!*\
|
|
1426
|
+
!*** ./src/utils/fetch-loader.ts ***!
|
|
1427
|
+
\***********************************/
|
|
1428
|
+
|
|
1429
|
+
/*!************************************!*\
|
|
1430
|
+
!*** ./externals/cea608-parser.js ***!
|
|
1431
|
+
\************************************/
|
|
1432
|
+
|
|
1433
|
+
/*!************************************!*\
|
|
1434
|
+
!*** ./src/crypt/aes-decryptor.ts ***!
|
|
1435
|
+
\************************************/
|
|
1436
|
+
|
|
1437
|
+
/*!************************************!*\
|
|
1438
|
+
!*** ./src/dash/vo/EventStream.js ***!
|
|
1439
|
+
\************************************/
|
|
1440
|
+
|
|
1441
|
+
/*!************************************!*\
|
|
1442
|
+
!*** ./src/dash/vo/SimpleXPath.js ***!
|
|
1443
|
+
\************************************/
|
|
1444
|
+
|
|
1445
|
+
/*!************************************!*\
|
|
1446
|
+
!*** ./src/remux/mp4-generator.ts ***!
|
|
1447
|
+
\************************************/
|
|
1448
|
+
|
|
1449
|
+
/*!************************************!*\
|
|
1450
|
+
!*** ./src/streaming/vo/IsoBox.js ***!
|
|
1451
|
+
\************************************/
|
|
1452
|
+
|
|
1453
|
+
/*!************************************!*\
|
|
1454
|
+
!*** ./src/utils/binary-search.ts ***!
|
|
1455
|
+
\************************************/
|
|
1456
|
+
|
|
1457
|
+
/*!************************************!*\
|
|
1458
|
+
!*** ./src/utils/buffer-helper.ts ***!
|
|
1459
|
+
\************************************/
|
|
1460
|
+
|
|
1461
|
+
/*!************************************!*\
|
|
1462
|
+
!*** ./src/utils/output-filter.ts ***!
|
|
1463
|
+
\************************************/
|
|
1464
|
+
|
|
1465
|
+
/*!************************************!*\
|
|
1466
|
+
!*** ./src/utils/webvtt-parser.ts ***!
|
|
1467
|
+
\************************************/
|
|
1468
|
+
|
|
1469
|
+
/*!*************************************!*\
|
|
1470
|
+
!*** ./node_modules/sax/lib/sax.js ***!
|
|
1471
|
+
\*************************************/
|
|
1472
|
+
|
|
1473
|
+
/*!*************************************!*\
|
|
1474
|
+
!*** ./src/dash/vo/ManifestInfo.js ***!
|
|
1475
|
+
\*************************************/
|
|
1476
|
+
|
|
1477
|
+
/*!*************************************!*\
|
|
1478
|
+
!*** ./src/loader/level-details.ts ***!
|
|
1479
|
+
\*************************************/
|
|
1480
|
+
|
|
1481
|
+
/*!*************************************!*\
|
|
1482
|
+
!*** ./src/utils/cea-608-parser.ts ***!
|
|
1483
|
+
\*************************************/
|
|
1484
|
+
|
|
1485
|
+
/*!**************************************!*\
|
|
1486
|
+
!*** ./node_modules/bcp-47/index.js ***!
|
|
1487
|
+
\**************************************/
|
|
1488
|
+
|
|
1489
|
+
/*!**************************************!*\
|
|
1490
|
+
!*** ./src/dash/vo/AdaptationSet.js ***!
|
|
1491
|
+
\**************************************/
|
|
1492
|
+
|
|
1493
|
+
/*!**************************************!*\
|
|
1494
|
+
!*** ./src/streaming/MediaPlayer.js ***!
|
|
1495
|
+
\**************************************/
|
|
1496
|
+
|
|
1497
|
+
/*!**************************************!*\
|
|
1498
|
+
!*** ./src/streaming/XlinkLoader.js ***!
|
|
1499
|
+
\**************************************/
|
|
1500
|
+
|
|
1501
|
+
/*!**************************************!*\
|
|
1502
|
+
!*** ./src/utils/discontinuities.ts ***!
|
|
1503
|
+
\**************************************/
|
|
1504
|
+
|
|
1505
|
+
/*!**************************************!*\
|
|
1506
|
+
!*** ./src/utils/texttrack-utils.ts ***!
|
|
1507
|
+
\**************************************/
|
|
1508
|
+
|
|
1509
|
+
/*!***************************************!*\
|
|
1510
|
+
!*** ./node_modules/ieee754/index.js ***!
|
|
1511
|
+
\***************************************/
|
|
1512
|
+
|
|
1513
|
+
/*!***************************************!*\
|
|
1514
|
+
!*** ./node_modules/isarray/index.js ***!
|
|
1515
|
+
\***************************************/
|
|
1516
|
+
|
|
1517
|
+
/*!***************************************!*\
|
|
1518
|
+
!*** ./src/core/errors/ErrorsBase.js ***!
|
|
1519
|
+
\***************************************/
|
|
1520
|
+
|
|
1521
|
+
/*!***************************************!*\
|
|
1522
|
+
!*** ./src/core/events/CoreEvents.js ***!
|
|
1523
|
+
\***************************************/
|
|
1524
|
+
|
|
1525
|
+
/*!***************************************!*\
|
|
1526
|
+
!*** ./src/core/events/EventsBase.js ***!
|
|
1527
|
+
\***************************************/
|
|
1528
|
+
|
|
1529
|
+
/*!***************************************!*\
|
|
1530
|
+
!*** ./src/dash/SegmentBaseLoader.js ***!
|
|
1531
|
+
\***************************************/
|
|
1532
|
+
|
|
1533
|
+
/*!***************************************!*\
|
|
1534
|
+
!*** ./src/dash/parser/DashParser.js ***!
|
|
1535
|
+
\***************************************/
|
|
1536
|
+
|
|
1537
|
+
/*!***************************************!*\
|
|
1538
|
+
!*** ./src/dash/parser/objectiron.js ***!
|
|
1539
|
+
\***************************************/
|
|
1540
|
+
|
|
1541
|
+
/*!***************************************!*\
|
|
1542
|
+
!*** ./src/dash/vo/PatchOperation.js ***!
|
|
1543
|
+
\***************************************/
|
|
1544
|
+
|
|
1545
|
+
/*!***************************************!*\
|
|
1546
|
+
!*** ./src/dash/vo/Representation.js ***!
|
|
1547
|
+
\***************************************/
|
|
1548
|
+
|
|
1549
|
+
/*!***************************************!*\
|
|
1550
|
+
!*** ./src/loader/fragment-loader.ts ***!
|
|
1551
|
+
\***************************************/
|
|
1552
|
+
|
|
1553
|
+
/*!***************************************!*\
|
|
1554
|
+
!*** ./src/loader/playlist-loader.ts ***!
|
|
1555
|
+
\***************************************/
|
|
1556
|
+
|
|
1557
|
+
/*!***************************************!*\
|
|
1558
|
+
!*** ./src/streaming/vo/DataChunk.js ***!
|
|
1559
|
+
\***************************************/
|
|
1560
|
+
|
|
1561
|
+
/*!***************************************!*\
|
|
1562
|
+
!*** ./src/streaming/vo/Thumbnail.js ***!
|
|
1563
|
+
\***************************************/
|
|
1564
|
+
|
|
1565
|
+
/*!***************************************!*\
|
|
1566
|
+
!*** ./src/utils/mediakeys-helper.ts ***!
|
|
1567
|
+
\***************************************/
|
|
1568
|
+
|
|
1569
|
+
/*!****************************************!*\
|
|
1570
|
+
!*** (webpack)/buildin/amd-options.js ***!
|
|
1571
|
+
\****************************************/
|
|
1572
|
+
|
|
1573
|
+
/*!****************************************!*\
|
|
1574
|
+
!*** ./src/controller/level-helper.ts ***!
|
|
1575
|
+
\****************************************/
|
|
1576
|
+
|
|
1577
|
+
/*!****************************************!*\
|
|
1578
|
+
!*** ./src/dash/vo/ContentSteering.js ***!
|
|
1579
|
+
\****************************************/
|
|
1580
|
+
|
|
1581
|
+
/*!****************************************!*\
|
|
1582
|
+
!*** ./src/demux/transmuxer-worker.ts ***!
|
|
1583
|
+
\****************************************/
|
|
1584
|
+
|
|
1585
|
+
/*!****************************************!*\
|
|
1586
|
+
!*** ./src/streaming/net/URLLoader.js ***!
|
|
1587
|
+
\****************************************/
|
|
1588
|
+
|
|
1589
|
+
/*!****************************************!*\
|
|
1590
|
+
!*** ./src/streaming/net/XHRLoader.js ***!
|
|
1591
|
+
\****************************************/
|
|
1592
|
+
|
|
1593
|
+
/*!****************************************!*\
|
|
1594
|
+
!*** ./src/streaming/utils/IsoFile.js ***!
|
|
1595
|
+
\****************************************/
|
|
1596
|
+
|
|
1597
|
+
/*!****************************************!*\
|
|
1598
|
+
!*** ./src/utils/imsc1-ttml-parser.ts ***!
|
|
1599
|
+
\****************************************/
|
|
1600
|
+
|
|
1601
|
+
/*!*****************************************!*\
|
|
1602
|
+
!*** ./node_modules/base64-js/index.js ***!
|
|
1603
|
+
\*****************************************/
|
|
1604
|
+
|
|
1605
|
+
/*!*****************************************!*\
|
|
1606
|
+
!*** ./node_modules/process/browser.js ***!
|
|
1607
|
+
\*****************************************/
|
|
1608
|
+
|
|
1609
|
+
/*!*****************************************!*\
|
|
1610
|
+
!*** ./src/dash/parser/maps/MapNode.js ***!
|
|
1611
|
+
\*****************************************/
|
|
1612
|
+
|
|
1613
|
+
/*!*****************************************!*\
|
|
1614
|
+
!*** ./src/dash/utils/SegmentsUtils.js ***!
|
|
1615
|
+
\*****************************************/
|
|
1616
|
+
|
|
1617
|
+
/*!*****************************************!*\
|
|
1618
|
+
!*** ./src/demux/base-audio-demuxer.ts ***!
|
|
1619
|
+
\*****************************************/
|
|
1620
|
+
|
|
1621
|
+
/*!*****************************************!*\
|
|
1622
|
+
!*** ./src/demux/webworkify-webpack.js ***!
|
|
1623
|
+
\*****************************************/
|
|
1624
|
+
|
|
1625
|
+
/*!*****************************************!*\
|
|
1626
|
+
!*** ./src/streaming/FragmentLoader.js ***!
|
|
1627
|
+
\*****************************************/
|
|
1628
|
+
|
|
1629
|
+
/*!*****************************************!*\
|
|
1630
|
+
!*** ./src/streaming/ManifestLoader.js ***!
|
|
1631
|
+
\*****************************************/
|
|
1632
|
+
|
|
1633
|
+
/*!*****************************************!*\
|
|
1634
|
+
!*** ./src/streaming/net/HTTPLoader.js ***!
|
|
1635
|
+
\*****************************************/
|
|
1636
|
+
|
|
1637
|
+
/*!*****************************************!*\
|
|
1638
|
+
!*** ./src/streaming/utils/URLUtils.js ***!
|
|
1639
|
+
\*****************************************/
|
|
1640
|
+
|
|
1641
|
+
/*!*****************************************!*\
|
|
1642
|
+
!*** ./src/streaming/vo/BitrateInfo.js ***!
|
|
1643
|
+
\*****************************************/
|
|
1644
|
+
|
|
1645
|
+
/*!*****************************************!*\
|
|
1646
|
+
!*** ./src/streaming/vo/DashJSError.js ***!
|
|
1647
|
+
\*****************************************/
|
|
1648
|
+
|
|
1649
|
+
/*!*****************************************!*\
|
|
1650
|
+
!*** ./src/streaming/vo/HeadRequest.js ***!
|
|
1651
|
+
\*****************************************/
|
|
1652
|
+
|
|
1653
|
+
/*!*****************************************!*\
|
|
1654
|
+
!*** ./src/streaming/vo/MetricsList.js ***!
|
|
1655
|
+
\*****************************************/
|
|
1656
|
+
|
|
1657
|
+
/*!*****************************************!*\
|
|
1658
|
+
!*** ./src/streaming/vo/TextRequest.js ***!
|
|
1659
|
+
\*****************************************/
|
|
1660
|
+
|
|
1661
|
+
/*!*****************************************!*\
|
|
1662
|
+
!*** ./src/utils/mediasource-helper.ts ***!
|
|
1663
|
+
\*****************************************/
|
|
1664
|
+
|
|
1665
|
+
/*!******************************************!*\
|
|
1666
|
+
!*** ./node_modules/bcp-47/lib/parse.js ***!
|
|
1667
|
+
\******************************************/
|
|
1668
|
+
|
|
1669
|
+
/*!******************************************!*\
|
|
1670
|
+
!*** ./node_modules/es6-promise/auto.js ***!
|
|
1671
|
+
\******************************************/
|
|
1672
|
+
|
|
1673
|
+
/*!******************************************!*\
|
|
1674
|
+
!*** ./node_modules/is-decimal/index.js ***!
|
|
1675
|
+
\******************************************/
|
|
1676
|
+
|
|
1677
|
+
/*!******************************************!*\
|
|
1678
|
+
!*** ./src/controller/abr-controller.ts ***!
|
|
1679
|
+
\******************************************/
|
|
1680
|
+
|
|
1681
|
+
/*!******************************************!*\
|
|
1682
|
+
!*** ./src/controller/eme-controller.ts ***!
|
|
1683
|
+
\******************************************/
|
|
1684
|
+
|
|
1685
|
+
/*!******************************************!*\
|
|
1686
|
+
!*** ./src/controller/fps-controller.ts ***!
|
|
1687
|
+
\******************************************/
|
|
1688
|
+
|
|
1689
|
+
/*!******************************************!*\
|
|
1690
|
+
!*** ./src/controller/gap-controller.ts ***!
|
|
1691
|
+
\******************************************/
|
|
1692
|
+
|
|
1693
|
+
/*!******************************************!*\
|
|
1694
|
+
!*** ./src/demux/dummy-demuxed-track.ts ***!
|
|
1695
|
+
\******************************************/
|
|
1696
|
+
|
|
1697
|
+
/*!******************************************!*\
|
|
1698
|
+
!*** ./src/remux/passthrough-remuxer.ts ***!
|
|
1699
|
+
\******************************************/
|
|
1700
|
+
|
|
1701
|
+
/*!******************************************!*\
|
|
1702
|
+
!*** ./src/streaming/ManifestUpdater.js ***!
|
|
1703
|
+
\******************************************/
|
|
1704
|
+
|
|
1705
|
+
/*!******************************************!*\
|
|
1706
|
+
!*** ./src/streaming/StreamProcessor.js ***!
|
|
1707
|
+
\******************************************/
|
|
1708
|
+
|
|
1709
|
+
/*!******************************************!*\
|
|
1710
|
+
!*** ./src/streaming/net/FetchLoader.js ***!
|
|
1711
|
+
\******************************************/
|
|
1712
|
+
|
|
1713
|
+
/*!******************************************!*\
|
|
1714
|
+
!*** ./src/streaming/text/TextTracks.js ***!
|
|
1715
|
+
\******************************************/
|
|
1716
|
+
|
|
1717
|
+
/*!******************************************!*\
|
|
1718
|
+
!*** ./src/streaming/utils/BoxParser.js ***!
|
|
1719
|
+
\******************************************/
|
|
1720
|
+
|
|
1721
|
+
/*!******************************************!*\
|
|
1722
|
+
!*** ./src/streaming/utils/InitCache.js ***!
|
|
1723
|
+
\******************************************/
|
|
1724
|
+
|
|
1725
|
+
/*!******************************************!*\
|
|
1726
|
+
!*** ./src/streaming/utils/VTTParser.js ***!
|
|
1727
|
+
\******************************************/
|
|
1728
|
+
|
|
1729
|
+
/*!*******************************************!*\
|
|
1730
|
+
!*** ./node_modules/safe-buffer/index.js ***!
|
|
1731
|
+
\*******************************************/
|
|
1732
|
+
|
|
1733
|
+
/*!*******************************************!*\
|
|
1734
|
+
!*** ./src/controller/cmcd-controller.ts ***!
|
|
1735
|
+
\*******************************************/
|
|
1736
|
+
|
|
1737
|
+
/*!*******************************************!*\
|
|
1738
|
+
!*** ./src/dash/WebmSegmentBaseLoader.js ***!
|
|
1739
|
+
\*******************************************/
|
|
1740
|
+
|
|
1741
|
+
/*!*******************************************!*\
|
|
1742
|
+
!*** ./src/dash/vo/RepresentationInfo.js ***!
|
|
1743
|
+
\*******************************************/
|
|
1744
|
+
|
|
1745
|
+
/*!*******************************************!*\
|
|
1746
|
+
!*** ./src/demux/transmuxer-interface.ts ***!
|
|
1747
|
+
\*******************************************/
|
|
1748
|
+
|
|
1749
|
+
/*!*******************************************!*\
|
|
1750
|
+
!*** ./src/streaming/SourceBufferSink.js ***!
|
|
1751
|
+
\*******************************************/
|
|
1752
|
+
|
|
1753
|
+
/*!*******************************************!*\
|
|
1754
|
+
!*** ./src/streaming/metrics/vo/Range.js ***!
|
|
1755
|
+
\*******************************************/
|
|
1756
|
+
|
|
1757
|
+
/*!*******************************************!*\
|
|
1758
|
+
!*** ./src/streaming/models/CmcdModel.js ***!
|
|
1759
|
+
\*******************************************/
|
|
1760
|
+
|
|
1761
|
+
/*!*******************************************!*\
|
|
1762
|
+
!*** ./src/streaming/utils/DOMStorage.js ***!
|
|
1763
|
+
\*******************************************/
|
|
1764
|
+
|
|
1765
|
+
/*!*******************************************!*\
|
|
1766
|
+
!*** ./src/streaming/utils/EBMLParser.js ***!
|
|
1767
|
+
\*******************************************/
|
|
1768
|
+
|
|
1769
|
+
/*!*******************************************!*\
|
|
1770
|
+
!*** ./src/streaming/utils/TTMLParser.js ***!
|
|
1771
|
+
\*******************************************/
|
|
1772
|
+
|
|
1773
|
+
/*!*******************************************!*\
|
|
1774
|
+
!*** ./src/streaming/vo/TextTrackInfo.js ***!
|
|
1775
|
+
\*******************************************/
|
|
1776
|
+
|
|
1777
|
+
/*!*******************************************!*\
|
|
1778
|
+
!*** ./src/utils/timescale-conversion.ts ***!
|
|
1779
|
+
\*******************************************/
|
|
1780
|
+
|
|
1781
|
+
/*!********************************************!*\
|
|
1782
|
+
!*** ./node_modules/bcp-47-match/index.js ***!
|
|
1783
|
+
\********************************************/
|
|
1784
|
+
|
|
1785
|
+
/*!********************************************!*\
|
|
1786
|
+
!*** ./src/controller/fragment-finders.ts ***!
|
|
1787
|
+
\********************************************/
|
|
1788
|
+
|
|
1789
|
+
/*!********************************************!*\
|
|
1790
|
+
!*** ./src/controller/fragment-tracker.ts ***!
|
|
1791
|
+
\********************************************/
|
|
1792
|
+
|
|
1793
|
+
/*!********************************************!*\
|
|
1794
|
+
!*** ./src/controller/level-controller.ts ***!
|
|
1795
|
+
\********************************************/
|
|
1796
|
+
|
|
1797
|
+
/*!********************************************!*\
|
|
1798
|
+
!*** ./src/streaming/MediaPlayerEvents.js ***!
|
|
1799
|
+
\********************************************/
|
|
1800
|
+
|
|
1801
|
+
/*!********************************************!*\
|
|
1802
|
+
!*** ./src/streaming/metrics/utils/RNG.js ***!
|
|
1803
|
+
\********************************************/
|
|
1804
|
+
|
|
1805
|
+
/*!********************************************!*\
|
|
1806
|
+
!*** ./src/streaming/models/VideoModel.js ***!
|
|
1807
|
+
\********************************************/
|
|
1808
|
+
|
|
1809
|
+
/*!********************************************!*\
|
|
1810
|
+
!*** ./src/streaming/rules/abr/L2ARule.js ***!
|
|
1811
|
+
\********************************************/
|
|
1812
|
+
|
|
1813
|
+
/*!********************************************!*\
|
|
1814
|
+
!*** ./src/streaming/utils/ObjectUtils.js ***!
|
|
1815
|
+
\********************************************/
|
|
1816
|
+
|
|
1817
|
+
/*!*********************************************!*\
|
|
1818
|
+
!*** ./node_modules/eventemitter3/index.js ***!
|
|
1819
|
+
\*********************************************/
|
|
1820
|
+
|
|
1821
|
+
/*!*********************************************!*\
|
|
1822
|
+
!*** ./src/controller/buffer-controller.ts ***!
|
|
1823
|
+
\*********************************************/
|
|
1824
|
+
|
|
1825
|
+
/*!*********************************************!*\
|
|
1826
|
+
!*** ./src/controller/stream-controller.ts ***!
|
|
1827
|
+
\*********************************************/
|
|
1828
|
+
|
|
1829
|
+
/*!*********************************************!*\
|
|
1830
|
+
!*** ./src/dash/constants/DashConstants.js ***!
|
|
1831
|
+
\*********************************************/
|
|
1832
|
+
|
|
1833
|
+
/*!*********************************************!*\
|
|
1834
|
+
!*** ./src/dash/utils/SegmentBaseGetter.js ***!
|
|
1835
|
+
\*********************************************/
|
|
1836
|
+
|
|
1837
|
+
/*!*********************************************!*\
|
|
1838
|
+
!*** ./src/dash/utils/TimelineConverter.js ***!
|
|
1839
|
+
\*********************************************/
|
|
1840
|
+
|
|
1841
|
+
/*!*********************************************!*\
|
|
1842
|
+
!*** ./src/streaming/MediaPlayerFactory.js ***!
|
|
1843
|
+
\*********************************************/
|
|
1844
|
+
|
|
1845
|
+
/*!*********************************************!*\
|
|
1846
|
+
!*** ./src/streaming/metrics/vo/Metrics.js ***!
|
|
1847
|
+
\*********************************************/
|
|
1848
|
+
|
|
1849
|
+
/*!*********************************************!*\
|
|
1850
|
+
!*** ./src/streaming/rules/RulesContext.js ***!
|
|
1851
|
+
\*********************************************/
|
|
1852
|
+
|
|
1853
|
+
/*!*********************************************!*\
|
|
1854
|
+
!*** ./src/streaming/rules/abr/BolaRule.js ***!
|
|
1855
|
+
\*********************************************/
|
|
1856
|
+
|
|
1857
|
+
/*!*********************************************!*\
|
|
1858
|
+
!*** ./src/streaming/utils/Capabilities.js ***!
|
|
1859
|
+
\*********************************************/
|
|
1860
|
+
|
|
1861
|
+
/*!*********************************************!*\
|
|
1862
|
+
!*** ./src/streaming/utils/ErrorHandler.js ***!
|
|
1863
|
+
\*********************************************/
|
|
1864
|
+
|
|
1865
|
+
/*!*********************************************!*\
|
|
1866
|
+
!*** ./src/streaming/vo/FragmentRequest.js ***!
|
|
1867
|
+
\*********************************************/
|
|
1868
|
+
|
|
1869
|
+
/*!*********************************************!*\
|
|
1870
|
+
!*** ./src/streaming/vo/URIFragmentData.js ***!
|
|
1871
|
+
\*********************************************/
|
|
1872
|
+
|
|
1873
|
+
/*!*********************************************!*\
|
|
1874
|
+
!*** ./src/streaming/vo/metrics/DVRInfo.js ***!
|
|
1875
|
+
\*********************************************/
|
|
1876
|
+
|
|
1877
|
+
/*!**********************************************!*\
|
|
1878
|
+
!*** ./node_modules/bcp-47/lib/regular.json ***!
|
|
1879
|
+
\**********************************************/
|
|
1880
|
+
|
|
1881
|
+
/*!**********************************************!*\
|
|
1882
|
+
!*** ./node_modules/bcp-47/lib/stringify.js ***!
|
|
1883
|
+
\**********************************************/
|
|
1884
|
+
|
|
1885
|
+
/*!**********************************************!*\
|
|
1886
|
+
!*** ./node_modules/imsc/src/main/js/doc.js ***!
|
|
1887
|
+
\**********************************************/
|
|
1888
|
+
|
|
1889
|
+
/*!**********************************************!*\
|
|
1890
|
+
!*** ./node_modules/imsc/src/main/js/isd.js ***!
|
|
1891
|
+
\**********************************************/
|
|
1892
|
+
|
|
1893
|
+
/*!**********************************************!*\
|
|
1894
|
+
!*** ./src/controller/latency-controller.ts ***!
|
|
1895
|
+
\**********************************************/
|
|
1896
|
+
|
|
1897
|
+
/*!**********************************************!*\
|
|
1898
|
+
!*** ./src/dash/models/DashManifestModel.js ***!
|
|
1899
|
+
\**********************************************/
|
|
1900
|
+
|
|
1901
|
+
/*!**********************************************!*\
|
|
1902
|
+
!*** ./src/dash/utils/ListSegmentsGetter.js ***!
|
|
1903
|
+
\**********************************************/
|
|
1904
|
+
|
|
1905
|
+
/*!**********************************************!*\
|
|
1906
|
+
!*** ./src/dash/vo/ProducerReferenceTime.js ***!
|
|
1907
|
+
\**********************************************/
|
|
1908
|
+
|
|
1909
|
+
/*!**********************************************!*\
|
|
1910
|
+
!*** ./src/streaming/constants/Constants.js ***!
|
|
1911
|
+
\**********************************************/
|
|
1912
|
+
|
|
1913
|
+
/*!**********************************************!*\
|
|
1914
|
+
!*** ./src/streaming/models/MetricsModel.js ***!
|
|
1915
|
+
\**********************************************/
|
|
1916
|
+
|
|
1917
|
+
/*!**********************************************!*\
|
|
1918
|
+
!*** ./src/streaming/rules/SwitchRequest.js ***!
|
|
1919
|
+
\**********************************************/
|
|
1920
|
+
|
|
1921
|
+
/*!**********************************************!*\
|
|
1922
|
+
!*** ./src/streaming/text/TextController.js ***!
|
|
1923
|
+
\**********************************************/
|
|
1924
|
+
|
|
1925
|
+
/*!**********************************************!*\
|
|
1926
|
+
!*** ./src/streaming/vo/IsoBoxSearchInfo.js ***!
|
|
1927
|
+
\**********************************************/
|
|
1928
|
+
|
|
1929
|
+
/*!**********************************************!*\
|
|
1930
|
+
!*** ./src/streaming/vo/metrics/PlayList.js ***!
|
|
1931
|
+
\**********************************************/
|
|
1932
|
+
|
|
1933
|
+
/*!***********************************************!*\
|
|
1934
|
+
!*** ./node_modules/core-util-is/lib/util.js ***!
|
|
1935
|
+
\***********************************************/
|
|
1936
|
+
|
|
1937
|
+
/*!***********************************************!*\
|
|
1938
|
+
!*** ./node_modules/fast-deep-equal/index.js ***!
|
|
1939
|
+
\***********************************************/
|
|
1940
|
+
|
|
1941
|
+
/*!***********************************************!*\
|
|
1942
|
+
!*** ./node_modules/imsc/src/main/js/html.js ***!
|
|
1943
|
+
\***********************************************/
|
|
1944
|
+
|
|
1945
|
+
/*!***********************************************!*\
|
|
1946
|
+
!*** ./node_modules/imsc/src/main/js/main.js ***!
|
|
1947
|
+
\***********************************************/
|
|
1948
|
+
|
|
1949
|
+
/*!***********************************************!*\
|
|
1950
|
+
!*** ./node_modules/is-alphabetical/index.js ***!
|
|
1951
|
+
\***********************************************/
|
|
1952
|
+
|
|
1953
|
+
/*!***********************************************!*\
|
|
1954
|
+
!*** ./node_modules/path-browserify/index.js ***!
|
|
1955
|
+
\***********************************************/
|
|
1956
|
+
|
|
1957
|
+
/*!***********************************************!*\
|
|
1958
|
+
!*** ./src/controller/timeline-controller.ts ***!
|
|
1959
|
+
\***********************************************/
|
|
1960
|
+
|
|
1961
|
+
/*!***********************************************!*\
|
|
1962
|
+
!*** ./src/dash/models/PatchManifestModel.js ***!
|
|
1963
|
+
\***********************************************/
|
|
1964
|
+
|
|
1965
|
+
/*!***********************************************!*\
|
|
1966
|
+
!*** ./src/dash/vo/ContentSteeringRequest.js ***!
|
|
1967
|
+
\***********************************************/
|
|
1968
|
+
|
|
1969
|
+
/*!***********************************************!*\
|
|
1970
|
+
!*** ./src/streaming/metrics/vo/DVBErrors.js ***!
|
|
1971
|
+
\***********************************************/
|
|
1972
|
+
|
|
1973
|
+
/*!***********************************************!*\
|
|
1974
|
+
!*** ./src/streaming/metrics/vo/Reporting.js ***!
|
|
1975
|
+
\***********************************************/
|
|
1976
|
+
|
|
1977
|
+
/*!***********************************************!*\
|
|
1978
|
+
!*** ./src/streaming/models/FragmentModel.js ***!
|
|
1979
|
+
\***********************************************/
|
|
1980
|
+
|
|
1981
|
+
/*!***********************************************!*\
|
|
1982
|
+
!*** ./src/streaming/models/ManifestModel.js ***!
|
|
1983
|
+
\***********************************************/
|
|
1984
|
+
|
|
1985
|
+
/*!***********************************************!*\
|
|
1986
|
+
!*** ./src/utils/ewma-bandwidth-estimator.ts ***!
|
|
1987
|
+
\***********************************************/
|
|
1988
|
+
|
|
1989
|
+
/*!************************************************!*\
|
|
1990
|
+
!*** ./node_modules/bcp-47-normalize/index.js ***!
|
|
1991
|
+
\************************************************/
|
|
1992
|
+
|
|
1993
|
+
/*!************************************************!*\
|
|
1994
|
+
!*** ./node_modules/bcp-47/lib/normalize.json ***!
|
|
1995
|
+
\************************************************/
|
|
1996
|
+
|
|
1997
|
+
/*!************************************************!*\
|
|
1998
|
+
!*** ./node_modules/imsc/src/main/js/names.js ***!
|
|
1999
|
+
\************************************************/
|
|
2000
|
+
|
|
2001
|
+
/*!************************************************!*\
|
|
2002
|
+
!*** ./node_modules/imsc/src/main/js/utils.js ***!
|
|
2003
|
+
\************************************************/
|
|
2004
|
+
|
|
2005
|
+
/*!************************************************!*\
|
|
2006
|
+
!*** ./node_modules/util-deprecate/browser.js ***!
|
|
2007
|
+
\************************************************/
|
|
2008
|
+
|
|
2009
|
+
/*!************************************************!*\
|
|
2010
|
+
!*** ./src/controller/cap-level-controller.ts ***!
|
|
2011
|
+
\************************************************/
|
|
2012
|
+
|
|
2013
|
+
/*!************************************************!*\
|
|
2014
|
+
!*** ./src/controller/id3-track-controller.ts ***!
|
|
2015
|
+
\************************************************/
|
|
2016
|
+
|
|
2017
|
+
/*!************************************************!*\
|
|
2018
|
+
!*** ./src/dash/parser/maps/CommonProperty.js ***!
|
|
2019
|
+
\************************************************/
|
|
2020
|
+
|
|
2021
|
+
/*!************************************************!*\
|
|
2022
|
+
!*** ./src/dash/vo/ContentSteeringResponse.js ***!
|
|
2023
|
+
\************************************************/
|
|
2024
|
+
|
|
2025
|
+
/*!************************************************!*\
|
|
2026
|
+
!*** ./src/streaming/protection/Protection.js ***!
|
|
2027
|
+
\************************************************/
|
|
2028
|
+
|
|
2029
|
+
/*!************************************************!*\
|
|
2030
|
+
!*** ./src/streaming/protection/vo/KeyPair.js ***!
|
|
2031
|
+
\************************************************/
|
|
2032
|
+
|
|
2033
|
+
/*!************************************************!*\
|
|
2034
|
+
!*** ./src/streaming/protection/vo/NeedKey.js ***!
|
|
2035
|
+
\************************************************/
|
|
2036
|
+
|
|
2037
|
+
/*!************************************************!*\
|
|
2038
|
+
!*** ./src/streaming/text/TextSourceBuffer.js ***!
|
|
2039
|
+
\************************************************/
|
|
2040
|
+
|
|
2041
|
+
/*!************************************************!*\
|
|
2042
|
+
!*** ./src/streaming/utils/BaseURLSelector.js ***!
|
|
2043
|
+
\************************************************/
|
|
2044
|
+
|
|
2045
|
+
/*!************************************************!*\
|
|
2046
|
+
!*** ./src/streaming/utils/DefaultURLUtils.js ***!
|
|
2047
|
+
\************************************************/
|
|
2048
|
+
|
|
2049
|
+
/*!************************************************!*\
|
|
2050
|
+
!*** ./src/streaming/utils/RequestModifier.js ***!
|
|
2051
|
+
\************************************************/
|
|
2052
|
+
|
|
2053
|
+
/*!************************************************!*\
|
|
2054
|
+
!*** ./src/streaming/utils/SupervisorTools.js ***!
|
|
2055
|
+
\************************************************/
|
|
2056
|
+
|
|
2057
|
+
/*!************************************************!*\
|
|
2058
|
+
!*** ./src/streaming/vo/ThumbnailTrackInfo.js ***!
|
|
2059
|
+
\************************************************/
|
|
2060
|
+
|
|
2061
|
+
/*!*************************************************!*\
|
|
2062
|
+
!*** ./node_modules/imsc/src/main/js/styles.js ***!
|
|
2063
|
+
\*************************************************/
|
|
2064
|
+
|
|
2065
|
+
/*!*************************************************!*\
|
|
2066
|
+
!*** ./node_modules/is-alphanumerical/index.js ***!
|
|
2067
|
+
\*************************************************/
|
|
2068
|
+
|
|
2069
|
+
/*!*************************************************!*\
|
|
2070
|
+
!*** ./node_modules/stream-browserify/index.js ***!
|
|
2071
|
+
\*************************************************/
|
|
2072
|
+
|
|
2073
|
+
/*!*************************************************!*\
|
|
2074
|
+
!*** ./src/dash/parser/matchers/BaseMatcher.js ***!
|
|
2075
|
+
\*************************************************/
|
|
2076
|
+
|
|
2077
|
+
/*!*************************************************!*\
|
|
2078
|
+
!*** ./src/dash/parser/matchers/LangMatcher.js ***!
|
|
2079
|
+
\*************************************************/
|
|
2080
|
+
|
|
2081
|
+
/*!*************************************************!*\
|
|
2082
|
+
!*** ./src/streaming/rules/abr/lolp/QoeInfo.js ***!
|
|
2083
|
+
\*************************************************/
|
|
2084
|
+
|
|
2085
|
+
/*!*************************************************!*\
|
|
2086
|
+
!*** ./src/streaming/utils/CustomTimeRanges.js ***!
|
|
2087
|
+
\*************************************************/
|
|
2088
|
+
|
|
2089
|
+
/*!*************************************************!*\
|
|
2090
|
+
!*** ./src/streaming/vo/metrics/BufferLevel.js ***!
|
|
2091
|
+
\*************************************************/
|
|
2092
|
+
|
|
2093
|
+
/*!*************************************************!*\
|
|
2094
|
+
!*** ./src/streaming/vo/metrics/BufferState.js ***!
|
|
2095
|
+
\*************************************************/
|
|
2096
|
+
|
|
2097
|
+
/*!*************************************************!*\
|
|
2098
|
+
!*** ./src/streaming/vo/metrics/HTTPRequest.js ***!
|
|
2099
|
+
\*************************************************/
|
|
2100
|
+
|
|
2101
|
+
/*!**************************************************!*\
|
|
2102
|
+
!*** ./src/controller/audio-track-controller.ts ***!
|
|
2103
|
+
\**************************************************/
|
|
2104
|
+
|
|
2105
|
+
/*!**************************************************!*\
|
|
2106
|
+
!*** ./src/controller/base-stream-controller.ts ***!
|
|
2107
|
+
\**************************************************/
|
|
2108
|
+
|
|
2109
|
+
/*!**************************************************!*\
|
|
2110
|
+
!*** ./src/controller/buffer-operation-queue.ts ***!
|
|
2111
|
+
\**************************************************/
|
|
2112
|
+
|
|
2113
|
+
/*!**************************************************!*\
|
|
2114
|
+
!*** ./src/dash/parser/maps/SegmentValuesMap.js ***!
|
|
2115
|
+
\**************************************************/
|
|
2116
|
+
|
|
2117
|
+
/*!**************************************************!*\
|
|
2118
|
+
!*** ./src/dash/utils/TemplateSegmentsGetter.js ***!
|
|
2119
|
+
\**************************************************/
|
|
2120
|
+
|
|
2121
|
+
/*!**************************************************!*\
|
|
2122
|
+
!*** ./src/dash/utils/TimelineSegmentsGetter.js ***!
|
|
2123
|
+
\**************************************************/
|
|
2124
|
+
|
|
2125
|
+
/*!**************************************************!*\
|
|
2126
|
+
!*** ./src/streaming/models/BaseURLTreeModel.js ***!
|
|
2127
|
+
\**************************************************/
|
|
2128
|
+
|
|
2129
|
+
/*!**************************************************!*\
|
|
2130
|
+
!*** ./src/streaming/models/MediaPlayerModel.js ***!
|
|
2131
|
+
\**************************************************/
|
|
2132
|
+
|
|
2133
|
+
/*!**************************************************!*\
|
|
2134
|
+
!*** ./src/streaming/models/URIFragmentModel.js ***!
|
|
2135
|
+
\**************************************************/
|
|
2136
|
+
|
|
2137
|
+
/*!**************************************************!*\
|
|
2138
|
+
!*** ./src/streaming/net/SchemeLoaderFactory.js ***!
|
|
2139
|
+
\**************************************************/
|
|
2140
|
+
|
|
2141
|
+
/*!**************************************************!*\
|
|
2142
|
+
!*** ./src/streaming/rules/ThroughputHistory.js ***!
|
|
2143
|
+
\**************************************************/
|
|
2144
|
+
|
|
2145
|
+
/*!**************************************************!*\
|
|
2146
|
+
!*** ./src/streaming/rules/abr/lolp/LoLpRule.js ***!
|
|
2147
|
+
\**************************************************/
|
|
2148
|
+
|
|
2149
|
+
/*!***************************************************!*\
|
|
2150
|
+
!*** ./node_modules/inherits/inherits_browser.js ***!
|
|
2151
|
+
\***************************************************/
|
|
2152
|
+
|
|
2153
|
+
/*!***************************************************!*\
|
|
2154
|
+
!*** ./node_modules/readable-stream/transform.js ***!
|
|
2155
|
+
\***************************************************/
|
|
2156
|
+
|
|
2157
|
+
/*!***************************************************!*\
|
|
2158
|
+
!*** ./node_modules/setimmediate/setImmediate.js ***!
|
|
2159
|
+
\***************************************************/
|
|
2160
|
+
|
|
2161
|
+
/*!***************************************************!*\
|
|
2162
|
+
!*** ./src/controller/audio-stream-controller.ts ***!
|
|
2163
|
+
\***************************************************/
|
|
2164
|
+
|
|
2165
|
+
/*!***************************************************!*\
|
|
2166
|
+
!*** ./src/dash/parser/matchers/StringMatcher.js ***!
|
|
2167
|
+
\***************************************************/
|
|
2168
|
+
|
|
2169
|
+
/*!***************************************************!*\
|
|
2170
|
+
!*** ./src/streaming/metrics/MetricsReporting.js ***!
|
|
2171
|
+
\***************************************************/
|
|
2172
|
+
|
|
2173
|
+
/*!***************************************************!*\
|
|
2174
|
+
!*** ./src/streaming/protection/vo/KeyMessage.js ***!
|
|
2175
|
+
\***************************************************/
|
|
2176
|
+
|
|
2177
|
+
/*!***************************************************!*\
|
|
2178
|
+
!*** ./src/streaming/rules/abr/ThroughputRule.js ***!
|
|
2179
|
+
\***************************************************/
|
|
2180
|
+
|
|
2181
|
+
/*!***************************************************!*\
|
|
2182
|
+
!*** ./src/streaming/utils/CapabilitiesFilter.js ***!
|
|
2183
|
+
\***************************************************/
|
|
2184
|
+
|
|
2185
|
+
/*!***************************************************!*\
|
|
2186
|
+
!*** ./src/streaming/vo/metrics/DroppedFrames.js ***!
|
|
2187
|
+
\***************************************************/
|
|
2188
|
+
|
|
2189
|
+
/*!***************************************************!*\
|
|
2190
|
+
!*** ./src/streaming/vo/metrics/RequestsQueue.js ***!
|
|
2191
|
+
\***************************************************/
|
|
2192
|
+
|
|
2193
|
+
/*!****************************************************!*\
|
|
2194
|
+
!*** ./node_modules/bcp-47-normalize/lib/index.js ***!
|
|
2195
|
+
\****************************************************/
|
|
2196
|
+
|
|
2197
|
+
/*!****************************************************!*\
|
|
2198
|
+
!*** ./node_modules/process-nextick-args/index.js ***!
|
|
2199
|
+
\****************************************************/
|
|
2200
|
+
|
|
2201
|
+
/*!****************************************************!*\
|
|
2202
|
+
!*** ./node_modules/ua-parser-js/src/ua-parser.js ***!
|
|
2203
|
+
\****************************************************/
|
|
2204
|
+
|
|
2205
|
+
/*!****************************************************!*\
|
|
2206
|
+
!*** ./src/controller/base-playlist-controller.ts ***!
|
|
2207
|
+
\****************************************************/
|
|
2208
|
+
|
|
2209
|
+
/*!****************************************************!*\
|
|
2210
|
+
!*** ./src/dash/controllers/SegmentsController.js ***!
|
|
2211
|
+
\****************************************************/
|
|
2212
|
+
|
|
2213
|
+
/*!****************************************************!*\
|
|
2214
|
+
!*** ./src/dash/parser/matchers/NumericMatcher.js ***!
|
|
2215
|
+
\****************************************************/
|
|
2216
|
+
|
|
2217
|
+
/*!****************************************************!*\
|
|
2218
|
+
!*** ./src/streaming/controllers/AbrController.js ***!
|
|
2219
|
+
\****************************************************/
|
|
2220
|
+
|
|
2221
|
+
/*!****************************************************!*\
|
|
2222
|
+
!*** ./src/streaming/controllers/GapController.js ***!
|
|
2223
|
+
\****************************************************/
|
|
2224
|
+
|
|
2225
|
+
/*!****************************************************!*\
|
|
2226
|
+
!*** ./src/streaming/thumbnail/ThumbnailTracks.js ***!
|
|
2227
|
+
\****************************************************/
|
|
2228
|
+
|
|
2229
|
+
/*!****************************************************!*\
|
|
2230
|
+
!*** ./src/streaming/vo/metrics/ManifestUpdate.js ***!
|
|
2231
|
+
\****************************************************/
|
|
2232
|
+
|
|
2233
|
+
/*!****************************************************!*\
|
|
2234
|
+
!*** ./src/streaming/vo/metrics/SchedulingInfo.js ***!
|
|
2235
|
+
\****************************************************/
|
|
2236
|
+
|
|
2237
|
+
/*!*****************************************************!*\
|
|
2238
|
+
!*** ./node_modules/bcp-47-normalize/lib/many.json ***!
|
|
2239
|
+
\*****************************************************/
|
|
2240
|
+
|
|
2241
|
+
/*!*****************************************************!*\
|
|
2242
|
+
!*** ./node_modules/readable-stream/passthrough.js ***!
|
|
2243
|
+
\*****************************************************/
|
|
2244
|
+
|
|
2245
|
+
/*!*****************************************************!*\
|
|
2246
|
+
!*** ./node_modules/url-toolkit/src/url-toolkit.js ***!
|
|
2247
|
+
\*****************************************************/
|
|
2248
|
+
|
|
2249
|
+
/*!*****************************************************!*\
|
|
2250
|
+
!*** ./src/controller/subtitle-track-controller.ts ***!
|
|
2251
|
+
\*****************************************************/
|
|
2252
|
+
|
|
2253
|
+
/*!*****************************************************!*\
|
|
2254
|
+
!*** ./src/dash/parser/matchers/DateTimeMatcher.js ***!
|
|
2255
|
+
\*****************************************************/
|
|
2256
|
+
|
|
2257
|
+
/*!*****************************************************!*\
|
|
2258
|
+
!*** ./src/dash/parser/matchers/DurationMatcher.js ***!
|
|
2259
|
+
\*****************************************************/
|
|
2260
|
+
|
|
2261
|
+
/*!*****************************************************!*\
|
|
2262
|
+
!*** ./src/streaming/constants/MetricsConstants.js ***!
|
|
2263
|
+
\*****************************************************/
|
|
2264
|
+
|
|
2265
|
+
/*!*****************************************************!*\
|
|
2266
|
+
!*** ./src/streaming/rules/DroppedFramesHistory.js ***!
|
|
2267
|
+
\*****************************************************/
|
|
2268
|
+
|
|
2269
|
+
/*!*****************************************************!*\
|
|
2270
|
+
!*** ./src/streaming/rules/SwitchRequestHistory.js ***!
|
|
2271
|
+
\*****************************************************/
|
|
2272
|
+
|
|
2273
|
+
/*!******************************************************!*\
|
|
2274
|
+
!*** ./node_modules/es6-promise/dist/es6-promise.js ***!
|
|
2275
|
+
\******************************************************/
|
|
2276
|
+
|
|
2277
|
+
/*!******************************************************!*\
|
|
2278
|
+
!*** ./src/controller/subtitle-stream-controller.ts ***!
|
|
2279
|
+
\******************************************************/
|
|
2280
|
+
|
|
2281
|
+
/*!******************************************************!*\
|
|
2282
|
+
!*** ./src/streaming/controllers/EventController.js ***!
|
|
2283
|
+
\******************************************************/
|
|
2284
|
+
|
|
2285
|
+
/*!******************************************************!*\
|
|
2286
|
+
!*** ./src/streaming/controllers/MediaController.js ***!
|
|
2287
|
+
\******************************************************/
|
|
2288
|
+
|
|
2289
|
+
/*!******************************************************!*\
|
|
2290
|
+
!*** ./src/streaming/controllers/XlinkController.js ***!
|
|
2291
|
+
\******************************************************/
|
|
2292
|
+
|
|
2293
|
+
/*!******************************************************!*\
|
|
2294
|
+
!*** ./src/streaming/protection/CommonEncryption.js ***!
|
|
2295
|
+
\******************************************************/
|
|
2296
|
+
|
|
2297
|
+
/*!******************************************************!*\
|
|
2298
|
+
!*** ./src/streaming/protection/ProtectionEvents.js ***!
|
|
2299
|
+
\******************************************************/
|
|
2300
|
+
|
|
2301
|
+
/*!******************************************************!*\
|
|
2302
|
+
!*** ./src/streaming/protection/servers/ClearKey.js ***!
|
|
2303
|
+
\******************************************************/
|
|
2304
|
+
|
|
2305
|
+
/*!******************************************************!*\
|
|
2306
|
+
!*** ./src/streaming/protection/servers/DRMToday.js ***!
|
|
2307
|
+
\******************************************************/
|
|
2308
|
+
|
|
2309
|
+
/*!******************************************************!*\
|
|
2310
|
+
!*** ./src/streaming/protection/servers/Widevine.js ***!
|
|
2311
|
+
\******************************************************/
|
|
2312
|
+
|
|
2313
|
+
/*!******************************************************!*\
|
|
2314
|
+
!*** ./src/streaming/rules/abr/DroppedFramesRule.js ***!
|
|
2315
|
+
\******************************************************/
|
|
419
2316
|
|
|
420
|
-
|
|
421
|
-
!*** ./src/
|
|
422
|
-
|
|
2317
|
+
/*!******************************************************!*\
|
|
2318
|
+
!*** ./src/streaming/rules/abr/SwitchHistoryRule.js ***!
|
|
2319
|
+
\******************************************************/
|
|
423
2320
|
|
|
424
|
-
|
|
425
|
-
!*** ./src/
|
|
426
|
-
|
|
2321
|
+
/*!******************************************************!*\
|
|
2322
|
+
!*** ./src/streaming/text/EmbeddedTextHtmlRender.js ***!
|
|
2323
|
+
\******************************************************/
|
|
427
2324
|
|
|
428
|
-
|
|
429
|
-
!*** ./
|
|
430
|
-
|
|
2325
|
+
/*!*******************************************************!*\
|
|
2326
|
+
!*** ./node_modules/bcp-47-normalize/lib/fields.json ***!
|
|
2327
|
+
\*******************************************************/
|
|
431
2328
|
|
|
432
|
-
|
|
433
|
-
!*** ./
|
|
434
|
-
|
|
2329
|
+
/*!*******************************************************!*\
|
|
2330
|
+
!*** ./node_modules/codem-isoboxer/dist/iso_boxer.js ***!
|
|
2331
|
+
\*******************************************************/
|
|
435
2332
|
|
|
436
|
-
|
|
437
|
-
!*** ./src/
|
|
438
|
-
|
|
2333
|
+
/*!*******************************************************!*\
|
|
2334
|
+
!*** ./src/dash/controllers/SegmentBaseController.js ***!
|
|
2335
|
+
\*******************************************************/
|
|
439
2336
|
|
|
440
|
-
|
|
441
|
-
!*** ./src/
|
|
442
|
-
|
|
2337
|
+
/*!*******************************************************!*\
|
|
2338
|
+
!*** ./src/streaming/controllers/BufferController.js ***!
|
|
2339
|
+
\*******************************************************/
|
|
443
2340
|
|
|
444
|
-
|
|
445
|
-
!*** ./src/
|
|
446
|
-
|
|
2341
|
+
/*!*******************************************************!*\
|
|
2342
|
+
!*** ./src/streaming/controllers/StreamController.js ***!
|
|
2343
|
+
\*******************************************************/
|
|
447
2344
|
|
|
448
|
-
|
|
449
|
-
!*** ./src/
|
|
450
|
-
|
|
2345
|
+
/*!*******************************************************!*\
|
|
2346
|
+
!*** ./src/streaming/metrics/utils/HandlerHelpers.js ***!
|
|
2347
|
+
\*******************************************************/
|
|
451
2348
|
|
|
452
|
-
|
|
453
|
-
!*** ./src/
|
|
454
|
-
|
|
2349
|
+
/*!*******************************************************!*\
|
|
2350
|
+
!*** ./src/streaming/models/CustomParametersModel.js ***!
|
|
2351
|
+
\*******************************************************/
|
|
455
2352
|
|
|
456
|
-
|
|
457
|
-
!*** ./src/
|
|
458
|
-
|
|
2353
|
+
/*!*******************************************************!*\
|
|
2354
|
+
!*** ./src/streaming/protection/servers/PlayReady.js ***!
|
|
2355
|
+
\*******************************************************/
|
|
459
2356
|
|
|
460
|
-
|
|
461
|
-
!*** ./src/
|
|
462
|
-
|
|
2357
|
+
/*!*******************************************************!*\
|
|
2358
|
+
!*** ./src/streaming/protection/vo/ClearKeyKeySet.js ***!
|
|
2359
|
+
\*******************************************************/
|
|
463
2360
|
|
|
464
|
-
|
|
465
|
-
!*** ./src/
|
|
466
|
-
|
|
2361
|
+
/*!*******************************************************!*\
|
|
2362
|
+
!*** ./src/streaming/protection/vo/LicenseRequest.js ***!
|
|
2363
|
+
\*******************************************************/
|
|
467
2364
|
|
|
468
|
-
|
|
469
|
-
!*** ./src/
|
|
470
|
-
|
|
2365
|
+
/*!*******************************************************!*\
|
|
2366
|
+
!*** ./src/streaming/rules/abr/ABRRulesCollection.js ***!
|
|
2367
|
+
\*******************************************************/
|
|
471
2368
|
|
|
472
|
-
|
|
473
|
-
!*** ./
|
|
474
|
-
|
|
2369
|
+
/*!********************************************************!*\
|
|
2370
|
+
!*** ./node_modules/bcp-47-normalize/lib/matches.json ***!
|
|
2371
|
+
\********************************************************/
|
|
475
2372
|
|
|
476
|
-
|
|
477
|
-
!*** ./
|
|
478
|
-
|
|
2373
|
+
/*!********************************************************!*\
|
|
2374
|
+
!*** ./node_modules/readable-stream/duplex-browser.js ***!
|
|
2375
|
+
\********************************************************/
|
|
479
2376
|
|
|
480
|
-
|
|
481
|
-
!*** ./src/
|
|
482
|
-
|
|
2377
|
+
/*!********************************************************!*\
|
|
2378
|
+
!*** ./src/streaming/constants/ProtectionConstants.js ***!
|
|
2379
|
+
\********************************************************/
|
|
483
2380
|
|
|
484
|
-
|
|
485
|
-
!*** ./src/
|
|
486
|
-
|
|
2381
|
+
/*!********************************************************!*\
|
|
2382
|
+
!*** ./src/streaming/controllers/BaseURLController.js ***!
|
|
2383
|
+
\********************************************************/
|
|
487
2384
|
|
|
488
|
-
|
|
489
|
-
!*** ./src/
|
|
490
|
-
|
|
2385
|
+
/*!********************************************************!*\
|
|
2386
|
+
!*** ./src/streaming/controllers/CatchupController.js ***!
|
|
2387
|
+
\********************************************************/
|
|
491
2388
|
|
|
492
|
-
|
|
493
|
-
!*** ./src/
|
|
494
|
-
|
|
2389
|
+
/*!********************************************************!*\
|
|
2390
|
+
!*** ./src/streaming/metrics/utils/ManifestParsing.js ***!
|
|
2391
|
+
\********************************************************/
|
|
495
2392
|
|
|
496
|
-
|
|
497
|
-
!*** ./src/
|
|
498
|
-
|
|
2393
|
+
/*!********************************************************!*\
|
|
2394
|
+
!*** ./src/streaming/protection/vo/KeySystemAccess.js ***!
|
|
2395
|
+
\********************************************************/
|
|
499
2396
|
|
|
500
|
-
|
|
501
|
-
!*** ./src/
|
|
502
|
-
|
|
2397
|
+
/*!********************************************************!*\
|
|
2398
|
+
!*** ./src/streaming/protection/vo/LicenseResponse.js ***!
|
|
2399
|
+
\********************************************************/
|
|
503
2400
|
|
|
504
|
-
|
|
505
|
-
!*** ./src/
|
|
506
|
-
|
|
2401
|
+
/*!********************************************************!*\
|
|
2402
|
+
!*** ./src/streaming/protection/vo/MediaCapability.js ***!
|
|
2403
|
+
\********************************************************/
|
|
507
2404
|
|
|
508
|
-
|
|
509
|
-
!*** ./src/
|
|
510
|
-
|
|
2405
|
+
/*!********************************************************!*\
|
|
2406
|
+
!*** ./src/streaming/rules/abr/AbandonRequestsRule.js ***!
|
|
2407
|
+
\********************************************************/
|
|
511
2408
|
|
|
512
|
-
|
|
513
|
-
!*** ./src/
|
|
514
|
-
|
|
2409
|
+
/*!********************************************************!*\
|
|
2410
|
+
!*** ./src/streaming/thumbnail/ThumbnailController.js ***!
|
|
2411
|
+
\********************************************************/
|
|
515
2412
|
|
|
516
|
-
|
|
517
|
-
!*** ./
|
|
518
|
-
|
|
2413
|
+
/*!*********************************************************!*\
|
|
2414
|
+
!*** ./node_modules/bcp-47-normalize/lib/defaults.json ***!
|
|
2415
|
+
\*********************************************************/
|
|
519
2416
|
|
|
520
|
-
|
|
521
|
-
!*** ./src/
|
|
522
|
-
|
|
2417
|
+
/*!*********************************************************!*\
|
|
2418
|
+
!*** ./src/streaming/controllers/FragmentController.js ***!
|
|
2419
|
+
\*********************************************************/
|
|
523
2420
|
|
|
524
|
-
|
|
525
|
-
!*** ./src/
|
|
526
|
-
|
|
2421
|
+
/*!*********************************************************!*\
|
|
2422
|
+
!*** ./src/streaming/controllers/PlaybackController.js ***!
|
|
2423
|
+
\*********************************************************/
|
|
527
2424
|
|
|
528
|
-
|
|
529
|
-
!*** ./src/
|
|
530
|
-
|
|
2425
|
+
/*!*********************************************************!*\
|
|
2426
|
+
!*** ./src/streaming/controllers/ScheduleController.js ***!
|
|
2427
|
+
\*********************************************************/
|
|
531
2428
|
|
|
532
|
-
|
|
533
|
-
!*** ./src/
|
|
534
|
-
|
|
2429
|
+
/*!*********************************************************!*\
|
|
2430
|
+
!*** ./src/streaming/controllers/TimeSyncController.js ***!
|
|
2431
|
+
\*********************************************************/
|
|
535
2432
|
|
|
536
|
-
|
|
537
|
-
!*** ./src/
|
|
538
|
-
|
|
2433
|
+
/*!*********************************************************!*\
|
|
2434
|
+
!*** ./src/streaming/metrics/MetricsReportingEvents.js ***!
|
|
2435
|
+
\*********************************************************/
|
|
539
2436
|
|
|
540
|
-
|
|
541
|
-
!*** ./src/utils/
|
|
542
|
-
|
|
2437
|
+
/*!*********************************************************!*\
|
|
2438
|
+
!*** ./src/streaming/metrics/utils/MetricSerialiser.js ***!
|
|
2439
|
+
\*********************************************************/
|
|
543
2440
|
|
|
544
|
-
|
|
545
|
-
!*** ./
|
|
546
|
-
|
|
2441
|
+
/*!**********************************************************!*\
|
|
2442
|
+
!*** ./node_modules/readable-stream/readable-browser.js ***!
|
|
2443
|
+
\**********************************************************/
|
|
547
2444
|
|
|
548
|
-
|
|
549
|
-
!*** ./
|
|
550
|
-
|
|
2445
|
+
/*!**********************************************************!*\
|
|
2446
|
+
!*** ./node_modules/readable-stream/writable-browser.js ***!
|
|
2447
|
+
\**********************************************************/
|
|
551
2448
|
|
|
552
|
-
|
|
553
|
-
!*** ./src/
|
|
554
|
-
|
|
2449
|
+
/*!**********************************************************!*\
|
|
2450
|
+
!*** ./src/dash/controllers/RepresentationController.js ***!
|
|
2451
|
+
\**********************************************************/
|
|
555
2452
|
|
|
556
|
-
|
|
557
|
-
!*** ./src/
|
|
558
|
-
|
|
2453
|
+
/*!**********************************************************!*\
|
|
2454
|
+
!*** ./src/streaming/controllers/BlacklistController.js ***!
|
|
2455
|
+
\**********************************************************/
|
|
559
2456
|
|
|
560
|
-
|
|
561
|
-
!*** ./src/
|
|
562
|
-
|
|
2457
|
+
/*!**********************************************************!*\
|
|
2458
|
+
!*** ./src/streaming/rules/abr/lolp/LoLpQoEEvaluator.js ***!
|
|
2459
|
+
\**********************************************************/
|
|
563
2460
|
|
|
564
|
-
|
|
565
|
-
!*** ./src/
|
|
566
|
-
|
|
2461
|
+
/*!**********************************************************!*\
|
|
2462
|
+
!*** ./src/streaming/vo/metrics/RepresentationSwitch.js ***!
|
|
2463
|
+
\**********************************************************/
|
|
567
2464
|
|
|
568
|
-
|
|
569
|
-
!*** ./
|
|
570
|
-
|
|
2465
|
+
/*!***********************************************************!*\
|
|
2466
|
+
!*** ./node_modules/string_decoder/lib/string_decoder.js ***!
|
|
2467
|
+
\***********************************************************/
|
|
571
2468
|
|
|
572
|
-
|
|
573
|
-
!*** ./src/
|
|
574
|
-
|
|
2469
|
+
/*!***********************************************************!*\
|
|
2470
|
+
!*** ./src/dash/controllers/ContentSteeringController.js ***!
|
|
2471
|
+
\***********************************************************/
|
|
575
2472
|
|
|
576
|
-
|
|
577
|
-
!*** ./src/
|
|
578
|
-
|
|
2473
|
+
/*!***********************************************************!*\
|
|
2474
|
+
!*** ./src/streaming/models/LowLatencyThroughputModel.js ***!
|
|
2475
|
+
\***********************************************************/
|
|
579
2476
|
|
|
580
|
-
|
|
581
|
-
!*** ./src/
|
|
582
|
-
|
|
2477
|
+
/*!***********************************************************!*\
|
|
2478
|
+
!*** ./src/streaming/protection/drm/KeySystemClearKey.js ***!
|
|
2479
|
+
\***********************************************************/
|
|
583
2480
|
|
|
584
|
-
|
|
585
|
-
!*** ./src/
|
|
586
|
-
|
|
2481
|
+
/*!***********************************************************!*\
|
|
2482
|
+
!*** ./src/streaming/protection/drm/KeySystemWidevine.js ***!
|
|
2483
|
+
\***********************************************************/
|
|
587
2484
|
|
|
588
|
-
|
|
589
|
-
!*** ./src/
|
|
590
|
-
|
|
2485
|
+
/*!***********************************************************!*\
|
|
2486
|
+
!*** ./src/streaming/rules/abr/InsufficientBufferRule.js ***!
|
|
2487
|
+
\***********************************************************/
|
|
591
2488
|
|
|
592
|
-
|
|
593
|
-
!*** ./
|
|
594
|
-
|
|
2489
|
+
/*!************************************************************!*\
|
|
2490
|
+
!*** ./node_modules/readable-stream/lib/_stream_duplex.js ***!
|
|
2491
|
+
\************************************************************/
|
|
595
2492
|
|
|
596
|
-
|
|
597
|
-
!*** ./src/
|
|
598
|
-
|
|
2493
|
+
/*!************************************************************!*\
|
|
2494
|
+
!*** ./src/streaming/controllers/MediaSourceController.js ***!
|
|
2495
|
+
\************************************************************/
|
|
599
2496
|
|
|
600
|
-
|
|
601
|
-
!*** ./src/
|
|
602
|
-
|
|
2497
|
+
/*!************************************************************!*\
|
|
2498
|
+
!*** ./src/streaming/metrics/utils/DVBErrorsTranslator.js ***!
|
|
2499
|
+
\************************************************************/
|
|
603
2500
|
|
|
604
|
-
|
|
605
|
-
!*** ./src/
|
|
606
|
-
|
|
2501
|
+
/*!************************************************************!*\
|
|
2502
|
+
!*** ./src/streaming/protection/drm/KeySystemPlayReady.js ***!
|
|
2503
|
+
\************************************************************/
|
|
607
2504
|
|
|
608
|
-
|
|
609
|
-
!*** ./src/
|
|
610
|
-
|
|
2505
|
+
/*!************************************************************!*\
|
|
2506
|
+
!*** ./src/streaming/rules/abr/lolp/LoLpWeightSelector.js ***!
|
|
2507
|
+
\************************************************************/
|
|
611
2508
|
|
|
612
|
-
|
|
613
|
-
!*** ./src/
|
|
614
|
-
|
|
2509
|
+
/*!*************************************************************!*\
|
|
2510
|
+
!*** ./src/dash/parser/maps/RepresentationBaseValuesMap.js ***!
|
|
2511
|
+
\*************************************************************/
|
|
615
2512
|
|
|
616
|
-
|
|
617
|
-
!*** ./src/
|
|
618
|
-
|
|
2513
|
+
/*!*************************************************************!*\
|
|
2514
|
+
!*** ./src/streaming/metrics/reporting/ReportingFactory.js ***!
|
|
2515
|
+
\*************************************************************/
|
|
619
2516
|
|
|
620
|
-
|
|
621
|
-
!*** ./src/
|
|
622
|
-
|
|
2517
|
+
/*!*************************************************************!*\
|
|
2518
|
+
!*** ./src/streaming/protection/errors/ProtectionErrors.js ***!
|
|
2519
|
+
\*************************************************************/
|
|
623
2520
|
|
|
624
|
-
|
|
625
|
-
!*** ./
|
|
626
|
-
|
|
2521
|
+
/*!**************************************************************!*\
|
|
2522
|
+
!*** ./node_modules/readable-stream/lib/_stream_readable.js ***!
|
|
2523
|
+
\**************************************************************/
|
|
627
2524
|
|
|
628
|
-
|
|
629
|
-
!*** ./
|
|
630
|
-
|
|
2525
|
+
/*!**************************************************************!*\
|
|
2526
|
+
!*** ./node_modules/readable-stream/lib/_stream_writable.js ***!
|
|
2527
|
+
\**************************************************************/
|
|
631
2528
|
|
|
632
|
-
|
|
633
|
-
!*** ./src/
|
|
634
|
-
|
|
2529
|
+
/*!**************************************************************!*\
|
|
2530
|
+
!*** ./src/dash/controllers/ServiceDescriptionController.js ***!
|
|
2531
|
+
\**************************************************************/
|
|
635
2532
|
|
|
636
|
-
|
|
637
|
-
!*** ./src/
|
|
638
|
-
|
|
2533
|
+
/*!**************************************************************!*\
|
|
2534
|
+
!*** ./src/streaming/metrics/controllers/RangeController.js ***!
|
|
2535
|
+
\**************************************************************/
|
|
639
2536
|
|
|
640
|
-
|
|
641
|
-
!*** ./src/
|
|
642
|
-
|
|
2537
|
+
/*!**************************************************************!*\
|
|
2538
|
+
!*** ./src/streaming/protection/drm/KeySystemW3CClearKey.js ***!
|
|
2539
|
+
\**************************************************************/
|
|
643
2540
|
|
|
644
|
-
|
|
645
|
-
!*** ./src/
|
|
646
|
-
|
|
2541
|
+
/*!**************************************************************!*\
|
|
2542
|
+
!*** ./src/streaming/utils/baseUrlResolution/DVBSelector.js ***!
|
|
2543
|
+
\**************************************************************/
|
|
647
2544
|
|
|
648
|
-
|
|
649
|
-
!*** ./
|
|
650
|
-
|
|
2545
|
+
/*!***************************************************************!*\
|
|
2546
|
+
!*** ./node_modules/readable-stream/lib/_stream_transform.js ***!
|
|
2547
|
+
\***************************************************************/
|
|
651
2548
|
|
|
652
|
-
|
|
653
|
-
!*** ./src/
|
|
654
|
-
|
|
2549
|
+
/*!***************************************************************!*\
|
|
2550
|
+
!*** ./src/streaming/protection/vo/KeySystemConfiguration.js ***!
|
|
2551
|
+
\***************************************************************/
|
|
655
2552
|
|
|
656
|
-
|
|
657
|
-
!*** ./src/
|
|
658
|
-
|
|
2553
|
+
/*!***************************************************************!*\
|
|
2554
|
+
!*** ./src/streaming/rules/abr/lolp/LearningAbrController.js ***!
|
|
2555
|
+
\***************************************************************/
|
|
659
2556
|
|
|
660
|
-
|
|
661
|
-
!*** ./src/
|
|
662
|
-
|
|
2557
|
+
/*!****************************************************************!*\
|
|
2558
|
+
!*** ./src/streaming/metrics/controllers/MetricsController.js ***!
|
|
2559
|
+
\****************************************************************/
|
|
663
2560
|
|
|
664
|
-
|
|
665
|
-
!*** ./src/
|
|
666
|
-
|
|
2561
|
+
/*!****************************************************************!*\
|
|
2562
|
+
!*** ./src/streaming/metrics/metrics/MetricsHandlerFactory.js ***!
|
|
2563
|
+
\****************************************************************/
|
|
667
2564
|
|
|
668
|
-
|
|
669
|
-
!*** ./src/
|
|
670
|
-
|
|
2565
|
+
/*!****************************************************************!*\
|
|
2566
|
+
!*** ./src/streaming/protection/models/ProtectionModel_01b.js ***!
|
|
2567
|
+
\****************************************************************/
|
|
671
2568
|
|
|
672
|
-
|
|
673
|
-
!*** ./src/
|
|
674
|
-
|
|
2569
|
+
/*!****************************************************************!*\
|
|
2570
|
+
!*** ./src/streaming/utils/baseUrlResolution/BasicSelector.js ***!
|
|
2571
|
+
\****************************************************************/
|
|
675
2572
|
|
|
676
|
-
|
|
677
|
-
!*** ./node_modules/
|
|
678
|
-
|
|
2573
|
+
/*!*****************************************************************!*\
|
|
2574
|
+
!*** ./node_modules/readable-stream/lib/_stream_passthrough.js ***!
|
|
2575
|
+
\*****************************************************************/
|
|
679
2576
|
|
|
680
|
-
|
|
681
|
-
!*** ./src/
|
|
682
|
-
|
|
2577
|
+
/*!*****************************************************************!*\
|
|
2578
|
+
!*** ./src/streaming/text/NotFragmentedTextBufferController.js ***!
|
|
2579
|
+
\*****************************************************************/
|
|
683
2580
|
|
|
684
|
-
|
|
685
|
-
!*** ./src/
|
|
686
|
-
|
|
2581
|
+
/*!******************************************************************!*\
|
|
2582
|
+
!*** ./src/streaming/constants/ConformanceViolationConstants.js ***!
|
|
2583
|
+
\******************************************************************/
|
|
687
2584
|
|
|
688
|
-
|
|
689
|
-
!*** ./src/
|
|
690
|
-
|
|
2585
|
+
/*!******************************************************************!*\
|
|
2586
|
+
!*** ./src/streaming/metrics/controllers/ReportingController.js ***!
|
|
2587
|
+
\******************************************************************/
|
|
691
2588
|
|
|
692
|
-
|
|
693
|
-
!*** ./src/
|
|
694
|
-
|
|
2589
|
+
/*!*******************************************************************!*\
|
|
2590
|
+
!*** ./src/streaming/metrics/metrics/handlers/HttpListHandler.js ***!
|
|
2591
|
+
\*******************************************************************/
|
|
695
2592
|
|
|
696
|
-
|
|
697
|
-
!*** ./src/
|
|
698
|
-
|
|
2593
|
+
/*!*******************************************************************!*\
|
|
2594
|
+
!*** ./src/streaming/metrics/reporting/reporters/DVBReporting.js ***!
|
|
2595
|
+
\*******************************************************************/
|
|
699
2596
|
|
|
700
|
-
|
|
701
|
-
!*** ./src/
|
|
702
|
-
|
|
2597
|
+
/*!********************************************************************!*\
|
|
2598
|
+
!*** ./src/streaming/metrics/metrics/handlers/DVBErrorsHandler.js ***!
|
|
2599
|
+
\********************************************************************/
|
|
703
2600
|
|
|
704
|
-
|
|
705
|
-
!*** ./
|
|
706
|
-
|
|
2601
|
+
/*!*********************************************************************!*\
|
|
2602
|
+
!*** ./node_modules/node-libs-browser/node_modules/buffer/index.js ***!
|
|
2603
|
+
\*********************************************************************/
|
|
707
2604
|
|
|
708
|
-
|
|
709
|
-
!*** ./
|
|
710
|
-
|
|
2605
|
+
/*!*********************************************************************!*\
|
|
2606
|
+
!*** ./src/streaming/protection/models/ProtectionModel_3Feb2014.js ***!
|
|
2607
|
+
\*********************************************************************/
|
|
711
2608
|
|
|
712
|
-
|
|
713
|
-
!*** ./
|
|
714
|
-
|
|
2609
|
+
/*!**********************************************************************!*\
|
|
2610
|
+
!*** ./node_modules/node-libs-browser/node_modules/events/events.js ***!
|
|
2611
|
+
\**********************************************************************/
|
|
715
2612
|
|
|
716
|
-
|
|
717
|
-
!*** ./
|
|
718
|
-
|
|
2613
|
+
/*!**********************************************************************!*\
|
|
2614
|
+
!*** ./node_modules/readable-stream/lib/internal/streams/destroy.js ***!
|
|
2615
|
+
\**********************************************************************/
|
|
719
2616
|
|
|
720
|
-
|
|
721
|
-
!*** ./src/
|
|
722
|
-
|
|
2617
|
+
/*!**********************************************************************!*\
|
|
2618
|
+
!*** ./src/streaming/metrics/metrics/handlers/BufferLevelHandler.js ***!
|
|
2619
|
+
\**********************************************************************/
|
|
723
2620
|
|
|
724
|
-
|
|
725
|
-
!*** ./src/
|
|
726
|
-
|
|
2621
|
+
/*!**********************************************************************!*\
|
|
2622
|
+
!*** ./src/streaming/protection/controllers/ProtectionController.js ***!
|
|
2623
|
+
\**********************************************************************/
|
|
727
2624
|
|
|
728
|
-
|
|
729
|
-
!*** ./src/
|
|
730
|
-
|
|
2625
|
+
/*!**********************************************************************!*\
|
|
2626
|
+
!*** ./src/streaming/protection/models/ProtectionModel_21Jan2015.js ***!
|
|
2627
|
+
\**********************************************************************/
|
|
731
2628
|
|
|
732
|
-
|
|
733
|
-
!*** ./
|
|
734
|
-
|
|
2629
|
+
/*!************************************************************************!*\
|
|
2630
|
+
!*** ./src/streaming/metrics/controllers/MetricsHandlersController.js ***!
|
|
2631
|
+
\************************************************************************/
|
|
735
2632
|
|
|
736
|
-
|
|
737
|
-
!*** ./src/
|
|
738
|
-
|
|
2633
|
+
/*!************************************************************************!*\
|
|
2634
|
+
!*** ./src/streaming/metrics/metrics/handlers/GenericMetricHandler.js ***!
|
|
2635
|
+
\************************************************************************/
|
|
739
2636
|
|
|
740
|
-
|
|
741
|
-
!*** ./
|
|
742
|
-
|
|
2637
|
+
/*!*************************************************************************!*\
|
|
2638
|
+
!*** ./node_modules/readable-stream/lib/internal/streams/BufferList.js ***!
|
|
2639
|
+
\*************************************************************************/
|
|
2640
|
+
|
|
2641
|
+
/*!*************************************************************************!*\
|
|
2642
|
+
!*** ./src/streaming/protection/controllers/ProtectionKeyController.js ***!
|
|
2643
|
+
\*************************************************************************/
|
|
2644
|
+
|
|
2645
|
+
/*!**************************************************************************!*\
|
|
2646
|
+
!*** ./src/streaming/metrics/controllers/MetricsCollectionController.js ***!
|
|
2647
|
+
\**************************************************************************/
|
|
2648
|
+
|
|
2649
|
+
/*!**************************************************************************!*\
|
|
2650
|
+
!*** ./src/streaming/utils/baseUrlResolution/ContentSteeringSelector.js ***!
|
|
2651
|
+
\**************************************************************************/
|
|
2652
|
+
|
|
2653
|
+
/*!*****************************************************************************!*\
|
|
2654
|
+
!*** ./node_modules/readable-stream/lib/internal/streams/stream-browser.js ***!
|
|
2655
|
+
\*****************************************************************************/
|
|
2656
|
+
|
|
2657
|
+
/*!*******************************************************************************!*\
|
|
2658
|
+
!*** ./node_modules/node-libs-browser/node_modules/timers-browserify/main.js ***!
|
|
2659
|
+
\*******************************************************************************/
|