cloudinary-video-player 2.6.0 → 2.6.1-edge.1

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.
Files changed (92) hide show
  1. package/README.md +14 -16
  2. package/dist/adaptive-streaming.js +36927 -0
  3. package/dist/adaptive-streaming.min.js +3 -0
  4. package/dist/adaptive-streaming.min.js.LICENSE.txt +3 -0
  5. package/dist/chapters.js +1 -1
  6. package/dist/chapters.min.js +1 -1
  7. package/dist/cld-video-player.css +200 -11
  8. package/dist/cld-video-player.js +37548 -79684
  9. package/dist/cld-video-player.light.js +197 -662
  10. package/dist/cld-video-player.light.min.js +4 -3
  11. package/dist/cld-video-player.min.css +1 -1
  12. package/dist/cld-video-player.min.js +1 -1
  13. package/dist/cld-video-player.min.js.LICENSE.txt +16 -14
  14. package/dist/colors.js +86 -0
  15. package/dist/colors.min.js +2 -0
  16. package/dist/dash.js +62 -2
  17. package/dist/dash.min.js +1 -1
  18. package/dist/debug.js +140 -90
  19. package/dist/debug.min.js +1 -1
  20. package/dist/ima.js +66 -3
  21. package/dist/ima.min.js +1 -1
  22. package/dist/interaction-areas.js +87 -4
  23. package/dist/interaction-areas.min.js +1 -1
  24. package/dist/playlist.js +9 -9
  25. package/dist/playlist.min.js +1 -1
  26. package/dist/recommendations-overlay.js +7 -7
  27. package/dist/recommendations-overlay.min.js +1 -1
  28. package/dist/shoppable.js +7 -7
  29. package/dist/shoppable.min.js +1 -1
  30. package/dist/srt-text-tracks.js +208 -0
  31. package/dist/srt-text-tracks.min.js +2 -0
  32. package/dist/visual-search.js +4 -4
  33. package/dist/visual-search.min.js +1 -1
  34. package/lib/adaptive-streaming.js +3 -0
  35. package/lib/adaptive-streaming.js.LICENSE.txt +3 -0
  36. package/lib/all.js +1 -1
  37. package/lib/all.js.LICENSE.txt +18 -12
  38. package/lib/chapters.js +1 -1
  39. package/lib/cld-video-player.js +1 -1
  40. package/lib/cld-video-player.js.LICENSE.txt +16 -14
  41. package/lib/cld-video-player.min.css +2 -2
  42. package/lib/colors.js +2 -0
  43. package/lib/dash.js +1 -1
  44. package/lib/debug.js +1 -1
  45. package/lib/ima.js +1 -1
  46. package/lib/interaction-areas.js +1 -1
  47. package/lib/player.js +1 -1
  48. package/lib/player.js.LICENSE.txt +16 -14
  49. package/lib/playlist.js +1 -1
  50. package/lib/recommendations-overlay.js +1 -1
  51. package/lib/shoppable.js +1 -1
  52. package/lib/srt-text-tracks.js +2 -0
  53. package/lib/videoPlayer.js +1 -1
  54. package/lib/videoPlayer.js.LICENSE.txt +16 -14
  55. package/lib/visual-search.js +1 -1
  56. package/package.json +10 -23
  57. package/dist/chapters.light.js +0 -233
  58. package/dist/chapters.light.min.js +0 -2
  59. package/dist/cld-video-player.light.css +0 -2428
  60. package/dist/cld-video-player.light.min.css +0 -2
  61. package/dist/cld-video-player.light.min.js.LICENSE.txt +0 -21
  62. package/dist/dash.light.js +0 -70036
  63. package/dist/dash.light.min.js +0 -3
  64. package/dist/dash.light.min.js.LICENSE.txt +0 -1842
  65. package/dist/debug.light.js +0 -383
  66. package/dist/debug.light.min.js +0 -2
  67. package/dist/ima.light.js +0 -7110
  68. package/dist/ima.light.min.js +0 -2
  69. package/dist/interaction-areas.light.js +0 -646
  70. package/dist/interaction-areas.light.min.js +0 -2
  71. package/dist/node_modules_lodash_throttle_js.light.js +0 -449
  72. package/dist/playlist.light.js +0 -1788
  73. package/dist/playlist.light.min.js +0 -2
  74. package/dist/recommendations-overlay.light.js +0 -464
  75. package/dist/recommendations-overlay.light.min.js +0 -2
  76. package/dist/shoppable.light.js +0 -853
  77. package/dist/shoppable.light.min.js +0 -2
  78. package/dist/visual-search.light.js +0 -317
  79. package/dist/visual-search.light.min.js +0 -2
  80. package/lib/light/chapters.js +0 -2
  81. package/lib/light/cld-video-player.light.min.css +0 -21
  82. package/lib/light/dash.js +0 -3
  83. package/lib/light/dash.js.LICENSE.txt +0 -1842
  84. package/lib/light/debug.js +0 -2
  85. package/lib/light/ima.js +0 -2
  86. package/lib/light/index.js +0 -3
  87. package/lib/light/index.js.LICENSE.txt +0 -21
  88. package/lib/light/interaction-areas.js +0 -2
  89. package/lib/light/playlist.js +0 -2
  90. package/lib/light/recommendations-overlay.js +0 -2
  91. package/lib/light/shoppable.js +0 -2
  92. package/lib/light/visual-search.js +0 -2
@@ -1,1842 +0,0 @@
1
- /*!
2
- * @overview es6-promise - a tiny implementation of Promises/A+.
3
- * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
4
- * @license Licensed under MIT license
5
- * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
6
- * @version v4.2.8+1e68dce6
7
- */
8
-
9
- /*!
10
- * The buffer module from node.js, for the browser.
11
- *
12
- * @author Feross Aboukhadijeh <http://feross.org>
13
- * @license MIT
14
- */
15
-
16
- /*! ../../../../core/Debug */
17
-
18
- /*! ../../../../core/FactoryMaker */
19
-
20
- /*! ../../../constants/Constants */
21
-
22
- /*! ../../../constants/MetricsConstants */
23
-
24
- /*! ../../../core/Debug */
25
-
26
- /*! ../../../core/EventBus */
27
-
28
- /*! ../../../core/FactoryMaker */
29
-
30
- /*! ../../../core/Utils */
31
-
32
- /*! ../../../core/errors/ErrorsBase */
33
-
34
- /*! ../../../core/events/Events */
35
-
36
- /*! ../../../externals/cea608-parser */
37
-
38
- /*! ../../../externals/xml2json */
39
-
40
- /*! ../../../streaming/constants/Constants */
41
-
42
- /*! ../../MediaPlayerEvents */
43
-
44
- /*! ../../MetricsReportingEvents */
45
-
46
- /*! ../../SwitchRequest */
47
-
48
- /*! ../../constants/Constants */
49
-
50
- /*! ../../constants/DashConstants */
51
-
52
- /*! ../../constants/MetricsConstants */
53
-
54
- /*! ../../constants/ProtectionConstants */
55
-
56
- /*! ../../core/Debug */
57
-
58
- /*! ../../core/EventBus */
59
-
60
- /*! ../../core/FactoryMaker */
61
-
62
- /*! ../../core/Settings */
63
-
64
- /*! ../../core/Utils */
65
-
66
- /*! ../../core/errors/Errors */
67
-
68
- /*! ../../core/events/Events */
69
-
70
- /*! ../../core/events/EventsBase */
71
-
72
- /*! ../../dash/DashHandler */
73
-
74
- /*! ../../dash/constants/DashConstants */
75
-
76
- /*! ../../dash/controllers/SegmentsController */
77
-
78
- /*! ../../dash/models/DashManifestModel */
79
-
80
- /*! ../../dash/utils/SegmentsUtils */
81
-
82
- /*! ../../dash/vo/BaseURL */
83
-
84
- /*! ../../dash/vo/UTCTiming */
85
-
86
- /*! ../../externals/base64 */
87
-
88
- /*! ../../externals/cea608-parser */
89
-
90
- /*! ../../streaming/MediaPlayerEvents */
91
-
92
- /*! ../../streaming/constants/ConformanceViolationConstants */
93
-
94
- /*! ../../streaming/constants/Constants */
95
-
96
- /*! ../../streaming/net/HTTPLoader */
97
-
98
- /*! ../../streaming/net/SchemeLoaderFactory */
99
-
100
- /*! ../../streaming/net/XHRLoader */
101
-
102
- /*! ../../streaming/thumbnail/ThumbnailTracks */
103
-
104
- /*! ../../streaming/utils/BoxParser */
105
-
106
- /*! ../../streaming/utils/ObjectUtils */
107
-
108
- /*! ../../streaming/utils/URLUtils */
109
-
110
- /*! ../../streaming/vo/DashJSError */
111
-
112
- /*! ../../utils/CustomTimeRanges */
113
-
114
- /*! ../../utils/HandlerHelpers */
115
-
116
- /*! ../../utils/MetricSerialiser */
117
-
118
- /*! ../../utils/RNG */
119
-
120
- /*! ../../vo/DashJSError */
121
-
122
- /*! ../../vo/metrics/HTTPRequest */
123
-
124
- /*! ../CommonEncryption */
125
-
126
- /*! ../FragmentLoader */
127
-
128
- /*! ../ManifestUpdater */
129
-
130
- /*! ../MediaPlayerEvents */
131
-
132
- /*! ../MetricsReportingEvents */
133
-
134
- /*! ../SegmentBaseLoader */
135
-
136
- /*! ../SourceBufferSink */
137
-
138
- /*! ../Stream */
139
-
140
- /*! ../SwitchRequest */
141
-
142
- /*! ../WebmSegmentBaseLoader */
143
-
144
- /*! ../XlinkLoader */
145
-
146
- /*! ../constants/ConformanceViolationConstants */
147
-
148
- /*! ../constants/Constants */
149
-
150
- /*! ../constants/DashConstants */
151
-
152
- /*! ../constants/MetricsConstants */
153
-
154
- /*! ../controllers/BlacklistController */
155
-
156
- /*! ../controllers/ProtectionKeyController */
157
-
158
- /*! ../core/Debug */
159
-
160
- /*! ../core/EventBus */
161
-
162
- /*! ../core/FactoryMaker */
163
-
164
- /*! ../core/Settings */
165
-
166
- /*! ../core/Utils */
167
-
168
- /*! ../core/Version */
169
-
170
- /*! ../core/errors/Errors */
171
-
172
- /*! ../core/events/Events */
173
-
174
- /*! ../core/events/EventsBase */
175
-
176
- /*! ../dash/DashAdapter */
177
-
178
- /*! ../dash/DashHandler */
179
-
180
- /*! ../dash/DashMetrics */
181
-
182
- /*! ../dash/constants/DashConstants */
183
-
184
- /*! ../dash/controllers/RepresentationController */
185
-
186
- /*! ../dash/controllers/SegmentBaseController */
187
-
188
- /*! ../dash/controllers/SegmentsController */
189
-
190
- /*! ../dash/parser/DashParser */
191
-
192
- /*! ../dash/utils/TimelineConverter */
193
-
194
- /*! ../errors/ProtectionErrors */
195
-
196
- /*! ../metrics/MetricsHandlerFactory */
197
-
198
- /*! ../metrics/MetricsReportingEvents */
199
-
200
- /*! ../models/BaseURLTreeModel */
201
-
202
- /*! ../models/CmcdModel */
203
-
204
- /*! ../models/DashManifestModel */
205
-
206
- /*! ../models/FragmentModel */
207
-
208
- /*! ../models/LowLatencyThroughputModel */
209
-
210
- /*! ../net/XHRLoader */
211
-
212
- /*! ../reporting/ReportingFactory */
213
-
214
- /*! ../rules/DroppedFramesHistory */
215
-
216
- /*! ../rules/RulesContext */
217
-
218
- /*! ../rules/SwitchRequest */
219
-
220
- /*! ../rules/SwitchRequestHistory */
221
-
222
- /*! ../rules/ThroughputHistory */
223
-
224
- /*! ../rules/abr/ABRRulesCollection */
225
-
226
- /*! ../streaming/MediaPlayerEvents */
227
-
228
- /*! ../streaming/constants/Constants */
229
-
230
- /*! ../streaming/constants/MetricsConstants */
231
-
232
- /*! ../streaming/models/MetricsModel */
233
-
234
- /*! ../streaming/net/URLLoader */
235
-
236
- /*! ../streaming/utils/EBMLParser */
237
-
238
- /*! ../streaming/utils/URLUtils */
239
-
240
- /*! ../streaming/vo/DashJSError */
241
-
242
- /*! ../streaming/vo/FragmentRequest */
243
-
244
- /*! ../streaming/vo/metrics/HTTPRequest */
245
-
246
- /*! ../streaming/vo/metrics/PlayList */
247
-
248
- /*! ../thumbnail/ThumbnailTracks */
249
-
250
- /*! ../utils/BaseURLSelector */
251
-
252
- /*! ../utils/BoxParser */
253
-
254
- /*! ../utils/CustomTimeRanges */
255
-
256
- /*! ../utils/InitCache */
257
-
258
- /*! ../utils/ListSegmentsGetter */
259
-
260
- /*! ../utils/ManifestParsing */
261
-
262
- /*! ../utils/ObjectUtils */
263
-
264
- /*! ../utils/RequestModifier */
265
-
266
- /*! ../utils/SegmentBaseGetter */
267
-
268
- /*! ../utils/SegmentsUtils */
269
-
270
- /*! ../utils/SupervisorTools */
271
-
272
- /*! ../utils/TTMLParser */
273
-
274
- /*! ../utils/TemplateSegmentsGetter */
275
-
276
- /*! ../utils/TimelineSegmentsGetter */
277
-
278
- /*! ../utils/URLUtils */
279
-
280
- /*! ../utils/VTTParser */
281
-
282
- /*! ../vo/AdaptationSet */
283
-
284
- /*! ../vo/BaseURL */
285
-
286
- /*! ../vo/BitrateInfo */
287
-
288
- /*! ../vo/ClearKeyKeySet */
289
-
290
- /*! ../vo/DVBErrors */
291
-
292
- /*! ../vo/DashJSError */
293
-
294
- /*! ../vo/DataChunk */
295
-
296
- /*! ../vo/Event */
297
-
298
- /*! ../vo/EventStream */
299
-
300
- /*! ../vo/FragmentRequest */
301
-
302
- /*! ../vo/IsoBox */
303
-
304
- /*! ../vo/IsoBoxSearchInfo */
305
-
306
- /*! ../vo/KeyMessage */
307
-
308
- /*! ../vo/KeyPair */
309
-
310
- /*! ../vo/KeySystemAccess */
311
-
312
- /*! ../vo/KeySystemConfiguration */
313
-
314
- /*! ../vo/LicenseRequest */
315
-
316
- /*! ../vo/LicenseResponse */
317
-
318
- /*! ../vo/MediaCapability */
319
-
320
- /*! ../vo/Metrics */
321
-
322
- /*! ../vo/MetricsList */
323
-
324
- /*! ../vo/Mpd */
325
-
326
- /*! ../vo/NeedKey */
327
-
328
- /*! ../vo/PatchOperation */
329
-
330
- /*! ../vo/Period */
331
-
332
- /*! ../vo/Range */
333
-
334
- /*! ../vo/Reporting */
335
-
336
- /*! ../vo/Representation */
337
-
338
- /*! ../vo/SimpleXPath */
339
-
340
- /*! ../vo/TextTrackInfo */
341
-
342
- /*! ../vo/Thumbnail */
343
-
344
- /*! ../vo/ThumbnailTrackInfo */
345
-
346
- /*! ../vo/URIFragmentData */
347
-
348
- /*! ../vo/UTCTiming */
349
-
350
- /*! ../vo/metrics/BufferLevel */
351
-
352
- /*! ../vo/metrics/BufferState */
353
-
354
- /*! ../vo/metrics/DVRInfo */
355
-
356
- /*! ../vo/metrics/DroppedFrames */
357
-
358
- /*! ../vo/metrics/HTTPRequest */
359
-
360
- /*! ../vo/metrics/ManifestUpdate */
361
-
362
- /*! ../vo/metrics/PlayList */
363
-
364
- /*! ../vo/metrics/RepresentationSwitch */
365
-
366
- /*! ../vo/metrics/RequestsQueue */
367
-
368
- /*! ../vo/metrics/SchedulingInfo */
369
-
370
- /*! ./ */
371
-
372
- /*! ./../../../webpack/buildin/global.js */
373
-
374
- /*! ./../../core/EventBus */
375
-
376
- /*! ./../../core/errors/Errors */
377
-
378
- /*! ./../../core/events/Events */
379
-
380
- /*! ./../../dash/vo/MediaInfo */
381
-
382
- /*! ./../../node-libs-browser/node_modules/buffer/index.js */
383
-
384
- /*! ./../../node-libs-browser/node_modules/timers-browserify/main.js */
385
-
386
- /*! ./../../process/browser.js */
387
-
388
- /*! ./../../webpack/buildin/global.js */
389
-
390
- /*! ./../CommonEncryption */
391
-
392
- /*! ./../core/Debug */
393
-
394
- /*! ./../core/EventBus */
395
-
396
- /*! ./../core/errors/Errors */
397
-
398
- /*! ./../core/events/Events */
399
-
400
- /*! ./../drm/KeySystemClearKey */
401
-
402
- /*! ./../drm/KeySystemPlayReady */
403
-
404
- /*! ./../drm/KeySystemW3CClearKey */
405
-
406
- /*! ./../drm/KeySystemWidevine */
407
-
408
- /*! ./../process/browser.js */
409
-
410
- /*! ./../servers/ClearKey */
411
-
412
- /*! ./../servers/DRMToday */
413
-
414
- /*! ./../servers/PlayReady */
415
-
416
- /*! ./../servers/Widevine */
417
-
418
- /*! ./../vo/DashJSError */
419
-
420
- /*! ./../vo/Segment */
421
-
422
- /*! ./../webpack/buildin/global.js */
423
-
424
- /*! ./AbandonRequestsRule */
425
-
426
- /*! ./BaseMatcher */
427
-
428
- /*! ./BolaRule */
429
-
430
- /*! ./CommonProperty */
431
-
432
- /*! ./CoreEvents */
433
-
434
- /*! ./DefaultURLUtils */
435
-
436
- /*! ./DroppedFramesRule */
437
-
438
- /*! ./EmbeddedTextHtmlRender */
439
-
440
- /*! ./ErrorsBase */
441
-
442
- /*! ./EventBus */
443
-
444
- /*! ./EventController */
445
-
446
- /*! ./EventsBase */
447
-
448
- /*! ./FactoryMaker */
449
-
450
- /*! ./FetchLoader */
451
-
452
- /*! ./FragmentRequest */
453
-
454
- /*! ./InsufficientBufferRule */
455
-
456
- /*! ./IsoFile */
457
-
458
- /*! ./L2ARule.js */
459
-
460
- /*! ./LearningAbrController */
461
-
462
- /*! ./LoLpQoEEvaluator */
463
-
464
- /*! ./LoLpWeightSelector */
465
-
466
- /*! ./ManifestLoader */
467
-
468
- /*! ./ManifestUpdater */
469
-
470
- /*! ./MapNode */
471
-
472
- /*! ./MediaPlayer */
473
-
474
- /*! ./MediaPlayerEvents */
475
-
476
- /*! ./MediaSourceController */
477
-
478
- /*! ./MetricsController */
479
-
480
- /*! ./MetricsHandlersController */
481
-
482
- /*! ./MetricsReportingEvents */
483
-
484
- /*! ./ProtectionEvents */
485
-
486
- /*! ./QoeInfo */
487
-
488
- /*! ./RangeController */
489
-
490
- /*! ./ReportingController */
491
-
492
- /*! ./SegmentsUtils */
493
-
494
- /*! ./StreamProcessor */
495
-
496
- /*! ./SwitchHistoryRule */
497
-
498
- /*! ./SwitchRequest */
499
-
500
- /*! ./TextSourceBuffer */
501
-
502
- /*! ./TextTracks */
503
-
504
- /*! ./ThroughputRule */
505
-
506
- /*! ./ThumbnailTracks */
507
-
508
- /*! ./TimeSyncController */
509
-
510
- /*! ./Utils.js */
511
-
512
- /*! ./XHRLoader */
513
-
514
- /*! ./_stream_duplex */
515
-
516
- /*! ./_stream_readable */
517
-
518
- /*! ./_stream_transform */
519
-
520
- /*! ./_stream_writable */
521
-
522
- /*! ./baseUrlResolution/BasicSelector */
523
-
524
- /*! ./baseUrlResolution/DVBSelector */
525
-
526
- /*! ./constants/Constants */
527
-
528
- /*! ./constants/DashConstants */
529
-
530
- /*! ./constants/MetricsConstants */
531
-
532
- /*! ./controllers/AbrController */
533
-
534
- /*! ./controllers/BaseURLController */
535
-
536
- /*! ./controllers/BlacklistController */
537
-
538
- /*! ./controllers/BufferController */
539
-
540
- /*! ./controllers/FragmentController */
541
-
542
- /*! ./controllers/GapController */
543
-
544
- /*! ./controllers/MediaController */
545
-
546
- /*! ./controllers/MetricsCollectionController */
547
-
548
- /*! ./controllers/PlaybackController */
549
-
550
- /*! ./controllers/ProtectionController */
551
-
552
- /*! ./controllers/ProtectionKeyController */
553
-
554
- /*! ./controllers/ScheduleController */
555
-
556
- /*! ./controllers/StreamController */
557
-
558
- /*! ./controllers/XlinkController */
559
-
560
- /*! ./doc */
561
-
562
- /*! ./errors/ProtectionErrors */
563
-
564
- /*! ./events/Events */
565
-
566
- /*! ./handlers/BufferLevelHandler */
567
-
568
- /*! ./handlers/DVBErrorsHandler */
569
-
570
- /*! ./handlers/GenericMetricHandler */
571
-
572
- /*! ./handlers/HttpListHandler */
573
-
574
- /*! ./html */
575
-
576
- /*! ./index_mediaplayerOnly */
577
-
578
- /*! ./internal/streams/BufferList */
579
-
580
- /*! ./internal/streams/destroy */
581
-
582
- /*! ./internal/streams/stream */
583
-
584
- /*! ./isd */
585
-
586
- /*! ./lib/_stream_duplex.js */
587
-
588
- /*! ./lib/_stream_passthrough.js */
589
-
590
- /*! ./lib/_stream_readable.js */
591
-
592
- /*! ./lib/_stream_transform.js */
593
-
594
- /*! ./lib/_stream_writable.js */
595
-
596
- /*! ./lolp/LoLpRule.js */
597
-
598
- /*! ./maps/RepresentationBaseValuesMap */
599
-
600
- /*! ./maps/SegmentValuesMap */
601
-
602
- /*! ./matchers/DateTimeMatcher */
603
-
604
- /*! ./matchers/DurationMatcher */
605
-
606
- /*! ./matchers/NumericMatcher */
607
-
608
- /*! ./matchers/StringMatcher */
609
-
610
- /*! ./metrics/MetricsHandlerFactory */
611
-
612
- /*! ./models/CmcdModel */
613
-
614
- /*! ./models/DashManifestModel */
615
-
616
- /*! ./models/FragmentModel */
617
-
618
- /*! ./models/ManifestModel */
619
-
620
- /*! ./models/MediaPlayerModel */
621
-
622
- /*! ./models/PatchManifestModel */
623
-
624
- /*! ./models/ProtectionModel_01b */
625
-
626
- /*! ./models/ProtectionModel_21Jan2015 */
627
-
628
- /*! ./models/ProtectionModel_3Feb2014 */
629
-
630
- /*! ./models/URIFragmentModel */
631
-
632
- /*! ./models/VideoModel */
633
-
634
- /*! ./names */
635
-
636
- /*! ./net/SchemeLoaderFactory */
637
-
638
- /*! ./net/URLLoader */
639
-
640
- /*! ./node_modules/webpack/buildin/global.js */
641
-
642
- /*! ./objectiron */
643
-
644
- /*! ./readable */
645
-
646
- /*! ./reporters/DVBReporting */
647
-
648
- /*! ./reporting/ReportingFactory */
649
-
650
- /*! ./src/core/Debug */
651
-
652
- /*! ./src/core/FactoryMaker */
653
-
654
- /*! ./src/core/Version */
655
-
656
- /*! ./src/streaming/MediaPlayer */
657
-
658
- /*! ./src/streaming/MediaPlayerFactory */
659
-
660
- /*! ./src/streaming/metrics/MetricsReporting */
661
-
662
- /*! ./src/streaming/protection/Protection */
663
-
664
- /*! ./src/streaming/utils/Capabilities */
665
-
666
- /*! ./styles */
667
-
668
- /*! ./text/NotFragmentedTextBufferController */
669
-
670
- /*! ./text/TextController */
671
-
672
- /*! ./thumbnail/ThumbnailController */
673
-
674
- /*! ./utils */
675
-
676
- /*! ./utils/BoxParser */
677
-
678
- /*! ./utils/Capabilities */
679
-
680
- /*! ./utils/CapabilitiesFilter */
681
-
682
- /*! ./utils/DOMStorage */
683
-
684
- /*! ./utils/DVBErrorsTranslator */
685
-
686
- /*! ./utils/ErrorHandler */
687
-
688
- /*! ./utils/RequestModifier */
689
-
690
- /*! ./utils/Round10 */
691
-
692
- /*! ./utils/SegmentsUtils */
693
-
694
- /*! ./utils/SupervisorTools */
695
-
696
- /*! ./utils/URLUtils */
697
-
698
- /*! ./vo/DashJSError */
699
-
700
- /*! ./vo/Event */
701
-
702
- /*! ./vo/HeadRequest */
703
-
704
- /*! ./vo/ManifestInfo */
705
-
706
- /*! ./vo/MediaInfo */
707
-
708
- /*! ./vo/RepresentationInfo */
709
-
710
- /*! ./vo/Segment */
711
-
712
- /*! ./vo/StreamInfo */
713
-
714
- /*! ./vo/TextRequest */
715
-
716
- /*! ./vo/metrics/HTTPRequest */
717
-
718
- /*! ./vo/metrics/PlayList */
719
-
720
- /*! base64-js */
721
-
722
- /*! buffer */
723
-
724
- /*! codem-isoboxer */
725
-
726
- /*! codem-isoboxer v0.3.6 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
727
-
728
- /*! core-util-is */
729
-
730
- /*! es6-promise/auto */
731
-
732
- /*! events */
733
-
734
- /*! exports provided: HTTPRequest, HTTPRequestTrace */
735
-
736
- /*! exports provided: ManifestUpdate, ManifestUpdateStreamInfo, ManifestUpdateRepresentationInfo */
737
-
738
- /*! exports provided: PlayList, PlayListTrace */
739
-
740
- /*! exports provided: THUMBNAILS_SCHEME_ID_URIS, default */
741
-
742
- /*! exports provided: checkParameterType, checkInteger, checkRange, checkIsVideoOrAudioType */
743
-
744
- /*! exports provided: default */
745
-
746
- /*! exports provided: default, MediaPlayer, FactoryMaker, Debug */
747
-
748
- /*! exports provided: default, MediaPlayer, Protection, MetricsReporting, MediaPlayerFactory, Debug, supportsMediaSource */
749
-
750
- /*! exports provided: getVersionString */
751
-
752
- /*! exports provided: supportsMediaSource, default */
753
-
754
- /*! exports provided: unescapeDollarsInTemplate, replaceIDForTemplate, replaceTokenForTemplate, getIndexBasedSegment, getTimeBasedSegment */
755
-
756
- /*! fast-deep-equal */
757
-
758
- /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
759
-
760
- /*! ieee754 */
761
-
762
- /*! imsc */
763
-
764
- /*! inherits */
765
-
766
- /*! isarray */
767
-
768
- /*! no static exports found */
769
-
770
- /*! path-browserify */
771
-
772
- /*! process-nextick-args */
773
-
774
- /*! readable-stream/duplex.js */
775
-
776
- /*! readable-stream/passthrough.js */
777
-
778
- /*! readable-stream/readable.js */
779
-
780
- /*! readable-stream/transform.js */
781
-
782
- /*! readable-stream/writable.js */
783
-
784
- /*! safe-buffer */
785
-
786
- /*! sax */
787
-
788
- /*! setimmediate */
789
-
790
- /*! stream */
791
-
792
- /*! string_decoder */
793
-
794
- /*! string_decoder/ */
795
-
796
- /*! util */
797
-
798
- /*! util-deprecate */
799
-
800
- /*!******************!*\
801
- !*** ./index.js ***!
802
- \******************/
803
-
804
- /*!**********************!*\
805
- !*** util (ignored) ***!
806
- \**********************/
807
-
808
- /*!***************************!*\
809
- !*** ./src/core/Debug.js ***!
810
- \***************************/
811
-
812
- /*!***************************!*\
813
- !*** ./src/core/Utils.js ***!
814
- \***************************/
815
-
816
- /*!****************************!*\
817
- !*** ./src/dash/vo/Mpd.js ***!
818
- \****************************/
819
-
820
- /*!*****************************!*\
821
- !*** ./externals/base64.js ***!
822
- \*****************************/
823
-
824
- /*!*****************************!*\
825
- !*** ./src/core/Version.js ***!
826
- \*****************************/
827
-
828
- /*!******************************!*\
829
- !*** ./src/core/EventBus.js ***!
830
- \******************************/
831
-
832
- /*!******************************!*\
833
- !*** ./src/core/Settings.js ***!
834
- \******************************/
835
-
836
- /*!******************************!*\
837
- !*** ./src/dash/vo/Event.js ***!
838
- \******************************/
839
-
840
- /*!*******************************!*\
841
- !*** ./externals/xml2json.js ***!
842
- \*******************************/
843
-
844
- /*!*******************************!*\
845
- !*** ./src/dash/vo/Period.js ***!
846
- \*******************************/
847
-
848
- /*!********************************!*\
849
- !*** ./src/dash/vo/BaseURL.js ***!
850
- \********************************/
851
-
852
- /*!********************************!*\
853
- !*** ./src/dash/vo/Segment.js ***!
854
- \********************************/
855
-
856
- /*!*********************************!*\
857
- !*** ./src/dash/DashAdapter.js ***!
858
- \*********************************/
859
-
860
- /*!*********************************!*\
861
- !*** ./src/dash/DashHandler.js ***!
862
- \*********************************/
863
-
864
- /*!*********************************!*\
865
- !*** ./src/dash/DashMetrics.js ***!
866
- \*********************************/
867
-
868
- /*!*********************************!*\
869
- !*** ./src/streaming/Stream.js ***!
870
- \*********************************/
871
-
872
- /*!**********************************!*\
873
- !*** ./index_mediaplayerOnly.js ***!
874
- \**********************************/
875
-
876
- /*!**********************************!*\
877
- !*** ./src/core/FactoryMaker.js ***!
878
- \**********************************/
879
-
880
- /*!**********************************!*\
881
- !*** ./src/dash/vo/MediaInfo.js ***!
882
- \**********************************/
883
-
884
- /*!**********************************!*\
885
- !*** ./src/dash/vo/UTCTiming.js ***!
886
- \**********************************/
887
-
888
- /*!***********************************!*\
889
- !*** (webpack)/buildin/global.js ***!
890
- \***********************************/
891
-
892
- /*!***********************************!*\
893
- !*** ./src/core/errors/Errors.js ***!
894
- \***********************************/
895
-
896
- /*!***********************************!*\
897
- !*** ./src/core/events/Events.js ***!
898
- \***********************************/
899
-
900
- /*!***********************************!*\
901
- !*** ./src/dash/utils/Round10.js ***!
902
- \***********************************/
903
-
904
- /*!***********************************!*\
905
- !*** ./src/dash/vo/StreamInfo.js ***!
906
- \***********************************/
907
-
908
- /*!************************************!*\
909
- !*** ./externals/cea608-parser.js ***!
910
- \************************************/
911
-
912
- /*!************************************!*\
913
- !*** ./src/dash/vo/EventStream.js ***!
914
- \************************************/
915
-
916
- /*!************************************!*\
917
- !*** ./src/dash/vo/SimpleXPath.js ***!
918
- \************************************/
919
-
920
- /*!************************************!*\
921
- !*** ./src/streaming/vo/IsoBox.js ***!
922
- \************************************/
923
-
924
- /*!*************************************!*\
925
- !*** ./node_modules/sax/lib/sax.js ***!
926
- \*************************************/
927
-
928
- /*!*************************************!*\
929
- !*** ./src/dash/vo/ManifestInfo.js ***!
930
- \*************************************/
931
-
932
- /*!**************************************!*\
933
- !*** ./src/dash/vo/AdaptationSet.js ***!
934
- \**************************************/
935
-
936
- /*!**************************************!*\
937
- !*** ./src/streaming/MediaPlayer.js ***!
938
- \**************************************/
939
-
940
- /*!**************************************!*\
941
- !*** ./src/streaming/XlinkLoader.js ***!
942
- \**************************************/
943
-
944
- /*!***************************************!*\
945
- !*** ./node_modules/ieee754/index.js ***!
946
- \***************************************/
947
-
948
- /*!***************************************!*\
949
- !*** ./node_modules/isarray/index.js ***!
950
- \***************************************/
951
-
952
- /*!***************************************!*\
953
- !*** ./src/core/errors/ErrorsBase.js ***!
954
- \***************************************/
955
-
956
- /*!***************************************!*\
957
- !*** ./src/core/events/CoreEvents.js ***!
958
- \***************************************/
959
-
960
- /*!***************************************!*\
961
- !*** ./src/core/events/EventsBase.js ***!
962
- \***************************************/
963
-
964
- /*!***************************************!*\
965
- !*** ./src/dash/SegmentBaseLoader.js ***!
966
- \***************************************/
967
-
968
- /*!***************************************!*\
969
- !*** ./src/dash/parser/DashParser.js ***!
970
- \***************************************/
971
-
972
- /*!***************************************!*\
973
- !*** ./src/dash/parser/objectiron.js ***!
974
- \***************************************/
975
-
976
- /*!***************************************!*\
977
- !*** ./src/dash/vo/PatchOperation.js ***!
978
- \***************************************/
979
-
980
- /*!***************************************!*\
981
- !*** ./src/dash/vo/Representation.js ***!
982
- \***************************************/
983
-
984
- /*!***************************************!*\
985
- !*** ./src/streaming/vo/DataChunk.js ***!
986
- \***************************************/
987
-
988
- /*!***************************************!*\
989
- !*** ./src/streaming/vo/Thumbnail.js ***!
990
- \***************************************/
991
-
992
- /*!****************************************!*\
993
- !*** ./src/streaming/net/URLLoader.js ***!
994
- \****************************************/
995
-
996
- /*!****************************************!*\
997
- !*** ./src/streaming/net/XHRLoader.js ***!
998
- \****************************************/
999
-
1000
- /*!****************************************!*\
1001
- !*** ./src/streaming/utils/IsoFile.js ***!
1002
- \****************************************/
1003
-
1004
- /*!*****************************************!*\
1005
- !*** ./node_modules/base64-js/index.js ***!
1006
- \*****************************************/
1007
-
1008
- /*!*****************************************!*\
1009
- !*** ./node_modules/process/browser.js ***!
1010
- \*****************************************/
1011
-
1012
- /*!*****************************************!*\
1013
- !*** ./src/dash/parser/maps/MapNode.js ***!
1014
- \*****************************************/
1015
-
1016
- /*!*****************************************!*\
1017
- !*** ./src/dash/utils/SegmentsUtils.js ***!
1018
- \*****************************************/
1019
-
1020
- /*!*****************************************!*\
1021
- !*** ./src/streaming/FragmentLoader.js ***!
1022
- \*****************************************/
1023
-
1024
- /*!*****************************************!*\
1025
- !*** ./src/streaming/ManifestLoader.js ***!
1026
- \*****************************************/
1027
-
1028
- /*!*****************************************!*\
1029
- !*** ./src/streaming/net/HTTPLoader.js ***!
1030
- \*****************************************/
1031
-
1032
- /*!*****************************************!*\
1033
- !*** ./src/streaming/utils/URLUtils.js ***!
1034
- \*****************************************/
1035
-
1036
- /*!*****************************************!*\
1037
- !*** ./src/streaming/vo/BitrateInfo.js ***!
1038
- \*****************************************/
1039
-
1040
- /*!*****************************************!*\
1041
- !*** ./src/streaming/vo/DashJSError.js ***!
1042
- \*****************************************/
1043
-
1044
- /*!*****************************************!*\
1045
- !*** ./src/streaming/vo/HeadRequest.js ***!
1046
- \*****************************************/
1047
-
1048
- /*!*****************************************!*\
1049
- !*** ./src/streaming/vo/MetricsList.js ***!
1050
- \*****************************************/
1051
-
1052
- /*!*****************************************!*\
1053
- !*** ./src/streaming/vo/TextRequest.js ***!
1054
- \*****************************************/
1055
-
1056
- /*!******************************************!*\
1057
- !*** ./node_modules/es6-promise/auto.js ***!
1058
- \******************************************/
1059
-
1060
- /*!******************************************!*\
1061
- !*** ./src/streaming/ManifestUpdater.js ***!
1062
- \******************************************/
1063
-
1064
- /*!******************************************!*\
1065
- !*** ./src/streaming/StreamProcessor.js ***!
1066
- \******************************************/
1067
-
1068
- /*!******************************************!*\
1069
- !*** ./src/streaming/net/FetchLoader.js ***!
1070
- \******************************************/
1071
-
1072
- /*!******************************************!*\
1073
- !*** ./src/streaming/text/TextTracks.js ***!
1074
- \******************************************/
1075
-
1076
- /*!******************************************!*\
1077
- !*** ./src/streaming/utils/BoxParser.js ***!
1078
- \******************************************/
1079
-
1080
- /*!******************************************!*\
1081
- !*** ./src/streaming/utils/InitCache.js ***!
1082
- \******************************************/
1083
-
1084
- /*!******************************************!*\
1085
- !*** ./src/streaming/utils/VTTParser.js ***!
1086
- \******************************************/
1087
-
1088
- /*!*******************************************!*\
1089
- !*** ./node_modules/safe-buffer/index.js ***!
1090
- \*******************************************/
1091
-
1092
- /*!*******************************************!*\
1093
- !*** ./src/dash/WebmSegmentBaseLoader.js ***!
1094
- \*******************************************/
1095
-
1096
- /*!*******************************************!*\
1097
- !*** ./src/dash/vo/RepresentationInfo.js ***!
1098
- \*******************************************/
1099
-
1100
- /*!*******************************************!*\
1101
- !*** ./src/streaming/SourceBufferSink.js ***!
1102
- \*******************************************/
1103
-
1104
- /*!*******************************************!*\
1105
- !*** ./src/streaming/metrics/vo/Range.js ***!
1106
- \*******************************************/
1107
-
1108
- /*!*******************************************!*\
1109
- !*** ./src/streaming/models/CmcdModel.js ***!
1110
- \*******************************************/
1111
-
1112
- /*!*******************************************!*\
1113
- !*** ./src/streaming/utils/DOMStorage.js ***!
1114
- \*******************************************/
1115
-
1116
- /*!*******************************************!*\
1117
- !*** ./src/streaming/utils/EBMLParser.js ***!
1118
- \*******************************************/
1119
-
1120
- /*!*******************************************!*\
1121
- !*** ./src/streaming/utils/TTMLParser.js ***!
1122
- \*******************************************/
1123
-
1124
- /*!*******************************************!*\
1125
- !*** ./src/streaming/vo/TextTrackInfo.js ***!
1126
- \*******************************************/
1127
-
1128
- /*!********************************************!*\
1129
- !*** ./src/streaming/MediaPlayerEvents.js ***!
1130
- \********************************************/
1131
-
1132
- /*!********************************************!*\
1133
- !*** ./src/streaming/metrics/utils/RNG.js ***!
1134
- \********************************************/
1135
-
1136
- /*!********************************************!*\
1137
- !*** ./src/streaming/models/VideoModel.js ***!
1138
- \********************************************/
1139
-
1140
- /*!********************************************!*\
1141
- !*** ./src/streaming/rules/abr/L2ARule.js ***!
1142
- \********************************************/
1143
-
1144
- /*!********************************************!*\
1145
- !*** ./src/streaming/utils/ObjectUtils.js ***!
1146
- \********************************************/
1147
-
1148
- /*!*********************************************!*\
1149
- !*** ./src/dash/constants/DashConstants.js ***!
1150
- \*********************************************/
1151
-
1152
- /*!*********************************************!*\
1153
- !*** ./src/dash/utils/SegmentBaseGetter.js ***!
1154
- \*********************************************/
1155
-
1156
- /*!*********************************************!*\
1157
- !*** ./src/dash/utils/TimelineConverter.js ***!
1158
- \*********************************************/
1159
-
1160
- /*!*********************************************!*\
1161
- !*** ./src/streaming/MediaPlayerFactory.js ***!
1162
- \*********************************************/
1163
-
1164
- /*!*********************************************!*\
1165
- !*** ./src/streaming/metrics/vo/Metrics.js ***!
1166
- \*********************************************/
1167
-
1168
- /*!*********************************************!*\
1169
- !*** ./src/streaming/rules/RulesContext.js ***!
1170
- \*********************************************/
1171
-
1172
- /*!*********************************************!*\
1173
- !*** ./src/streaming/rules/abr/BolaRule.js ***!
1174
- \*********************************************/
1175
-
1176
- /*!*********************************************!*\
1177
- !*** ./src/streaming/utils/Capabilities.js ***!
1178
- \*********************************************/
1179
-
1180
- /*!*********************************************!*\
1181
- !*** ./src/streaming/utils/ErrorHandler.js ***!
1182
- \*********************************************/
1183
-
1184
- /*!*********************************************!*\
1185
- !*** ./src/streaming/vo/FragmentRequest.js ***!
1186
- \*********************************************/
1187
-
1188
- /*!*********************************************!*\
1189
- !*** ./src/streaming/vo/URIFragmentData.js ***!
1190
- \*********************************************/
1191
-
1192
- /*!*********************************************!*\
1193
- !*** ./src/streaming/vo/metrics/DVRInfo.js ***!
1194
- \*********************************************/
1195
-
1196
- /*!**********************************************!*\
1197
- !*** ./node_modules/imsc/src/main/js/doc.js ***!
1198
- \**********************************************/
1199
-
1200
- /*!**********************************************!*\
1201
- !*** ./node_modules/imsc/src/main/js/isd.js ***!
1202
- \**********************************************/
1203
-
1204
- /*!**********************************************!*\
1205
- !*** ./src/dash/models/DashManifestModel.js ***!
1206
- \**********************************************/
1207
-
1208
- /*!**********************************************!*\
1209
- !*** ./src/dash/utils/ListSegmentsGetter.js ***!
1210
- \**********************************************/
1211
-
1212
- /*!**********************************************!*\
1213
- !*** ./src/streaming/constants/Constants.js ***!
1214
- \**********************************************/
1215
-
1216
- /*!**********************************************!*\
1217
- !*** ./src/streaming/models/MetricsModel.js ***!
1218
- \**********************************************/
1219
-
1220
- /*!**********************************************!*\
1221
- !*** ./src/streaming/rules/SwitchRequest.js ***!
1222
- \**********************************************/
1223
-
1224
- /*!**********************************************!*\
1225
- !*** ./src/streaming/text/TextController.js ***!
1226
- \**********************************************/
1227
-
1228
- /*!**********************************************!*\
1229
- !*** ./src/streaming/vo/IsoBoxSearchInfo.js ***!
1230
- \**********************************************/
1231
-
1232
- /*!**********************************************!*\
1233
- !*** ./src/streaming/vo/metrics/PlayList.js ***!
1234
- \**********************************************/
1235
-
1236
- /*!***********************************************!*\
1237
- !*** ./node_modules/core-util-is/lib/util.js ***!
1238
- \***********************************************/
1239
-
1240
- /*!***********************************************!*\
1241
- !*** ./node_modules/fast-deep-equal/index.js ***!
1242
- \***********************************************/
1243
-
1244
- /*!***********************************************!*\
1245
- !*** ./node_modules/imsc/src/main/js/html.js ***!
1246
- \***********************************************/
1247
-
1248
- /*!***********************************************!*\
1249
- !*** ./node_modules/imsc/src/main/js/main.js ***!
1250
- \***********************************************/
1251
-
1252
- /*!***********************************************!*\
1253
- !*** ./node_modules/path-browserify/index.js ***!
1254
- \***********************************************/
1255
-
1256
- /*!***********************************************!*\
1257
- !*** ./src/dash/models/PatchManifestModel.js ***!
1258
- \***********************************************/
1259
-
1260
- /*!***********************************************!*\
1261
- !*** ./src/streaming/metrics/vo/DVBErrors.js ***!
1262
- \***********************************************/
1263
-
1264
- /*!***********************************************!*\
1265
- !*** ./src/streaming/metrics/vo/Reporting.js ***!
1266
- \***********************************************/
1267
-
1268
- /*!***********************************************!*\
1269
- !*** ./src/streaming/models/FragmentModel.js ***!
1270
- \***********************************************/
1271
-
1272
- /*!***********************************************!*\
1273
- !*** ./src/streaming/models/ManifestModel.js ***!
1274
- \***********************************************/
1275
-
1276
- /*!************************************************!*\
1277
- !*** ./node_modules/imsc/src/main/js/names.js ***!
1278
- \************************************************/
1279
-
1280
- /*!************************************************!*\
1281
- !*** ./node_modules/imsc/src/main/js/utils.js ***!
1282
- \************************************************/
1283
-
1284
- /*!************************************************!*\
1285
- !*** ./node_modules/util-deprecate/browser.js ***!
1286
- \************************************************/
1287
-
1288
- /*!************************************************!*\
1289
- !*** ./src/dash/parser/maps/CommonProperty.js ***!
1290
- \************************************************/
1291
-
1292
- /*!************************************************!*\
1293
- !*** ./src/streaming/protection/Protection.js ***!
1294
- \************************************************/
1295
-
1296
- /*!************************************************!*\
1297
- !*** ./src/streaming/protection/vo/KeyPair.js ***!
1298
- \************************************************/
1299
-
1300
- /*!************************************************!*\
1301
- !*** ./src/streaming/protection/vo/NeedKey.js ***!
1302
- \************************************************/
1303
-
1304
- /*!************************************************!*\
1305
- !*** ./src/streaming/text/TextSourceBuffer.js ***!
1306
- \************************************************/
1307
-
1308
- /*!************************************************!*\
1309
- !*** ./src/streaming/utils/BaseURLSelector.js ***!
1310
- \************************************************/
1311
-
1312
- /*!************************************************!*\
1313
- !*** ./src/streaming/utils/DefaultURLUtils.js ***!
1314
- \************************************************/
1315
-
1316
- /*!************************************************!*\
1317
- !*** ./src/streaming/utils/RequestModifier.js ***!
1318
- \************************************************/
1319
-
1320
- /*!************************************************!*\
1321
- !*** ./src/streaming/utils/SupervisorTools.js ***!
1322
- \************************************************/
1323
-
1324
- /*!************************************************!*\
1325
- !*** ./src/streaming/vo/ThumbnailTrackInfo.js ***!
1326
- \************************************************/
1327
-
1328
- /*!*************************************************!*\
1329
- !*** ./node_modules/imsc/src/main/js/styles.js ***!
1330
- \*************************************************/
1331
-
1332
- /*!*************************************************!*\
1333
- !*** ./node_modules/stream-browserify/index.js ***!
1334
- \*************************************************/
1335
-
1336
- /*!*************************************************!*\
1337
- !*** ./src/dash/parser/matchers/BaseMatcher.js ***!
1338
- \*************************************************/
1339
-
1340
- /*!*************************************************!*\
1341
- !*** ./src/streaming/rules/abr/lolp/QoeInfo.js ***!
1342
- \*************************************************/
1343
-
1344
- /*!*************************************************!*\
1345
- !*** ./src/streaming/utils/CustomTimeRanges.js ***!
1346
- \*************************************************/
1347
-
1348
- /*!*************************************************!*\
1349
- !*** ./src/streaming/vo/metrics/BufferLevel.js ***!
1350
- \*************************************************/
1351
-
1352
- /*!*************************************************!*\
1353
- !*** ./src/streaming/vo/metrics/BufferState.js ***!
1354
- \*************************************************/
1355
-
1356
- /*!*************************************************!*\
1357
- !*** ./src/streaming/vo/metrics/HTTPRequest.js ***!
1358
- \*************************************************/
1359
-
1360
- /*!**************************************************!*\
1361
- !*** ./src/dash/parser/maps/SegmentValuesMap.js ***!
1362
- \**************************************************/
1363
-
1364
- /*!**************************************************!*\
1365
- !*** ./src/dash/utils/TemplateSegmentsGetter.js ***!
1366
- \**************************************************/
1367
-
1368
- /*!**************************************************!*\
1369
- !*** ./src/dash/utils/TimelineSegmentsGetter.js ***!
1370
- \**************************************************/
1371
-
1372
- /*!**************************************************!*\
1373
- !*** ./src/streaming/models/BaseURLTreeModel.js ***!
1374
- \**************************************************/
1375
-
1376
- /*!**************************************************!*\
1377
- !*** ./src/streaming/models/MediaPlayerModel.js ***!
1378
- \**************************************************/
1379
-
1380
- /*!**************************************************!*\
1381
- !*** ./src/streaming/models/URIFragmentModel.js ***!
1382
- \**************************************************/
1383
-
1384
- /*!**************************************************!*\
1385
- !*** ./src/streaming/net/SchemeLoaderFactory.js ***!
1386
- \**************************************************/
1387
-
1388
- /*!**************************************************!*\
1389
- !*** ./src/streaming/rules/ThroughputHistory.js ***!
1390
- \**************************************************/
1391
-
1392
- /*!**************************************************!*\
1393
- !*** ./src/streaming/rules/abr/lolp/LoLpRule.js ***!
1394
- \**************************************************/
1395
-
1396
- /*!***************************************************!*\
1397
- !*** ./node_modules/inherits/inherits_browser.js ***!
1398
- \***************************************************/
1399
-
1400
- /*!***************************************************!*\
1401
- !*** ./node_modules/readable-stream/transform.js ***!
1402
- \***************************************************/
1403
-
1404
- /*!***************************************************!*\
1405
- !*** ./node_modules/setimmediate/setImmediate.js ***!
1406
- \***************************************************/
1407
-
1408
- /*!***************************************************!*\
1409
- !*** ./src/dash/parser/matchers/StringMatcher.js ***!
1410
- \***************************************************/
1411
-
1412
- /*!***************************************************!*\
1413
- !*** ./src/streaming/metrics/MetricsReporting.js ***!
1414
- \***************************************************/
1415
-
1416
- /*!***************************************************!*\
1417
- !*** ./src/streaming/protection/vo/KeyMessage.js ***!
1418
- \***************************************************/
1419
-
1420
- /*!***************************************************!*\
1421
- !*** ./src/streaming/rules/abr/ThroughputRule.js ***!
1422
- \***************************************************/
1423
-
1424
- /*!***************************************************!*\
1425
- !*** ./src/streaming/utils/CapabilitiesFilter.js ***!
1426
- \***************************************************/
1427
-
1428
- /*!***************************************************!*\
1429
- !*** ./src/streaming/vo/metrics/DroppedFrames.js ***!
1430
- \***************************************************/
1431
-
1432
- /*!***************************************************!*\
1433
- !*** ./src/streaming/vo/metrics/RequestsQueue.js ***!
1434
- \***************************************************/
1435
-
1436
- /*!****************************************************!*\
1437
- !*** ./node_modules/process-nextick-args/index.js ***!
1438
- \****************************************************/
1439
-
1440
- /*!****************************************************!*\
1441
- !*** ./src/dash/controllers/SegmentsController.js ***!
1442
- \****************************************************/
1443
-
1444
- /*!****************************************************!*\
1445
- !*** ./src/dash/parser/matchers/NumericMatcher.js ***!
1446
- \****************************************************/
1447
-
1448
- /*!****************************************************!*\
1449
- !*** ./src/streaming/controllers/AbrController.js ***!
1450
- \****************************************************/
1451
-
1452
- /*!****************************************************!*\
1453
- !*** ./src/streaming/controllers/GapController.js ***!
1454
- \****************************************************/
1455
-
1456
- /*!****************************************************!*\
1457
- !*** ./src/streaming/thumbnail/ThumbnailTracks.js ***!
1458
- \****************************************************/
1459
-
1460
- /*!****************************************************!*\
1461
- !*** ./src/streaming/vo/metrics/ManifestUpdate.js ***!
1462
- \****************************************************/
1463
-
1464
- /*!****************************************************!*\
1465
- !*** ./src/streaming/vo/metrics/SchedulingInfo.js ***!
1466
- \****************************************************/
1467
-
1468
- /*!*****************************************************!*\
1469
- !*** ./node_modules/readable-stream/passthrough.js ***!
1470
- \*****************************************************/
1471
-
1472
- /*!*****************************************************!*\
1473
- !*** ./src/dash/parser/matchers/DateTimeMatcher.js ***!
1474
- \*****************************************************/
1475
-
1476
- /*!*****************************************************!*\
1477
- !*** ./src/dash/parser/matchers/DurationMatcher.js ***!
1478
- \*****************************************************/
1479
-
1480
- /*!*****************************************************!*\
1481
- !*** ./src/streaming/constants/MetricsConstants.js ***!
1482
- \*****************************************************/
1483
-
1484
- /*!*****************************************************!*\
1485
- !*** ./src/streaming/rules/DroppedFramesHistory.js ***!
1486
- \*****************************************************/
1487
-
1488
- /*!*****************************************************!*\
1489
- !*** ./src/streaming/rules/SwitchRequestHistory.js ***!
1490
- \*****************************************************/
1491
-
1492
- /*!******************************************************!*\
1493
- !*** ./node_modules/es6-promise/dist/es6-promise.js ***!
1494
- \******************************************************/
1495
-
1496
- /*!******************************************************!*\
1497
- !*** ./src/streaming/controllers/EventController.js ***!
1498
- \******************************************************/
1499
-
1500
- /*!******************************************************!*\
1501
- !*** ./src/streaming/controllers/MediaController.js ***!
1502
- \******************************************************/
1503
-
1504
- /*!******************************************************!*\
1505
- !*** ./src/streaming/controllers/XlinkController.js ***!
1506
- \******************************************************/
1507
-
1508
- /*!******************************************************!*\
1509
- !*** ./src/streaming/protection/CommonEncryption.js ***!
1510
- \******************************************************/
1511
-
1512
- /*!******************************************************!*\
1513
- !*** ./src/streaming/protection/ProtectionEvents.js ***!
1514
- \******************************************************/
1515
-
1516
- /*!******************************************************!*\
1517
- !*** ./src/streaming/protection/servers/ClearKey.js ***!
1518
- \******************************************************/
1519
-
1520
- /*!******************************************************!*\
1521
- !*** ./src/streaming/protection/servers/DRMToday.js ***!
1522
- \******************************************************/
1523
-
1524
- /*!******************************************************!*\
1525
- !*** ./src/streaming/protection/servers/Widevine.js ***!
1526
- \******************************************************/
1527
-
1528
- /*!******************************************************!*\
1529
- !*** ./src/streaming/rules/abr/DroppedFramesRule.js ***!
1530
- \******************************************************/
1531
-
1532
- /*!******************************************************!*\
1533
- !*** ./src/streaming/rules/abr/SwitchHistoryRule.js ***!
1534
- \******************************************************/
1535
-
1536
- /*!******************************************************!*\
1537
- !*** ./src/streaming/text/EmbeddedTextHtmlRender.js ***!
1538
- \******************************************************/
1539
-
1540
- /*!*******************************************************!*\
1541
- !*** ./node_modules/codem-isoboxer/dist/iso_boxer.js ***!
1542
- \*******************************************************/
1543
-
1544
- /*!*******************************************************!*\
1545
- !*** ./src/dash/controllers/SegmentBaseController.js ***!
1546
- \*******************************************************/
1547
-
1548
- /*!*******************************************************!*\
1549
- !*** ./src/streaming/controllers/BufferController.js ***!
1550
- \*******************************************************/
1551
-
1552
- /*!*******************************************************!*\
1553
- !*** ./src/streaming/controllers/StreamController.js ***!
1554
- \*******************************************************/
1555
-
1556
- /*!*******************************************************!*\
1557
- !*** ./src/streaming/metrics/utils/HandlerHelpers.js ***!
1558
- \*******************************************************/
1559
-
1560
- /*!*******************************************************!*\
1561
- !*** ./src/streaming/protection/servers/PlayReady.js ***!
1562
- \*******************************************************/
1563
-
1564
- /*!*******************************************************!*\
1565
- !*** ./src/streaming/protection/vo/ClearKeyKeySet.js ***!
1566
- \*******************************************************/
1567
-
1568
- /*!*******************************************************!*\
1569
- !*** ./src/streaming/protection/vo/LicenseRequest.js ***!
1570
- \*******************************************************/
1571
-
1572
- /*!*******************************************************!*\
1573
- !*** ./src/streaming/rules/abr/ABRRulesCollection.js ***!
1574
- \*******************************************************/
1575
-
1576
- /*!********************************************************!*\
1577
- !*** ./node_modules/readable-stream/duplex-browser.js ***!
1578
- \********************************************************/
1579
-
1580
- /*!********************************************************!*\
1581
- !*** ./src/streaming/constants/ProtectionConstants.js ***!
1582
- \********************************************************/
1583
-
1584
- /*!********************************************************!*\
1585
- !*** ./src/streaming/controllers/BaseURLController.js ***!
1586
- \********************************************************/
1587
-
1588
- /*!********************************************************!*\
1589
- !*** ./src/streaming/metrics/utils/ManifestParsing.js ***!
1590
- \********************************************************/
1591
-
1592
- /*!********************************************************!*\
1593
- !*** ./src/streaming/protection/vo/KeySystemAccess.js ***!
1594
- \********************************************************/
1595
-
1596
- /*!********************************************************!*\
1597
- !*** ./src/streaming/protection/vo/LicenseResponse.js ***!
1598
- \********************************************************/
1599
-
1600
- /*!********************************************************!*\
1601
- !*** ./src/streaming/protection/vo/MediaCapability.js ***!
1602
- \********************************************************/
1603
-
1604
- /*!********************************************************!*\
1605
- !*** ./src/streaming/rules/abr/AbandonRequestsRule.js ***!
1606
- \********************************************************/
1607
-
1608
- /*!********************************************************!*\
1609
- !*** ./src/streaming/thumbnail/ThumbnailController.js ***!
1610
- \********************************************************/
1611
-
1612
- /*!*********************************************************!*\
1613
- !*** ./src/streaming/controllers/FragmentController.js ***!
1614
- \*********************************************************/
1615
-
1616
- /*!*********************************************************!*\
1617
- !*** ./src/streaming/controllers/PlaybackController.js ***!
1618
- \*********************************************************/
1619
-
1620
- /*!*********************************************************!*\
1621
- !*** ./src/streaming/controllers/ScheduleController.js ***!
1622
- \*********************************************************/
1623
-
1624
- /*!*********************************************************!*\
1625
- !*** ./src/streaming/controllers/TimeSyncController.js ***!
1626
- \*********************************************************/
1627
-
1628
- /*!*********************************************************!*\
1629
- !*** ./src/streaming/metrics/MetricsReportingEvents.js ***!
1630
- \*********************************************************/
1631
-
1632
- /*!*********************************************************!*\
1633
- !*** ./src/streaming/metrics/utils/MetricSerialiser.js ***!
1634
- \*********************************************************/
1635
-
1636
- /*!**********************************************************!*\
1637
- !*** ./node_modules/readable-stream/readable-browser.js ***!
1638
- \**********************************************************/
1639
-
1640
- /*!**********************************************************!*\
1641
- !*** ./node_modules/readable-stream/writable-browser.js ***!
1642
- \**********************************************************/
1643
-
1644
- /*!**********************************************************!*\
1645
- !*** ./src/dash/controllers/RepresentationController.js ***!
1646
- \**********************************************************/
1647
-
1648
- /*!**********************************************************!*\
1649
- !*** ./src/streaming/controllers/BlacklistController.js ***!
1650
- \**********************************************************/
1651
-
1652
- /*!**********************************************************!*\
1653
- !*** ./src/streaming/rules/abr/lolp/LoLpQoEEvaluator.js ***!
1654
- \**********************************************************/
1655
-
1656
- /*!**********************************************************!*\
1657
- !*** ./src/streaming/vo/metrics/RepresentationSwitch.js ***!
1658
- \**********************************************************/
1659
-
1660
- /*!***********************************************************!*\
1661
- !*** ./node_modules/string_decoder/lib/string_decoder.js ***!
1662
- \***********************************************************/
1663
-
1664
- /*!***********************************************************!*\
1665
- !*** ./src/streaming/models/LowLatencyThroughputModel.js ***!
1666
- \***********************************************************/
1667
-
1668
- /*!***********************************************************!*\
1669
- !*** ./src/streaming/protection/drm/KeySystemClearKey.js ***!
1670
- \***********************************************************/
1671
-
1672
- /*!***********************************************************!*\
1673
- !*** ./src/streaming/protection/drm/KeySystemWidevine.js ***!
1674
- \***********************************************************/
1675
-
1676
- /*!***********************************************************!*\
1677
- !*** ./src/streaming/rules/abr/InsufficientBufferRule.js ***!
1678
- \***********************************************************/
1679
-
1680
- /*!************************************************************!*\
1681
- !*** ./node_modules/readable-stream/lib/_stream_duplex.js ***!
1682
- \************************************************************/
1683
-
1684
- /*!************************************************************!*\
1685
- !*** ./src/streaming/controllers/MediaSourceController.js ***!
1686
- \************************************************************/
1687
-
1688
- /*!************************************************************!*\
1689
- !*** ./src/streaming/metrics/utils/DVBErrorsTranslator.js ***!
1690
- \************************************************************/
1691
-
1692
- /*!************************************************************!*\
1693
- !*** ./src/streaming/protection/drm/KeySystemPlayReady.js ***!
1694
- \************************************************************/
1695
-
1696
- /*!************************************************************!*\
1697
- !*** ./src/streaming/rules/abr/lolp/LoLpWeightSelector.js ***!
1698
- \************************************************************/
1699
-
1700
- /*!*************************************************************!*\
1701
- !*** ./src/dash/parser/maps/RepresentationBaseValuesMap.js ***!
1702
- \*************************************************************/
1703
-
1704
- /*!*************************************************************!*\
1705
- !*** ./src/streaming/metrics/reporting/ReportingFactory.js ***!
1706
- \*************************************************************/
1707
-
1708
- /*!*************************************************************!*\
1709
- !*** ./src/streaming/protection/errors/ProtectionErrors.js ***!
1710
- \*************************************************************/
1711
-
1712
- /*!**************************************************************!*\
1713
- !*** ./node_modules/readable-stream/lib/_stream_readable.js ***!
1714
- \**************************************************************/
1715
-
1716
- /*!**************************************************************!*\
1717
- !*** ./node_modules/readable-stream/lib/_stream_writable.js ***!
1718
- \**************************************************************/
1719
-
1720
- /*!**************************************************************!*\
1721
- !*** ./src/streaming/metrics/controllers/RangeController.js ***!
1722
- \**************************************************************/
1723
-
1724
- /*!**************************************************************!*\
1725
- !*** ./src/streaming/protection/drm/KeySystemW3CClearKey.js ***!
1726
- \**************************************************************/
1727
-
1728
- /*!**************************************************************!*\
1729
- !*** ./src/streaming/utils/baseUrlResolution/DVBSelector.js ***!
1730
- \**************************************************************/
1731
-
1732
- /*!***************************************************************!*\
1733
- !*** ./node_modules/readable-stream/lib/_stream_transform.js ***!
1734
- \***************************************************************/
1735
-
1736
- /*!***************************************************************!*\
1737
- !*** ./src/streaming/protection/vo/KeySystemConfiguration.js ***!
1738
- \***************************************************************/
1739
-
1740
- /*!***************************************************************!*\
1741
- !*** ./src/streaming/rules/abr/lolp/LearningAbrController.js ***!
1742
- \***************************************************************/
1743
-
1744
- /*!****************************************************************!*\
1745
- !*** ./src/streaming/metrics/controllers/MetricsController.js ***!
1746
- \****************************************************************/
1747
-
1748
- /*!****************************************************************!*\
1749
- !*** ./src/streaming/metrics/metrics/MetricsHandlerFactory.js ***!
1750
- \****************************************************************/
1751
-
1752
- /*!****************************************************************!*\
1753
- !*** ./src/streaming/protection/models/ProtectionModel_01b.js ***!
1754
- \****************************************************************/
1755
-
1756
- /*!****************************************************************!*\
1757
- !*** ./src/streaming/utils/baseUrlResolution/BasicSelector.js ***!
1758
- \****************************************************************/
1759
-
1760
- /*!*****************************************************************!*\
1761
- !*** ./node_modules/readable-stream/lib/_stream_passthrough.js ***!
1762
- \*****************************************************************/
1763
-
1764
- /*!*****************************************************************!*\
1765
- !*** ./src/streaming/text/NotFragmentedTextBufferController.js ***!
1766
- \*****************************************************************/
1767
-
1768
- /*!******************************************************************!*\
1769
- !*** ./src/streaming/constants/ConformanceViolationConstants.js ***!
1770
- \******************************************************************/
1771
-
1772
- /*!******************************************************************!*\
1773
- !*** ./src/streaming/metrics/controllers/ReportingController.js ***!
1774
- \******************************************************************/
1775
-
1776
- /*!*******************************************************************!*\
1777
- !*** ./src/streaming/metrics/metrics/handlers/HttpListHandler.js ***!
1778
- \*******************************************************************/
1779
-
1780
- /*!*******************************************************************!*\
1781
- !*** ./src/streaming/metrics/reporting/reporters/DVBReporting.js ***!
1782
- \*******************************************************************/
1783
-
1784
- /*!********************************************************************!*\
1785
- !*** ./src/streaming/metrics/metrics/handlers/DVBErrorsHandler.js ***!
1786
- \********************************************************************/
1787
-
1788
- /*!*********************************************************************!*\
1789
- !*** ./node_modules/node-libs-browser/node_modules/buffer/index.js ***!
1790
- \*********************************************************************/
1791
-
1792
- /*!*********************************************************************!*\
1793
- !*** ./src/streaming/protection/models/ProtectionModel_3Feb2014.js ***!
1794
- \*********************************************************************/
1795
-
1796
- /*!**********************************************************************!*\
1797
- !*** ./node_modules/node-libs-browser/node_modules/events/events.js ***!
1798
- \**********************************************************************/
1799
-
1800
- /*!**********************************************************************!*\
1801
- !*** ./node_modules/readable-stream/lib/internal/streams/destroy.js ***!
1802
- \**********************************************************************/
1803
-
1804
- /*!**********************************************************************!*\
1805
- !*** ./src/streaming/metrics/metrics/handlers/BufferLevelHandler.js ***!
1806
- \**********************************************************************/
1807
-
1808
- /*!**********************************************************************!*\
1809
- !*** ./src/streaming/protection/controllers/ProtectionController.js ***!
1810
- \**********************************************************************/
1811
-
1812
- /*!**********************************************************************!*\
1813
- !*** ./src/streaming/protection/models/ProtectionModel_21Jan2015.js ***!
1814
- \**********************************************************************/
1815
-
1816
- /*!************************************************************************!*\
1817
- !*** ./src/streaming/metrics/controllers/MetricsHandlersController.js ***!
1818
- \************************************************************************/
1819
-
1820
- /*!************************************************************************!*\
1821
- !*** ./src/streaming/metrics/metrics/handlers/GenericMetricHandler.js ***!
1822
- \************************************************************************/
1823
-
1824
- /*!*************************************************************************!*\
1825
- !*** ./node_modules/readable-stream/lib/internal/streams/BufferList.js ***!
1826
- \*************************************************************************/
1827
-
1828
- /*!*************************************************************************!*\
1829
- !*** ./src/streaming/protection/controllers/ProtectionKeyController.js ***!
1830
- \*************************************************************************/
1831
-
1832
- /*!**************************************************************************!*\
1833
- !*** ./src/streaming/metrics/controllers/MetricsCollectionController.js ***!
1834
- \**************************************************************************/
1835
-
1836
- /*!*****************************************************************************!*\
1837
- !*** ./node_modules/readable-stream/lib/internal/streams/stream-browser.js ***!
1838
- \*****************************************************************************/
1839
-
1840
- /*!*******************************************************************************!*\
1841
- !*** ./node_modules/node-libs-browser/node_modules/timers-browserify/main.js ***!
1842
- \*******************************************************************************/