rx-player 4.0.0-dev.2023120600 → 4.0.0-dev.2024022000

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 (4160) hide show
  1. package/.prettierrc +4 -0
  2. package/CHANGELOG.md +1757 -990
  3. package/MAINTAINERS.md +9 -12
  4. package/README.md +107 -153
  5. package/VERSION +1 -1
  6. package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts +3 -0
  7. package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.js +6 -0
  8. package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts +3 -0
  9. package/dist/commonjs/__GENERATED_CODE/embedded_worker.js +6 -0
  10. package/dist/commonjs/__GENERATED_CODE/index.d.ts +2 -0
  11. package/dist/commonjs/__GENERATED_CODE/index.js +7 -0
  12. package/dist/commonjs/compat/add_class_name.js +4 -3
  13. package/dist/commonjs/compat/add_text_track.d.ts +1 -1
  14. package/dist/commonjs/compat/add_text_track.js +3 -2
  15. package/dist/commonjs/compat/browser_compatibility_types.js +14 -8
  16. package/dist/commonjs/compat/browser_detection.d.ts +3 -1
  17. package/dist/commonjs/compat/browser_detection.js +29 -10
  18. package/dist/commonjs/compat/change_source_buffer_type.d.ts +1 -1
  19. package/dist/commonjs/compat/eme/close_session.d.ts +1 -1
  20. package/dist/commonjs/compat/eme/close_session.js +16 -12
  21. package/dist/commonjs/compat/eme/custom_key_system_access.d.ts +1 -1
  22. package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.d.ts +1 -1
  23. package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.js +14 -9
  24. package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +1 -1
  25. package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.js +1 -1
  26. package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.js +1 -1
  27. package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +2 -2
  28. package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.js +13 -12
  29. package/dist/commonjs/compat/eme/custom_media_keys/types.d.ts +1 -1
  30. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.d.ts +1 -1
  31. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.js +5 -11
  32. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +1 -1
  33. package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +3 -3
  34. package/dist/commonjs/compat/eme/eme-api-implementation.d.ts +3 -3
  35. package/dist/commonjs/compat/eme/eme-api-implementation.js +17 -12
  36. package/dist/commonjs/compat/eme/generate_key_request.d.ts +1 -1
  37. package/dist/commonjs/compat/eme/generate_key_request.js +16 -19
  38. package/dist/commonjs/compat/eme/get_init_data.js +5 -7
  39. package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.js +1 -2
  40. package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.js +10 -11
  41. package/dist/commonjs/compat/eme/load_session.d.ts +1 -1
  42. package/dist/commonjs/compat/enable_audio_track.d.ts +1 -1
  43. package/dist/commonjs/compat/event_listeners.d.ts +4 -4
  44. package/dist/commonjs/compat/event_listeners.js +43 -34
  45. package/dist/commonjs/compat/has_mse_in_worker.d.ts +2 -0
  46. package/dist/commonjs/compat/has_mse_in_worker.js +6 -0
  47. package/dist/commonjs/compat/has_webassembly.d.ts +6 -0
  48. package/dist/commonjs/compat/has_webassembly.js +8 -0
  49. package/dist/commonjs/compat/is_codec_supported.js +7 -1
  50. package/dist/commonjs/compat/is_vtt_cue.d.ts +1 -1
  51. package/dist/commonjs/compat/is_vtt_cue.js +1 -1
  52. package/dist/commonjs/compat/make_vtt_cue.d.ts +1 -1
  53. package/dist/commonjs/compat/make_vtt_cue.js +1 -1
  54. package/dist/commonjs/compat/on_height_width_change.d.ts +2 -2
  55. package/dist/commonjs/compat/on_height_width_change.js +1 -1
  56. package/dist/commonjs/compat/patch_webkit_source_buffer.js +31 -31
  57. package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.js +1 -2
  58. package/dist/commonjs/config.d.ts +8 -19
  59. package/dist/commonjs/config.js +4 -12
  60. package/dist/commonjs/core/adaptive/adaptive_representation_selector.d.ts +26 -39
  61. package/dist/commonjs/core/adaptive/adaptive_representation_selector.js +49 -27
  62. package/dist/commonjs/core/adaptive/buffer_based_chooser.d.ts +1 -1
  63. package/dist/commonjs/core/adaptive/buffer_based_chooser.js +13 -11
  64. package/dist/commonjs/core/adaptive/guess_based_chooser.d.ts +6 -6
  65. package/dist/commonjs/core/adaptive/guess_based_chooser.js +7 -6
  66. package/dist/commonjs/core/adaptive/index.d.ts +2 -2
  67. package/dist/commonjs/core/adaptive/network_analyzer.d.ts +6 -6
  68. package/dist/commonjs/core/adaptive/network_analyzer.js +47 -43
  69. package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.js +1 -1
  70. package/dist/commonjs/core/adaptive/utils/ewma.js +1 -2
  71. package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.d.ts +2 -2
  72. package/dist/commonjs/core/adaptive/utils/filter_by_resolution.d.ts +2 -2
  73. package/dist/commonjs/core/adaptive/utils/filter_by_resolution.js +2 -4
  74. package/dist/commonjs/core/adaptive/utils/get_buffer_levels.js +7 -4
  75. package/dist/commonjs/core/adaptive/utils/last_estimate_storage.d.ts +3 -3
  76. package/dist/commonjs/core/adaptive/utils/pending_requests_store.d.ts +5 -5
  77. package/dist/commonjs/core/adaptive/utils/pending_requests_store.js +4 -3
  78. package/dist/commonjs/core/adaptive/utils/representation_score_calculator.d.ts +7 -7
  79. package/dist/commonjs/core/adaptive/utils/representation_score_calculator.js +11 -8
  80. package/dist/commonjs/core/adaptive/utils/select_optimal_representation.d.ts +4 -4
  81. package/dist/commonjs/core/adaptive/utils/select_optimal_representation.js +2 -2
  82. package/dist/commonjs/core/fetchers/cdn_prioritizer.d.ts +2 -2
  83. package/dist/commonjs/core/fetchers/cdn_prioritizer.js +5 -6
  84. package/dist/commonjs/core/fetchers/manifest/index.d.ts +1 -1
  85. package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.d.ts +3 -3
  86. package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.js +80 -65
  87. package/dist/commonjs/core/fetchers/segment/index.d.ts +1 -1
  88. package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.d.ts +42 -0
  89. package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.d.ts +4 -3
  90. package/dist/commonjs/core/fetchers/segment/segment_fetcher.d.ts +12 -12
  91. package/dist/commonjs/core/fetchers/segment/segment_fetcher.js +51 -34
  92. package/dist/commonjs/core/fetchers/segment/segment_fetcher_creator.d.ts +5 -5
  93. package/dist/commonjs/core/fetchers/segment/segment_fetcher_creator.js +4 -2
  94. package/dist/commonjs/core/fetchers/segment/task_prioritizer.d.ts +1 -1
  95. package/dist/commonjs/core/fetchers/segment/task_prioritizer.js +18 -17
  96. package/dist/commonjs/core/fetchers/utils/error_selector.d.ts +1 -2
  97. package/dist/commonjs/core/fetchers/utils/error_selector.js +2 -2
  98. package/dist/commonjs/core/fetchers/utils/schedule_request.d.ts +3 -3
  99. package/dist/commonjs/core/fetchers/utils/schedule_request.js +22 -22
  100. package/dist/commonjs/core/main/common/DecipherabilityFreezeDetector.d.ts +79 -0
  101. package/dist/commonjs/core/main/common/DecipherabilityFreezeDetector.js +127 -0
  102. package/dist/commonjs/core/main/common/content_time_boundaries_observer.d.ts +191 -0
  103. package/dist/commonjs/core/main/common/content_time_boundaries_observer.js +519 -0
  104. package/dist/commonjs/core/main/common/create_content_time_boundaries_observer.d.ts +27 -0
  105. package/dist/commonjs/core/main/common/create_content_time_boundaries_observer.js +48 -0
  106. package/dist/commonjs/core/main/common/get_buffered_data_per_media_buffer.d.ts +14 -0
  107. package/dist/commonjs/core/main/common/get_buffered_data_per_media_buffer.js +37 -0
  108. package/dist/commonjs/core/main/worker/content_preparer.d.ts +93 -0
  109. package/dist/commonjs/core/main/worker/content_preparer.js +273 -0
  110. package/dist/commonjs/core/main/worker/globals.d.ts +13 -0
  111. package/dist/commonjs/core/main/worker/globals.js +26 -0
  112. package/dist/commonjs/core/main/worker/index.d.ts +2 -0
  113. package/dist/commonjs/core/main/worker/index.js +4 -0
  114. package/dist/commonjs/core/main/worker/send_message.d.ts +3 -0
  115. package/dist/commonjs/core/main/worker/send_message.js +25 -0
  116. package/dist/commonjs/core/main/worker/track_choice_setter.d.ts +19 -0
  117. package/dist/commonjs/core/main/worker/track_choice_setter.js +140 -0
  118. package/dist/commonjs/core/main/worker/worker_main.d.ts +1 -0
  119. package/dist/commonjs/core/main/worker/worker_main.js +787 -0
  120. package/dist/commonjs/core/main/worker/worker_text_displayer_interface.d.ts +64 -0
  121. package/dist/commonjs/core/main/worker/worker_text_displayer_interface.js +126 -0
  122. package/dist/commonjs/core/segment_sinks/garbage_collector.d.ts +43 -0
  123. package/dist/commonjs/core/segment_sinks/garbage_collector.js +226 -0
  124. package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.d.ts +135 -0
  125. package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.js +358 -0
  126. package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.d.ts +17 -0
  127. package/dist/commonjs/core/segment_sinks/implementations/index.d.ts +19 -0
  128. package/dist/commonjs/core/segment_sinks/implementations/index.js +35 -0
  129. package/dist/commonjs/core/segment_sinks/implementations/text/index.d.ts +3 -0
  130. package/dist/commonjs/core/segment_sinks/implementations/text/index.js +4 -0
  131. package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_buffer.d.ts +90 -0
  132. package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_buffer.js +257 -0
  133. package/dist/commonjs/core/segment_sinks/implementations/types.d.ts +307 -0
  134. package/dist/commonjs/core/segment_sinks/implementations/types.js +117 -0
  135. package/dist/commonjs/core/segment_sinks/index.d.ts +21 -0
  136. package/dist/commonjs/core/segment_sinks/index.js +28 -0
  137. package/dist/commonjs/core/segment_sinks/inventory/buffered_history.d.ts +89 -0
  138. package/dist/commonjs/core/segment_sinks/inventory/index.d.ts +21 -0
  139. package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.d.ts +238 -0
  140. package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.js +917 -0
  141. package/dist/commonjs/core/segment_sinks/inventory/types.d.ts +27 -0
  142. package/dist/commonjs/core/segment_sinks/inventory/utils.d.ts +33 -0
  143. package/dist/commonjs/core/segment_sinks/inventory/utils.js +53 -0
  144. package/dist/commonjs/core/segment_sinks/segment_buffers_store.d.ts +171 -0
  145. package/dist/commonjs/core/segment_sinks/segment_buffers_store.js +288 -0
  146. package/dist/commonjs/core/stream/adaptation/adaptation_stream.d.ts +4 -4
  147. package/dist/commonjs/core/stream/adaptation/adaptation_stream.js +61 -26
  148. package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.d.ts +23 -9
  149. package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.js +86 -75
  150. package/dist/commonjs/core/stream/adaptation/types.d.ts +34 -45
  151. package/dist/commonjs/core/stream/index.d.ts +3 -2
  152. package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.d.ts +8 -8
  153. package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.js +5 -6
  154. package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.d.ts +20 -19
  155. package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.js +100 -71
  156. package/dist/commonjs/core/stream/period/period_stream.d.ts +5 -5
  157. package/dist/commonjs/core/stream/period/period_stream.js +127 -58
  158. package/dist/commonjs/core/stream/period/types.d.ts +29 -21
  159. package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +14 -15
  160. package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.js +97 -94
  161. package/dist/commonjs/core/stream/representation/representation_stream.d.ts +5 -5
  162. package/dist/commonjs/core/stream/representation/representation_stream.js +60 -35
  163. package/dist/commonjs/core/stream/representation/types.d.ts +52 -25
  164. package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.d.ts +12 -9
  165. package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.js +51 -36
  166. package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.d.ts +7 -7
  167. package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.js +16 -18
  168. package/dist/commonjs/core/stream/representation/utils/downloading_queue.d.ts +10 -10
  169. package/dist/commonjs/core/stream/representation/utils/downloading_queue.js +11 -11
  170. package/dist/commonjs/core/stream/representation/utils/get_buffer_status.d.ts +11 -11
  171. package/dist/commonjs/core/stream/representation/utils/get_buffer_status.js +67 -36
  172. package/dist/commonjs/core/stream/representation/utils/get_needed_segments.d.ts +7 -8
  173. package/dist/commonjs/core/stream/representation/utils/get_needed_segments.js +31 -36
  174. package/dist/commonjs/core/stream/representation/utils/push_init_segment.d.ts +14 -12
  175. package/dist/commonjs/core/stream/representation/utils/push_init_segment.js +11 -10
  176. package/dist/commonjs/core/stream/representation/utils/push_media_segment.d.ts +15 -13
  177. package/dist/commonjs/core/stream/representation/utils/push_media_segment.js +17 -15
  178. package/dist/commonjs/core/types.d.ts +8 -0
  179. package/dist/commonjs/core/types.js +2 -0
  180. package/dist/commonjs/default_config.d.ts +38 -50
  181. package/dist/commonjs/default_config.js +77 -77
  182. package/dist/commonjs/errors/encrypted_media_error.d.ts +19 -2
  183. package/dist/commonjs/errors/encrypted_media_error.js +15 -0
  184. package/dist/commonjs/errors/error_codes.d.ts +4 -3
  185. package/dist/commonjs/errors/error_codes.js +3 -8
  186. package/dist/commonjs/errors/format_error.d.ts +2 -2
  187. package/dist/commonjs/errors/format_error.js +1 -2
  188. package/dist/commonjs/errors/index.d.ts +7 -8
  189. package/dist/commonjs/errors/index.js +3 -5
  190. package/dist/commonjs/errors/is_known_error.d.ts +1 -1
  191. package/dist/commonjs/errors/is_known_error.js +2 -2
  192. package/dist/commonjs/errors/media_error.d.ts +22 -19
  193. package/dist/commonjs/errors/media_error.js +17 -19
  194. package/dist/commonjs/errors/network_error.d.ts +16 -2
  195. package/dist/commonjs/errors/network_error.js +16 -2
  196. package/dist/commonjs/errors/other_error.d.ts +15 -1
  197. package/dist/commonjs/errors/other_error.js +10 -0
  198. package/dist/commonjs/errors/source_buffer_error.d.ts +40 -0
  199. package/dist/commonjs/errors/source_buffer_error.js +64 -0
  200. package/dist/commonjs/errors/worker_initialization_error.d.ts +19 -0
  201. package/dist/commonjs/errors/worker_initialization_error.js +43 -0
  202. package/dist/commonjs/experimental/features/index.d.ts +1 -2
  203. package/dist/commonjs/experimental/features/index.js +3 -5
  204. package/dist/commonjs/experimental/features/local.d.ts +1 -1
  205. package/dist/commonjs/experimental/features/local.js +4 -3
  206. package/dist/commonjs/experimental/features/metaplaylist.d.ts +1 -1
  207. package/dist/commonjs/experimental/features/metaplaylist.js +4 -3
  208. package/dist/commonjs/experimental/features/multi_thread.d.ts +8 -0
  209. package/dist/commonjs/experimental/features/multi_thread.js +13 -0
  210. package/dist/commonjs/experimental/index.d.ts +1 -1
  211. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +1 -1
  212. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +1 -1
  213. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.d.ts +1 -1
  214. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +5 -5
  215. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +13 -14
  216. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +4 -4
  217. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +29 -22
  218. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +3 -5
  219. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +6 -7
  220. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.d.ts +6 -6
  221. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +3 -3
  222. package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +25 -27
  223. package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +13 -23
  224. package/dist/commonjs/experimental/tools/createMetaplaylist/index.d.ts +1 -1
  225. package/dist/commonjs/experimental/tools/createMetaplaylist/index.js +8 -7
  226. package/dist/commonjs/experimental/tools/index.d.ts +1 -2
  227. package/dist/commonjs/experimental/tools/index.js +1 -3
  228. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/index.d.ts +1 -1
  229. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/index.js +9 -15
  230. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.d.ts +4 -3
  231. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.js +6 -3
  232. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/capabilities.d.ts +1 -1
  233. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/capabilities.js +9 -46
  234. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.d.ts +2 -0
  235. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.d.ts +2 -1
  236. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.js +8 -5
  237. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +2 -1
  238. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +21 -13
  239. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +2 -1
  240. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +25 -21
  241. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +12 -12
  242. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/index.d.ts +1 -1
  243. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +2 -1
  244. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +7 -8
  245. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.d.ts +1 -1
  246. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.js +6 -11
  247. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.d.ts +2 -1
  248. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.js +2 -3
  249. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +2 -1
  250. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +4 -4
  251. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.d.ts +2 -2
  252. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.d.ts +1 -1
  253. package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.js +8 -7
  254. package/dist/commonjs/features/add_features.d.ts +1 -1
  255. package/dist/commonjs/features/features_object.d.ts +1 -1
  256. package/dist/commonjs/features/features_object.js +9 -6
  257. package/dist/commonjs/features/index.d.ts +1 -1
  258. package/dist/commonjs/features/list/dash.d.ts +1 -1
  259. package/dist/commonjs/features/list/dash.js +6 -5
  260. package/dist/commonjs/features/list/dash_wasm.d.ts +23 -0
  261. package/dist/commonjs/features/list/dash_wasm.js +38 -0
  262. package/dist/commonjs/features/list/debug_element.d.ts +8 -0
  263. package/dist/commonjs/features/list/debug_element.js +13 -0
  264. package/dist/commonjs/features/list/directfile.d.ts +1 -1
  265. package/dist/commonjs/features/list/directfile.js +2 -3
  266. package/dist/commonjs/features/list/eme.d.ts +1 -1
  267. package/dist/commonjs/features/list/eme.js +1 -1
  268. package/dist/commonjs/features/list/html_sami_parser.d.ts +1 -1
  269. package/dist/commonjs/features/list/html_sami_parser.js +2 -2
  270. package/dist/commonjs/features/list/html_srt_parser.d.ts +1 -1
  271. package/dist/commonjs/features/list/html_srt_parser.js +2 -2
  272. package/dist/commonjs/features/list/html_text_buffer.d.ts +1 -1
  273. package/dist/commonjs/features/list/html_text_buffer.js +2 -2
  274. package/dist/commonjs/features/list/html_ttml_parser.d.ts +1 -1
  275. package/dist/commonjs/features/list/html_ttml_parser.js +2 -2
  276. package/dist/commonjs/features/list/html_vtt_parser.d.ts +1 -1
  277. package/dist/commonjs/features/list/html_vtt_parser.js +2 -2
  278. package/dist/commonjs/features/list/index.d.ts +3 -0
  279. package/dist/commonjs/features/list/index.js +7 -1
  280. package/dist/commonjs/features/list/media_source_main.d.ts +8 -0
  281. package/dist/commonjs/features/list/media_source_main.js +13 -0
  282. package/dist/commonjs/features/list/native_sami_parser.d.ts +1 -1
  283. package/dist/commonjs/features/list/native_sami_parser.js +2 -3
  284. package/dist/commonjs/features/list/native_srt_parser.d.ts +1 -1
  285. package/dist/commonjs/features/list/native_srt_parser.js +2 -3
  286. package/dist/commonjs/features/list/native_text_buffer.d.ts +1 -1
  287. package/dist/commonjs/features/list/native_text_buffer.js +2 -3
  288. package/dist/commonjs/features/list/native_ttml_parser.d.ts +1 -1
  289. package/dist/commonjs/features/list/native_ttml_parser.js +2 -3
  290. package/dist/commonjs/features/list/native_vtt_parser.d.ts +1 -1
  291. package/dist/commonjs/features/list/native_vtt_parser.js +2 -3
  292. package/dist/commonjs/features/list/smooth.d.ts +2 -2
  293. package/dist/commonjs/features/list/smooth.js +8 -5
  294. package/dist/commonjs/features/types.d.ts +52 -24
  295. package/dist/commonjs/index.d.ts +1 -1
  296. package/dist/commonjs/index.js +3 -1
  297. package/dist/commonjs/main_thread/api/debug/buffer_graph.d.ts +28 -0
  298. package/dist/commonjs/main_thread/api/debug/buffer_graph.js +168 -0
  299. package/dist/commonjs/main_thread/api/debug/buffer_size_graph.js +131 -0
  300. package/dist/commonjs/main_thread/api/debug/modules/general_info.d.ts +3 -0
  301. package/dist/commonjs/main_thread/api/debug/modules/general_info.js +236 -0
  302. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.d.ts +4 -0
  303. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.js +127 -0
  304. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.d.ts +3 -0
  305. package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.js +38 -0
  306. package/dist/commonjs/main_thread/api/debug/render.d.ts +3 -0
  307. package/dist/commonjs/main_thread/api/index.d.ts +17 -0
  308. package/dist/commonjs/main_thread/api/index.js +19 -0
  309. package/dist/commonjs/main_thread/api/option_utils.d.ts +124 -0
  310. package/dist/commonjs/main_thread/api/option_utils.js +335 -0
  311. package/dist/commonjs/main_thread/api/public_api.d.ts +751 -0
  312. package/dist/commonjs/main_thread/api/public_api.js +2518 -0
  313. package/dist/commonjs/main_thread/api/utils.d.ts +66 -0
  314. package/dist/commonjs/main_thread/api/utils.js +178 -0
  315. package/dist/commonjs/main_thread/decrypt/__tests__/__global__/utils.d.ts +184 -0
  316. package/dist/commonjs/main_thread/decrypt/__tests__/__global__/utils.js +439 -0
  317. package/dist/commonjs/main_thread/decrypt/attach_media_keys.d.ts +53 -0
  318. package/dist/commonjs/main_thread/decrypt/attach_media_keys.js +128 -0
  319. package/dist/commonjs/main_thread/decrypt/clear_on_stop.js +43 -0
  320. package/dist/commonjs/main_thread/decrypt/content_decryptor.d.ts +185 -0
  321. package/dist/commonjs/main_thread/decrypt/content_decryptor.js +1053 -0
  322. package/dist/commonjs/main_thread/decrypt/create_or_load_session.d.ts +64 -0
  323. package/dist/commonjs/main_thread/decrypt/create_or_load_session.js +135 -0
  324. package/dist/commonjs/main_thread/decrypt/create_session.d.ts +54 -0
  325. package/dist/commonjs/main_thread/decrypt/create_session.js +215 -0
  326. package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.js +90 -0
  327. package/dist/commonjs/main_thread/decrypt/find_key_system.d.ts +48 -0
  328. package/dist/commonjs/main_thread/decrypt/find_key_system.js +375 -0
  329. package/dist/commonjs/main_thread/decrypt/get_media_keys.d.ts +44 -0
  330. package/dist/commonjs/main_thread/decrypt/get_media_keys.js +165 -0
  331. package/dist/commonjs/main_thread/decrypt/index.d.ts +26 -0
  332. package/dist/commonjs/main_thread/decrypt/init_media_keys.d.ts +26 -0
  333. package/dist/commonjs/main_thread/decrypt/init_media_keys.js +93 -0
  334. package/dist/commonjs/main_thread/decrypt/session_events_listener.d.ts +75 -0
  335. package/dist/commonjs/main_thread/decrypt/session_events_listener.js +325 -0
  336. package/dist/commonjs/main_thread/decrypt/set_server_certificate.d.ts +51 -0
  337. package/dist/commonjs/main_thread/decrypt/set_server_certificate.js +145 -0
  338. package/dist/commonjs/main_thread/decrypt/types.d.ts +374 -0
  339. package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.js +144 -0
  340. package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.d.ts +52 -0
  341. package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.js +211 -0
  342. package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +26 -0
  343. package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +32 -0
  344. package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.d.ts +69 -0
  345. package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.js +137 -0
  346. package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.d.ts +24 -0
  347. package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.js +51 -0
  348. package/dist/commonjs/main_thread/decrypt/utils/key_session_record.d.ts +104 -0
  349. package/dist/commonjs/main_thread/decrypt/utils/key_session_record.js +189 -0
  350. package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.d.ts +213 -0
  351. package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.js +518 -0
  352. package/dist/commonjs/main_thread/decrypt/utils/media_keys_infos_store.d.ts +56 -0
  353. package/dist/commonjs/main_thread/decrypt/utils/media_keys_infos_store.js +45 -0
  354. package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.d.ts +94 -0
  355. package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.js +356 -0
  356. package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.d.ts +44 -0
  357. package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.js +50 -0
  358. package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.d.ts +64 -0
  359. package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.js +123 -0
  360. package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts +97 -0
  361. package/dist/commonjs/main_thread/init/directfile_content_initializer.js +264 -0
  362. package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts +166 -0
  363. package/dist/commonjs/main_thread/init/media_source_content_initializer.js +897 -0
  364. package/dist/commonjs/main_thread/init/multi_thread_content_initializer.d.ts +167 -0
  365. package/dist/commonjs/main_thread/init/multi_thread_content_initializer.js +1452 -0
  366. package/dist/commonjs/main_thread/init/send_message.d.ts +2 -0
  367. package/dist/commonjs/main_thread/init/send_message.js +13 -0
  368. package/dist/commonjs/main_thread/init/types.d.ts +221 -0
  369. package/dist/commonjs/main_thread/init/types.js +53 -0
  370. package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.d.ts +83 -0
  371. package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.js +105 -0
  372. package/dist/commonjs/main_thread/init/utils/create_media_source.d.ts +37 -0
  373. package/dist/commonjs/main_thread/init/utils/create_media_source.js +106 -0
  374. package/dist/commonjs/main_thread/init/utils/get_initial_time.d.ts +76 -0
  375. package/dist/commonjs/main_thread/init/utils/get_initial_time.js +109 -0
  376. package/dist/commonjs/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
  377. package/dist/commonjs/main_thread/init/utils/get_loaded_reference.js +62 -0
  378. package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.d.ts +61 -0
  379. package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.js +207 -0
  380. package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.d.ts +87 -0
  381. package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.js +119 -0
  382. package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +35 -0
  383. package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.js +54 -0
  384. package/dist/commonjs/main_thread/init/utils/rebuffering_controller.d.ts +114 -0
  385. package/dist/commonjs/main_thread/init/utils/rebuffering_controller.js +450 -0
  386. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +35 -0
  387. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.d.ts +18 -0
  388. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +25 -0
  389. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +98 -0
  390. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +53 -0
  391. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +230 -0
  392. package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.d.ts +41 -0
  393. package/dist/commonjs/main_thread/init/utils/throw_on_media_error.d.ts +23 -0
  394. package/dist/commonjs/main_thread/init/utils/throw_on_media_error.js +66 -0
  395. package/dist/commonjs/main_thread/text_displayer/html/html_parsers.d.ts +15 -0
  396. package/dist/commonjs/main_thread/text_displayer/html/html_parsers.js +25 -0
  397. package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.d.ts +100 -0
  398. package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.js +318 -0
  399. package/dist/commonjs/main_thread/text_displayer/html/index.d.ts +2 -0
  400. package/dist/commonjs/main_thread/text_displayer/html/index.js +4 -0
  401. package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.d.ts +65 -0
  402. package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.js +378 -0
  403. package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.d.ts +15 -0
  404. package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.js +64 -0
  405. package/dist/commonjs/main_thread/text_displayer/html/utils.d.ts +39 -0
  406. package/dist/commonjs/main_thread/text_displayer/html/utils.js +119 -0
  407. package/dist/commonjs/main_thread/text_displayer/index.d.ts +2 -0
  408. package/dist/commonjs/main_thread/text_displayer/index.js +2 -0
  409. package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.d.ts +14 -0
  410. package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.js +52 -0
  411. package/dist/commonjs/main_thread/text_displayer/native/index.d.ts +2 -0
  412. package/dist/commonjs/main_thread/text_displayer/native/index.js +4 -0
  413. package/dist/commonjs/main_thread/text_displayer/native/native_parsers.d.ts +11 -0
  414. package/dist/commonjs/main_thread/text_displayer/native/native_parsers.js +25 -0
  415. package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.d.ts +56 -0
  416. package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.js +207 -0
  417. package/dist/commonjs/main_thread/text_displayer/types.d.ts +71 -0
  418. package/dist/commonjs/main_thread/text_displayer/types.js +2 -0
  419. package/dist/commonjs/main_thread/tracks_store/index.d.ts +20 -0
  420. package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.d.ts +197 -0
  421. package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.js +691 -0
  422. package/dist/commonjs/main_thread/tracks_store/track_dispatcher.d.ts +101 -0
  423. package/dist/commonjs/main_thread/tracks_store/track_dispatcher.js +198 -0
  424. package/dist/commonjs/main_thread/tracks_store/tracks_store.d.ts +448 -0
  425. package/dist/commonjs/main_thread/tracks_store/tracks_store.js +1096 -0
  426. package/dist/commonjs/main_thread/types.d.ts +5 -0
  427. package/dist/commonjs/main_thread/types.js +2 -0
  428. package/dist/commonjs/manifest/classes/adaptation.d.ts +134 -0
  429. package/dist/commonjs/manifest/classes/adaptation.js +237 -0
  430. package/dist/commonjs/manifest/classes/index.d.ts +25 -0
  431. package/dist/commonjs/manifest/classes/index.js +46 -0
  432. package/dist/commonjs/manifest/classes/manifest.d.ts +391 -0
  433. package/dist/commonjs/manifest/classes/manifest.js +494 -0
  434. package/dist/commonjs/manifest/classes/period.d.ts +106 -0
  435. package/dist/commonjs/manifest/classes/period.js +235 -0
  436. package/dist/commonjs/manifest/classes/representation.d.ts +238 -0
  437. package/dist/commonjs/manifest/classes/representation.js +382 -0
  438. package/dist/commonjs/manifest/classes/representation_index/index.d.ts +18 -0
  439. package/dist/commonjs/manifest/classes/representation_index/static.d.ts +101 -0
  440. package/dist/commonjs/manifest/classes/representation_index/static.js +147 -0
  441. package/dist/commonjs/manifest/classes/representation_index/types.d.ts +420 -0
  442. package/dist/commonjs/manifest/classes/types.js +33 -0
  443. package/dist/commonjs/manifest/classes/update_period_in_place.d.ts +53 -0
  444. package/dist/commonjs/manifest/classes/update_period_in_place.js +172 -0
  445. package/dist/commonjs/manifest/classes/update_periods.d.ts +50 -0
  446. package/dist/commonjs/manifest/classes/update_periods.js +229 -0
  447. package/dist/commonjs/manifest/classes/utils.d.ts +39 -0
  448. package/dist/commonjs/manifest/classes/utils.js +54 -0
  449. package/dist/commonjs/manifest/index.d.ts +15 -24
  450. package/dist/commonjs/manifest/index.js +5 -31
  451. package/dist/commonjs/manifest/types.d.ts +372 -19
  452. package/dist/commonjs/manifest/types.js +0 -31
  453. package/dist/commonjs/manifest/utils.d.ts +149 -31
  454. package/dist/commonjs/manifest/utils.js +698 -34
  455. package/dist/commonjs/minimal.d.ts +4 -1
  456. package/dist/commonjs/minimal.js +12 -1
  457. package/dist/commonjs/mse/index.d.ts +1 -0
  458. package/dist/commonjs/mse/index.js +2 -0
  459. package/dist/commonjs/mse/main_codec_support_prober.d.ts +26 -0
  460. package/dist/commonjs/mse/main_codec_support_prober.js +44 -0
  461. package/dist/commonjs/mse/main_media_source_interface.d.ts +112 -0
  462. package/dist/commonjs/mse/main_media_source_interface.js +529 -0
  463. package/dist/commonjs/mse/types.d.ts +301 -0
  464. package/dist/commonjs/mse/types.js +2 -0
  465. package/dist/commonjs/mse/utils/end_of_stream.d.ts +33 -0
  466. package/dist/commonjs/mse/utils/end_of_stream.js +114 -0
  467. package/dist/commonjs/mse/utils/media_source_duration_updater.js +272 -0
  468. package/dist/commonjs/mse/worker_codec_support_prober.d.ts +42 -0
  469. package/dist/commonjs/mse/worker_codec_support_prober.js +61 -0
  470. package/dist/commonjs/mse/worker_media_source_interface.d.ts +105 -0
  471. package/dist/commonjs/mse/worker_media_source_interface.js +370 -0
  472. package/dist/commonjs/multithread_types.d.ts +815 -0
  473. package/dist/commonjs/multithread_types.js +7 -0
  474. package/dist/commonjs/parsers/containers/isobmff/create_box.d.ts +1 -1
  475. package/dist/commonjs/parsers/containers/isobmff/create_box.js +4 -3
  476. package/dist/commonjs/parsers/containers/isobmff/drm/playready.js +1 -2
  477. package/dist/commonjs/parsers/containers/isobmff/get_box.js +2 -4
  478. package/dist/commonjs/parsers/containers/isobmff/index.d.ts +3 -3
  479. package/dist/commonjs/parsers/containers/isobmff/read.d.ts +1 -1
  480. package/dist/commonjs/parsers/containers/isobmff/read.js +7 -7
  481. package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.js +3 -4
  482. package/dist/commonjs/parsers/containers/isobmff/utils.js +64 -40
  483. package/dist/commonjs/parsers/containers/matroska/index.d.ts +1 -1
  484. package/dist/commonjs/parsers/containers/matroska/utils.js +42 -29
  485. package/dist/commonjs/parsers/images/bif.js +17 -4
  486. package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.d.ts +1 -1
  487. package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.js +1 -3
  488. package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +1 -1
  489. package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.js +1 -1
  490. package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.js +4 -12
  491. package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +1 -1
  492. package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.js +4 -5
  493. package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +1 -1
  494. package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +5 -2
  495. package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.d.ts +1 -1
  496. package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.js +14 -10
  497. package/dist/commonjs/parsers/manifest/dash/common/index.d.ts +1 -1
  498. package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts +5 -5
  499. package/dist/commonjs/parsers/manifest/dash/common/indexes/base.js +39 -29
  500. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +2 -2
  501. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.js +8 -4
  502. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +4 -4
  503. package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +14 -10
  504. package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts +2 -2
  505. package/dist/commonjs/parsers/manifest/dash/common/indexes/list.js +33 -20
  506. package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts +3 -3
  507. package/dist/commonjs/parsers/manifest/dash/common/indexes/template.js +58 -57
  508. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +5 -4
  509. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +13 -10
  510. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +3 -2
  511. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +23 -18
  512. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +1 -1
  513. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +16 -9
  514. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +4 -3
  515. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +47 -26
  516. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +11 -2
  517. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +74 -3
  518. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +9 -8
  519. package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +85 -66
  520. package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.js +2 -4
  521. package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts +1 -1
  522. package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.js +2 -2
  523. package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.js +9 -10
  524. package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +5 -5
  525. package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.js +63 -56
  526. package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.d.ts +3 -2
  527. package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.js +5 -3
  528. package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.d.ts +6 -6
  529. package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.js +67 -41
  530. package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts +5 -5
  531. package/dist/commonjs/parsers/manifest/dash/common/parse_periods.js +56 -41
  532. package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.d.ts +5 -5
  533. package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.js +4 -6
  534. package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts +5 -5
  535. package/dist/commonjs/parsers/manifest/dash/common/parse_representations.js +66 -64
  536. package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.d.ts +1 -1
  537. package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.js +4 -2
  538. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/index.d.ts +17 -0
  539. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/index.js +19 -0
  540. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.d.ts +24 -0
  541. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.js +400 -0
  542. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.d.ts +24 -0
  543. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.js +33 -0
  544. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.d.ts +23 -0
  545. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.js +70 -0
  546. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.d.ts +22 -0
  547. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.js +118 -0
  548. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.d.ts +23 -0
  549. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.js +154 -0
  550. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.d.ts +22 -0
  551. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.js +70 -0
  552. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.d.ts +23 -0
  553. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.js +221 -0
  554. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Period.d.ts +23 -0
  555. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Period.js +179 -0
  556. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.d.ts +22 -0
  557. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.js +256 -0
  558. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.d.ts +23 -0
  559. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.js +152 -0
  560. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.d.ts +22 -0
  561. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.js +60 -0
  562. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.d.ts +24 -0
  563. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.js +125 -0
  564. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.d.ts +22 -0
  565. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.js +36 -0
  566. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.d.ts +24 -0
  567. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.js +82 -0
  568. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/utils.d.ts +176 -0
  569. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/utils.js +382 -0
  570. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.d.ts +24 -0
  571. package/dist/commonjs/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.js +142 -0
  572. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.d.ts +23 -0
  573. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.js +374 -0
  574. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/BaseURL.d.ts +23 -0
  575. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/BaseURL.js +32 -0
  576. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/ContentComponent.d.ts +22 -0
  577. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/ContentProtection.d.ts +21 -0
  578. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/EventStream.d.ts +23 -0
  579. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/EventStream.js +119 -0
  580. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Initialization.d.ts +21 -0
  581. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Initialization.js +44 -0
  582. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/MPD.d.ts +21 -0
  583. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/MPD.js +181 -0
  584. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Period.d.ts +21 -0
  585. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Period.js +138 -0
  586. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Representation.d.ts +21 -0
  587. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Representation.js +230 -0
  588. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.d.ts +22 -0
  589. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.js +126 -0
  590. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentList.d.ts +21 -0
  591. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.d.ts +23 -0
  592. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.js +102 -0
  593. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentTimeline.d.ts +21 -0
  594. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.d.ts +23 -0
  595. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.js +56 -0
  596. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/utils.d.ts +169 -0
  597. package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/utils.js +346 -0
  598. package/dist/commonjs/parsers/manifest/dash/native-parser/parse_from_document.d.ts +24 -0
  599. package/dist/commonjs/parsers/manifest/dash/native-parser/parse_from_document.js +136 -0
  600. package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts +5 -3
  601. package/dist/commonjs/parsers/manifest/dash/parsers_types.d.ts +1 -1
  602. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +2 -2
  603. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +52 -23
  604. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +3 -2
  605. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +21 -25
  606. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +2 -2
  607. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +3 -3
  608. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +1 -1
  609. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +3 -3
  610. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +4 -2
  611. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +3 -2
  612. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +2 -4
  613. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +3 -2
  614. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +4 -4
  615. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +3 -2
  616. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +9 -6
  617. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +3 -2
  618. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +13 -15
  619. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +3 -3
  620. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +1 -1
  621. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +2 -2
  622. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +5 -10
  623. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +3 -2
  624. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +2 -2
  625. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +11 -18
  626. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +2 -2
  627. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +2 -4
  628. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +3 -2
  629. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +4 -4
  630. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +2 -2
  631. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.js +7 -3
  632. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +5 -2
  633. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts +55 -55
  634. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +1 -1
  635. package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.js +7 -3
  636. package/dist/commonjs/parsers/manifest/local/parse_local_manifest.d.ts +2 -2
  637. package/dist/commonjs/parsers/manifest/local/parse_local_manifest.js +25 -16
  638. package/dist/commonjs/parsers/manifest/local/representation_index.d.ts +2 -2
  639. package/dist/commonjs/parsers/manifest/local/representation_index.js +8 -10
  640. package/dist/commonjs/parsers/manifest/metaplaylist/index.d.ts +1 -1
  641. package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +4 -4
  642. package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.js +59 -42
  643. package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts +3 -3
  644. package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.js +10 -7
  645. package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts +2 -2
  646. package/dist/commonjs/parsers/manifest/smooth/create_parser.js +130 -108
  647. package/dist/commonjs/parsers/manifest/smooth/get_codecs.js +3 -3
  648. package/dist/commonjs/parsers/manifest/smooth/index.d.ts +1 -1
  649. package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.js +9 -9
  650. package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.js +12 -8
  651. package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts +3 -3
  652. package/dist/commonjs/parsers/manifest/smooth/representation_index.js +37 -37
  653. package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +1 -1
  654. package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.js +8 -9
  655. package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.js +10 -7
  656. package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.d.ts +1 -1
  657. package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.js +1 -1
  658. package/dist/commonjs/parsers/manifest/smooth/utils/tokens.d.ts +1 -1
  659. package/dist/commonjs/parsers/manifest/smooth/utils/tokens.js +1 -2
  660. package/dist/commonjs/parsers/manifest/types.d.ts +10 -3
  661. package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.d.ts +1 -1
  662. package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.d.ts +3 -2
  663. package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.js +11 -7
  664. package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +1 -1
  665. package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.js +5 -4
  666. package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +1 -1
  667. package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.js +5 -4
  668. package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.d.ts +2 -2
  669. package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.js +11 -17
  670. package/dist/commonjs/parsers/manifest/utils/get_minimum_position.d.ts +2 -2
  671. package/dist/commonjs/parsers/manifest/utils/get_minimum_position.js +5 -11
  672. package/dist/commonjs/parsers/manifest/utils/index_helpers.js +4 -5
  673. package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.d.ts +1 -1
  674. package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.js +17 -17
  675. package/dist/commonjs/parsers/texttracks/index.d.ts +1 -1
  676. package/dist/commonjs/parsers/texttracks/sami/html.d.ts +1 -1
  677. package/dist/commonjs/parsers/texttracks/sami/html.js +17 -16
  678. package/dist/commonjs/parsers/texttracks/sami/native.d.ts +1 -1
  679. package/dist/commonjs/parsers/texttracks/sami/native.js +12 -18
  680. package/dist/commonjs/parsers/texttracks/srt/html.js +12 -10
  681. package/dist/commonjs/parsers/texttracks/srt/native.d.ts +1 -1
  682. package/dist/commonjs/parsers/texttracks/srt/native.js +2 -8
  683. package/dist/commonjs/parsers/texttracks/srt/parse_cue.js +4 -8
  684. package/dist/commonjs/parsers/texttracks/ttml/get_parameters.js +7 -8
  685. package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.d.ts +1 -1
  686. package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.js +9 -10
  687. package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +2 -2
  688. package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.js +5 -9
  689. package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.js +6 -7
  690. package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.js +4 -3
  691. package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.js +5 -9
  692. package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.js +7 -11
  693. package/dist/commonjs/parsers/texttracks/ttml/html/create_element.d.ts +2 -2
  694. package/dist/commonjs/parsers/texttracks/ttml/html/create_element.js +29 -22
  695. package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.js +2 -2
  696. package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.d.ts +1 -1
  697. package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.js +5 -3
  698. package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +1 -1
  699. package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +39 -23
  700. package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.d.ts +2 -2
  701. package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.js +14 -13
  702. package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +1 -1
  703. package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.d.ts +3 -3
  704. package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.js +27 -15
  705. package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +1 -1
  706. package/dist/commonjs/parsers/texttracks/ttml/time_parsing.d.ts +1 -1
  707. package/dist/commonjs/parsers/texttracks/ttml/time_parsing.js +2 -2
  708. package/dist/commonjs/parsers/texttracks/ttml/xml_utils.js +2 -1
  709. package/dist/commonjs/parsers/texttracks/types.d.ts +1 -1
  710. package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.js +2 -1
  711. package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +1 -1
  712. package/dist/commonjs/parsers/texttracks/webvtt/html/create_default_style_elements.d.ts +1 -1
  713. package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.js +6 -12
  714. package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.d.ts +1 -1
  715. package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.js +7 -8
  716. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_style_block.js +4 -4
  717. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_to_div.d.ts +1 -1
  718. package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_to_div.js +1 -1
  719. package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.d.ts +1 -1
  720. package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.js +4 -10
  721. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_to_cues.d.ts +1 -1
  722. package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_to_cues.js +5 -9
  723. package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +1 -1
  724. package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.d.ts +2 -2
  725. package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.js +3 -3
  726. package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.js +9 -5
  727. package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.js +1 -2
  728. package/dist/commonjs/parsers/texttracks/webvtt/utils.js +6 -6
  729. package/dist/commonjs/playback_observer/index.d.ts +6 -0
  730. package/dist/commonjs/playback_observer/index.js +5 -0
  731. package/dist/commonjs/playback_observer/media_element_playback_observer.d.ts +203 -0
  732. package/dist/commonjs/playback_observer/media_element_playback_observer.js +685 -0
  733. package/dist/commonjs/playback_observer/types.d.ts +223 -0
  734. package/dist/commonjs/playback_observer/types.js +2 -0
  735. package/dist/commonjs/playback_observer/utils/generate_read_only_observer.d.ts +11 -0
  736. package/dist/commonjs/playback_observer/utils/generate_read_only_observer.js +44 -0
  737. package/dist/commonjs/playback_observer/utils/observation_position.d.ts +87 -0
  738. package/dist/commonjs/playback_observer/utils/observation_position.js +88 -0
  739. package/dist/commonjs/playback_observer/worker_playback_observer.d.ts +72 -0
  740. package/dist/commonjs/playback_observer/worker_playback_observer.js +49 -0
  741. package/dist/commonjs/public_types.d.ts +104 -35
  742. package/dist/commonjs/public_types.js +2 -13
  743. package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.d.ts +3 -3
  744. package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.js +17 -18
  745. package/dist/commonjs/tools/index.d.ts +2 -1
  746. package/dist/commonjs/tools/index.js +3 -1
  747. package/dist/commonjs/tools/parseBIFThumbnails/index.js +33 -0
  748. package/dist/commonjs/transports/dash/add_segment_integrity_checks_to_loader.d.ts +1 -1
  749. package/dist/commonjs/transports/dash/add_segment_integrity_checks_to_loader.js +2 -3
  750. package/dist/commonjs/transports/dash/construct_segment_url.d.ts +2 -2
  751. package/dist/commonjs/transports/dash/construct_segment_url.js +7 -3
  752. package/dist/commonjs/transports/dash/extract_complete_chunks.d.ts +1 -1
  753. package/dist/commonjs/transports/dash/extract_complete_chunks.js +37 -8
  754. package/dist/commonjs/transports/dash/get_events_out_of_emsgs.d.ts +2 -2
  755. package/dist/commonjs/transports/dash/get_events_out_of_emsgs.js +12 -11
  756. package/dist/commonjs/transports/dash/init_segment_loader.d.ts +3 -3
  757. package/dist/commonjs/transports/dash/init_segment_loader.js +46 -22
  758. package/dist/commonjs/transports/dash/low_latency_segment_loader.d.ts +2 -2
  759. package/dist/commonjs/transports/dash/low_latency_segment_loader.js +18 -11
  760. package/dist/commonjs/transports/dash/manifest_parser.d.ts +2 -2
  761. package/dist/commonjs/transports/dash/manifest_parser.js +69 -28
  762. package/dist/commonjs/transports/dash/pipelines.d.ts +1 -1
  763. package/dist/commonjs/transports/dash/pipelines.js +15 -12
  764. package/dist/commonjs/transports/dash/segment_loader.d.ts +4 -4
  765. package/dist/commonjs/transports/dash/segment_loader.js +35 -21
  766. package/dist/commonjs/transports/dash/segment_parser.d.ts +2 -2
  767. package/dist/commonjs/transports/dash/segment_parser.js +54 -22
  768. package/dist/commonjs/transports/dash/text_loader.d.ts +2 -2
  769. package/dist/commonjs/transports/dash/text_loader.js +21 -18
  770. package/dist/commonjs/transports/dash/text_parser.d.ts +2 -2
  771. package/dist/commonjs/transports/dash/text_parser.js +49 -23
  772. package/dist/commonjs/transports/index.d.ts +1 -1
  773. package/dist/commonjs/transports/index.js +0 -15
  774. package/dist/commonjs/transports/local/pipelines.d.ts +1 -1
  775. package/dist/commonjs/transports/local/pipelines.js +15 -10
  776. package/dist/commonjs/transports/local/segment_loader.d.ts +3 -3
  777. package/dist/commonjs/transports/local/segment_loader.js +14 -6
  778. package/dist/commonjs/transports/local/segment_parser.d.ts +1 -1
  779. package/dist/commonjs/transports/local/segment_parser.js +30 -12
  780. package/dist/commonjs/transports/local/text_parser.d.ts +1 -1
  781. package/dist/commonjs/transports/local/text_parser.js +48 -18
  782. package/dist/commonjs/transports/metaplaylist/manifest_loader.d.ts +4 -4
  783. package/dist/commonjs/transports/metaplaylist/manifest_loader.js +9 -5
  784. package/dist/commonjs/transports/metaplaylist/pipelines.d.ts +1 -1
  785. package/dist/commonjs/transports/metaplaylist/pipelines.js +38 -22
  786. package/dist/commonjs/transports/smooth/extract_timings_infos.d.ts +2 -2
  787. package/dist/commonjs/transports/smooth/extract_timings_infos.js +14 -13
  788. package/dist/commonjs/transports/smooth/is_mp4_embedded_track.d.ts +1 -1
  789. package/dist/commonjs/transports/smooth/is_mp4_embedded_track.js +1 -1
  790. package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.d.ts +0 -1
  791. package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.js +3 -4
  792. package/dist/commonjs/transports/smooth/isobmff/create_boxes.js +22 -31
  793. package/dist/commonjs/transports/smooth/isobmff/create_init_segment.js +1 -1
  794. package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.js +4 -16
  795. package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.js +1 -1
  796. package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.js +1 -1
  797. package/dist/commonjs/transports/smooth/isobmff/patch_segment.js +12 -11
  798. package/dist/commonjs/transports/smooth/pipelines.d.ts +1 -1
  799. package/dist/commonjs/transports/smooth/pipelines.js +101 -60
  800. package/dist/commonjs/transports/smooth/segment_loader.d.ts +3 -3
  801. package/dist/commonjs/transports/smooth/segment_loader.js +50 -27
  802. package/dist/commonjs/transports/smooth/utils.d.ts +4 -4
  803. package/dist/commonjs/transports/smooth/utils.js +9 -5
  804. package/dist/commonjs/transports/types.d.ts +22 -27
  805. package/dist/commonjs/transports/utils/byte_range.js +1 -2
  806. package/dist/commonjs/transports/utils/call_custom_manifest_loader.d.ts +3 -3
  807. package/dist/commonjs/transports/utils/call_custom_manifest_loader.js +10 -6
  808. package/dist/commonjs/transports/utils/check_isobmff_integrity.js +3 -3
  809. package/dist/commonjs/transports/utils/find_complete_box.js +2 -1
  810. package/dist/commonjs/transports/utils/generate_manifest_loader.d.ts +3 -3
  811. package/dist/commonjs/transports/utils/generate_manifest_loader.js +20 -8
  812. package/dist/commonjs/transports/utils/get_isobmff_timing_infos.d.ts +2 -2
  813. package/dist/commonjs/transports/utils/get_isobmff_timing_infos.js +12 -11
  814. package/dist/commonjs/transports/utils/infer_segment_container.d.ts +1 -1
  815. package/dist/commonjs/transports/utils/infer_segment_container.js +1 -3
  816. package/dist/commonjs/transports/utils/parse_text_track.d.ts +4 -4
  817. package/dist/commonjs/transports/utils/parse_text_track.js +4 -7
  818. package/dist/commonjs/utils/array_includes.js +2 -6
  819. package/dist/commonjs/utils/assert.d.ts +41 -0
  820. package/dist/commonjs/utils/assert.js +71 -8
  821. package/dist/commonjs/utils/base64.js +87 -29
  822. package/dist/commonjs/utils/byte_parsing.js +64 -56
  823. package/dist/commonjs/utils/cancellable_sleep.d.ts +1 -1
  824. package/dist/commonjs/utils/create_cancellable_promise.d.ts +1 -1
  825. package/dist/commonjs/utils/deep_merge.js +4 -4
  826. package/dist/commonjs/utils/event_emitter.d.ts +1 -1
  827. package/dist/commonjs/utils/event_emitter.js +7 -2
  828. package/dist/commonjs/utils/get_fuzzed_delay.js +1 -1
  829. package/dist/commonjs/utils/global_scope.d.ts +9 -0
  830. package/dist/commonjs/utils/global_scope.js +22 -0
  831. package/dist/commonjs/utils/hash_buffer.js +1 -1
  832. package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.js +182 -182
  833. package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.js +19 -19
  834. package/dist/commonjs/utils/languages/normalize.js +4 -2
  835. package/dist/commonjs/utils/logger.d.ts +13 -3
  836. package/dist/commonjs/utils/logger.js +73 -26
  837. package/dist/commonjs/utils/monotonic_timestamp.d.ts +20 -4
  838. package/dist/commonjs/utils/monotonic_timestamp.js +22 -5
  839. package/dist/commonjs/utils/object_assign.d.ts +29 -5
  840. package/dist/commonjs/utils/object_assign.js +17 -8
  841. package/dist/commonjs/utils/object_values.d.ts +1 -1
  842. package/dist/commonjs/utils/object_values.js +2 -3
  843. package/dist/commonjs/utils/queue_microtask.js +3 -3
  844. package/dist/commonjs/utils/ranges.js +22 -29
  845. package/dist/commonjs/utils/reference.d.ts +1 -1
  846. package/dist/commonjs/utils/reference.js +1 -3
  847. package/dist/commonjs/utils/request/fetch.d.ts +1 -1
  848. package/dist/commonjs/utils/request/fetch.js +41 -30
  849. package/dist/commonjs/utils/request/index.d.ts +2 -1
  850. package/dist/commonjs/utils/request/index.js +4 -1
  851. package/dist/commonjs/utils/request/request_error.d.ts +47 -0
  852. package/dist/commonjs/utils/request/request_error.js +87 -0
  853. package/dist/commonjs/utils/request/xhr.d.ts +5 -5
  854. package/dist/commonjs/utils/request/xhr.js +35 -24
  855. package/dist/commonjs/utils/retry_promise_with_backoff.d.ts +11 -3
  856. package/dist/commonjs/utils/retry_promise_with_backoff.js +18 -4
  857. package/dist/commonjs/utils/slice_uint8array.js +3 -3
  858. package/dist/commonjs/utils/starts_with.js +3 -3
  859. package/dist/commonjs/utils/string_parsing.js +17 -19
  860. package/dist/commonjs/utils/sync_or_async.d.ts +70 -0
  861. package/dist/commonjs/utils/sync_or_async.js +51 -0
  862. package/dist/commonjs/utils/task_canceller.js +1 -2
  863. package/dist/commonjs/utils/wrapInPromise.d.ts +1 -1
  864. package/dist/commonjs/utils/xml-parser.d.ts +70 -0
  865. package/dist/commonjs/utils/xml-parser.js +357 -0
  866. package/dist/commonjs/worker_entry_point.d.ts +5 -0
  867. package/dist/commonjs/worker_entry_point.js +8 -0
  868. package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts +3 -0
  869. package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.js +3 -0
  870. package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts +3 -0
  871. package/dist/es2017/__GENERATED_CODE/embedded_worker.js +3 -0
  872. package/dist/es2017/__GENERATED_CODE/index.d.ts +2 -0
  873. package/dist/es2017/__GENERATED_CODE/index.js +2 -0
  874. package/dist/es2017/compat/add_class_name.js +4 -3
  875. package/dist/es2017/compat/add_text_track.d.ts +1 -1
  876. package/dist/es2017/compat/add_text_track.js +3 -2
  877. package/dist/es2017/compat/browser_compatibility_types.js +14 -8
  878. package/dist/es2017/compat/browser_detection.d.ts +3 -1
  879. package/dist/es2017/compat/browser_detection.js +28 -10
  880. package/dist/es2017/compat/can_reuse_media_keys.js +1 -1
  881. package/dist/es2017/compat/change_source_buffer_type.d.ts +1 -1
  882. package/dist/es2017/compat/eme/close_session.d.ts +1 -1
  883. package/dist/es2017/compat/eme/close_session.js +17 -13
  884. package/dist/es2017/compat/eme/custom_key_system_access.d.ts +1 -1
  885. package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.d.ts +1 -1
  886. package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.js +14 -7
  887. package/dist/es2017/compat/eme/custom_media_keys/index.js +1 -1
  888. package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +1 -1
  889. package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.js +1 -1
  890. package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.js +1 -1
  891. package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +2 -2
  892. package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.js +10 -11
  893. package/dist/es2017/compat/eme/custom_media_keys/types.d.ts +1 -1
  894. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.d.ts +1 -1
  895. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.js +5 -9
  896. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +1 -1
  897. package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +4 -4
  898. package/dist/es2017/compat/eme/eme-api-implementation.d.ts +3 -3
  899. package/dist/es2017/compat/eme/eme-api-implementation.js +17 -15
  900. package/dist/es2017/compat/eme/generate_key_request.d.ts +1 -1
  901. package/dist/es2017/compat/eme/generate_key_request.js +17 -20
  902. package/dist/es2017/compat/eme/get_init_data.js +5 -7
  903. package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.js +2 -3
  904. package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.js +12 -13
  905. package/dist/es2017/compat/eme/load_session.d.ts +1 -1
  906. package/dist/es2017/compat/enable_audio_track.d.ts +1 -1
  907. package/dist/es2017/compat/event_listeners.d.ts +4 -4
  908. package/dist/es2017/compat/event_listeners.js +40 -37
  909. package/dist/es2017/compat/has_mse_in_worker.d.ts +2 -0
  910. package/dist/es2017/compat/has_mse_in_worker.js +4 -0
  911. package/dist/es2017/compat/has_webassembly.d.ts +6 -0
  912. package/dist/es2017/compat/has_webassembly.js +6 -0
  913. package/dist/es2017/compat/is_codec_supported.js +7 -1
  914. package/dist/es2017/compat/is_vtt_cue.d.ts +1 -1
  915. package/dist/es2017/compat/is_vtt_cue.js +1 -1
  916. package/dist/es2017/compat/make_vtt_cue.d.ts +1 -1
  917. package/dist/es2017/compat/make_vtt_cue.js +1 -1
  918. package/dist/es2017/compat/on_height_width_change.d.ts +2 -2
  919. package/dist/es2017/compat/on_height_width_change.js +2 -2
  920. package/dist/es2017/compat/patch_webkit_source_buffer.js +30 -30
  921. package/dist/es2017/compat/should_favour_custom_safari_EME.js +2 -2
  922. package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.js +1 -2
  923. package/dist/es2017/config.d.ts +8 -19
  924. package/dist/es2017/config.js +4 -12
  925. package/dist/es2017/core/adaptive/adaptive_representation_selector.d.ts +26 -39
  926. package/dist/es2017/core/adaptive/adaptive_representation_selector.js +43 -31
  927. package/dist/es2017/core/adaptive/buffer_based_chooser.d.ts +1 -1
  928. package/dist/es2017/core/adaptive/buffer_based_chooser.js +14 -12
  929. package/dist/es2017/core/adaptive/guess_based_chooser.d.ts +6 -6
  930. package/dist/es2017/core/adaptive/guess_based_chooser.js +8 -7
  931. package/dist/es2017/core/adaptive/index.d.ts +2 -2
  932. package/dist/es2017/core/adaptive/network_analyzer.d.ts +6 -6
  933. package/dist/es2017/core/adaptive/network_analyzer.js +48 -44
  934. package/dist/es2017/core/adaptive/utils/bandwidth_estimator.js +1 -1
  935. package/dist/es2017/core/adaptive/utils/ewma.js +1 -2
  936. package/dist/es2017/core/adaptive/utils/filter_by_bitrate.d.ts +2 -2
  937. package/dist/es2017/core/adaptive/utils/filter_by_resolution.d.ts +2 -2
  938. package/dist/es2017/core/adaptive/utils/filter_by_resolution.js +2 -4
  939. package/dist/es2017/core/adaptive/utils/get_buffer_levels.js +8 -5
  940. package/dist/es2017/core/adaptive/utils/last_estimate_storage.d.ts +3 -3
  941. package/dist/es2017/core/adaptive/utils/pending_requests_store.d.ts +5 -5
  942. package/dist/es2017/core/adaptive/utils/pending_requests_store.js +5 -6
  943. package/dist/es2017/core/adaptive/utils/representation_score_calculator.d.ts +7 -7
  944. package/dist/es2017/core/adaptive/utils/representation_score_calculator.js +10 -8
  945. package/dist/es2017/core/adaptive/utils/select_optimal_representation.d.ts +4 -4
  946. package/dist/es2017/core/adaptive/utils/select_optimal_representation.js +2 -2
  947. package/dist/es2017/core/fetchers/cdn_prioritizer.d.ts +2 -2
  948. package/dist/es2017/core/fetchers/cdn_prioritizer.js +5 -6
  949. package/dist/es2017/core/fetchers/manifest/index.d.ts +1 -1
  950. package/dist/es2017/core/fetchers/manifest/manifest_fetcher.d.ts +3 -3
  951. package/dist/es2017/core/fetchers/manifest/manifest_fetcher.js +76 -76
  952. package/dist/es2017/core/fetchers/segment/index.d.ts +1 -1
  953. package/dist/es2017/core/fetchers/segment/initialization_segment_cache.d.ts +42 -0
  954. package/dist/es2017/core/fetchers/segment/initialization_segment_cache.js +48 -0
  955. package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.d.ts +4 -3
  956. package/dist/es2017/core/fetchers/segment/segment_fetcher.d.ts +12 -12
  957. package/dist/es2017/core/fetchers/segment/segment_fetcher.js +54 -39
  958. package/dist/es2017/core/fetchers/segment/segment_fetcher_creator.d.ts +5 -5
  959. package/dist/es2017/core/fetchers/segment/segment_fetcher_creator.js +5 -3
  960. package/dist/es2017/core/fetchers/segment/task_prioritizer.d.ts +1 -1
  961. package/dist/es2017/core/fetchers/segment/task_prioritizer.js +22 -21
  962. package/dist/es2017/core/fetchers/utils/error_selector.d.ts +1 -2
  963. package/dist/es2017/core/fetchers/utils/error_selector.js +2 -2
  964. package/dist/es2017/core/fetchers/utils/schedule_request.d.ts +3 -3
  965. package/dist/es2017/core/fetchers/utils/schedule_request.js +23 -23
  966. package/dist/es2017/core/main/common/DecipherabilityFreezeDetector.d.ts +79 -0
  967. package/dist/es2017/core/main/common/DecipherabilityFreezeDetector.js +91 -0
  968. package/dist/es2017/core/main/common/content_time_boundaries_observer.d.ts +191 -0
  969. package/dist/es2017/core/main/common/content_time_boundaries_observer.js +467 -0
  970. package/dist/es2017/core/main/common/create_content_time_boundaries_observer.d.ts +27 -0
  971. package/dist/es2017/core/main/common/create_content_time_boundaries_observer.js +41 -0
  972. package/dist/es2017/core/main/common/get_buffered_data_per_media_buffer.d.ts +14 -0
  973. package/dist/es2017/core/main/common/get_buffered_data_per_media_buffer.js +34 -0
  974. package/dist/es2017/core/main/worker/content_preparer.d.ts +93 -0
  975. package/dist/es2017/core/main/worker/content_preparer.js +239 -0
  976. package/dist/es2017/core/main/worker/globals.d.ts +13 -0
  977. package/dist/es2017/core/main/worker/globals.js +18 -0
  978. package/dist/es2017/core/main/worker/index.d.ts +2 -0
  979. package/dist/es2017/core/main/worker/index.js +2 -0
  980. package/dist/es2017/core/main/worker/send_message.d.ts +3 -0
  981. package/dist/es2017/core/main/worker/send_message.js +20 -0
  982. package/dist/es2017/core/main/worker/track_choice_setter.d.ts +19 -0
  983. package/dist/es2017/core/main/worker/track_choice_setter.js +114 -0
  984. package/dist/es2017/core/main/worker/worker_main.d.ts +1 -0
  985. package/dist/es2017/core/main/worker/worker_main.js +702 -0
  986. package/dist/es2017/core/main/worker/worker_text_displayer_interface.d.ts +64 -0
  987. package/dist/es2017/core/main/worker/worker_text_displayer_interface.js +120 -0
  988. package/dist/es2017/core/segment_sinks/garbage_collector.d.ts +43 -0
  989. package/dist/es2017/core/segment_sinks/garbage_collector.js +143 -0
  990. package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.d.ts +135 -0
  991. package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.js +265 -0
  992. package/dist/es2017/core/segment_sinks/implementations/audio_video/index.d.ts +17 -0
  993. package/dist/es2017/core/segment_sinks/implementations/audio_video/index.js +17 -0
  994. package/dist/es2017/core/segment_sinks/implementations/index.d.ts +19 -0
  995. package/dist/es2017/core/segment_sinks/implementations/index.js +18 -0
  996. package/dist/es2017/core/segment_sinks/implementations/text/index.d.ts +3 -0
  997. package/dist/es2017/core/segment_sinks/implementations/text/index.js +2 -0
  998. package/dist/es2017/core/segment_sinks/implementations/text/text_segment_buffer.d.ts +90 -0
  999. package/dist/es2017/core/segment_sinks/implementations/text/text_segment_buffer.js +156 -0
  1000. package/dist/es2017/core/segment_sinks/implementations/types.d.ts +307 -0
  1001. package/dist/es2017/core/segment_sinks/implementations/types.js +112 -0
  1002. package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.js +63 -0
  1003. package/dist/es2017/core/segment_sinks/index.d.ts +21 -0
  1004. package/dist/es2017/core/segment_sinks/index.js +21 -0
  1005. package/dist/es2017/core/segment_sinks/inventory/buffered_history.d.ts +89 -0
  1006. package/dist/es2017/core/segment_sinks/inventory/buffered_history.js +88 -0
  1007. package/dist/es2017/core/segment_sinks/inventory/index.d.ts +21 -0
  1008. package/dist/es2017/core/segment_sinks/inventory/index.js +18 -0
  1009. package/dist/es2017/core/segment_sinks/inventory/segment_inventory.d.ts +238 -0
  1010. package/dist/es2017/core/segment_sinks/inventory/segment_inventory.js +868 -0
  1011. package/dist/es2017/core/segment_sinks/inventory/types.d.ts +27 -0
  1012. package/dist/es2017/core/segment_sinks/inventory/utils.d.ts +33 -0
  1013. package/dist/es2017/core/segment_sinks/inventory/utils.js +48 -0
  1014. package/dist/es2017/core/segment_sinks/segment_buffers_store.d.ts +171 -0
  1015. package/dist/es2017/core/segment_sinks/segment_buffers_store.js +281 -0
  1016. package/dist/es2017/core/stream/adaptation/adaptation_stream.d.ts +4 -4
  1017. package/dist/es2017/core/stream/adaptation/adaptation_stream.js +53 -35
  1018. package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.d.ts +23 -9
  1019. package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.js +53 -74
  1020. package/dist/es2017/core/stream/adaptation/types.d.ts +34 -45
  1021. package/dist/es2017/core/stream/index.d.ts +3 -2
  1022. package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.d.ts +8 -8
  1023. package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.js +6 -7
  1024. package/dist/es2017/core/stream/orchestrator/stream_orchestrator.d.ts +20 -19
  1025. package/dist/es2017/core/stream/orchestrator/stream_orchestrator.js +92 -74
  1026. package/dist/es2017/core/stream/period/period_stream.d.ts +5 -5
  1027. package/dist/es2017/core/stream/period/period_stream.js +121 -70
  1028. package/dist/es2017/core/stream/period/types.d.ts +29 -21
  1029. package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +14 -15
  1030. package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.js +63 -92
  1031. package/dist/es2017/core/stream/representation/representation_stream.d.ts +5 -5
  1032. package/dist/es2017/core/stream/representation/representation_stream.js +53 -39
  1033. package/dist/es2017/core/stream/representation/types.d.ts +52 -25
  1034. package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.d.ts +12 -9
  1035. package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.js +36 -21
  1036. package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.d.ts +7 -7
  1037. package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.js +16 -18
  1038. package/dist/es2017/core/stream/representation/utils/downloading_queue.d.ts +10 -10
  1039. package/dist/es2017/core/stream/representation/utils/downloading_queue.js +11 -11
  1040. package/dist/es2017/core/stream/representation/utils/get_buffer_status.d.ts +11 -11
  1041. package/dist/es2017/core/stream/representation/utils/get_buffer_status.js +58 -39
  1042. package/dist/es2017/core/stream/representation/utils/get_needed_segments.d.ts +7 -8
  1043. package/dist/es2017/core/stream/representation/utils/get_needed_segments.js +28 -37
  1044. package/dist/es2017/core/stream/representation/utils/push_init_segment.d.ts +14 -12
  1045. package/dist/es2017/core/stream/representation/utils/push_init_segment.js +8 -10
  1046. package/dist/es2017/core/stream/representation/utils/push_media_segment.d.ts +15 -13
  1047. package/dist/es2017/core/stream/representation/utils/push_media_segment.js +14 -16
  1048. package/dist/es2017/core/types.d.ts +8 -0
  1049. package/dist/es2017/default_config.d.ts +38 -50
  1050. package/dist/es2017/default_config.js +77 -77
  1051. package/dist/es2017/errors/encrypted_media_error.d.ts +19 -2
  1052. package/dist/es2017/errors/encrypted_media_error.js +16 -1
  1053. package/dist/es2017/errors/error_codes.d.ts +4 -3
  1054. package/dist/es2017/errors/error_codes.js +3 -7
  1055. package/dist/es2017/errors/format_error.d.ts +2 -2
  1056. package/dist/es2017/errors/format_error.js +2 -3
  1057. package/dist/es2017/errors/index.d.ts +7 -8
  1058. package/dist/es2017/errors/index.js +2 -3
  1059. package/dist/es2017/errors/is_known_error.d.ts +1 -1
  1060. package/dist/es2017/errors/is_known_error.js +2 -2
  1061. package/dist/es2017/errors/media_error.d.ts +22 -19
  1062. package/dist/es2017/errors/media_error.js +18 -20
  1063. package/dist/es2017/errors/network_error.d.ts +16 -2
  1064. package/dist/es2017/errors/network_error.js +17 -3
  1065. package/dist/es2017/errors/other_error.d.ts +15 -1
  1066. package/dist/es2017/errors/other_error.js +11 -1
  1067. package/dist/es2017/errors/source_buffer_error.d.ts +40 -0
  1068. package/dist/es2017/errors/source_buffer_error.js +43 -0
  1069. package/dist/es2017/errors/worker_initialization_error.d.ts +19 -0
  1070. package/dist/es2017/errors/worker_initialization_error.js +22 -0
  1071. package/dist/es2017/experimental/features/index.d.ts +1 -2
  1072. package/dist/es2017/experimental/features/index.js +1 -2
  1073. package/dist/es2017/experimental/features/local.d.ts +1 -1
  1074. package/dist/es2017/experimental/features/local.js +4 -3
  1075. package/dist/es2017/experimental/features/metaplaylist.d.ts +1 -1
  1076. package/dist/es2017/experimental/features/metaplaylist.js +4 -3
  1077. package/dist/es2017/experimental/features/multi_thread.d.ts +8 -0
  1078. package/dist/es2017/experimental/features/multi_thread.js +10 -0
  1079. package/dist/es2017/experimental/index.d.ts +1 -1
  1080. package/dist/es2017/experimental/index.js +1 -1
  1081. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +1 -1
  1082. package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +1 -1
  1083. package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.d.ts +1 -1
  1084. package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.js +2 -2
  1085. package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +5 -5
  1086. package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +11 -15
  1087. package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +4 -4
  1088. package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +29 -22
  1089. package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +3 -5
  1090. package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +6 -7
  1091. package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.d.ts +6 -6
  1092. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +3 -3
  1093. package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +29 -32
  1094. package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +13 -23
  1095. package/dist/es2017/experimental/tools/createMetaplaylist/index.d.ts +1 -1
  1096. package/dist/es2017/experimental/tools/createMetaplaylist/index.js +8 -14
  1097. package/dist/es2017/experimental/tools/index.d.ts +1 -2
  1098. package/dist/es2017/experimental/tools/index.js +1 -2
  1099. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/index.d.ts +1 -1
  1100. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/index.js +9 -13
  1101. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.d.ts +4 -3
  1102. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.js +7 -4
  1103. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/capabilities.d.ts +1 -1
  1104. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/capabilities.js +10 -47
  1105. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.d.ts +2 -0
  1106. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.d.ts +2 -1
  1107. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.js +9 -6
  1108. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +2 -1
  1109. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +22 -14
  1110. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +2 -1
  1111. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +26 -22
  1112. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +10 -10
  1113. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/index.d.ts +1 -1
  1114. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +2 -1
  1115. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +6 -7
  1116. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.d.ts +1 -1
  1117. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.js +6 -11
  1118. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.d.ts +2 -1
  1119. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.js +3 -4
  1120. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +2 -1
  1121. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +5 -5
  1122. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.d.ts +2 -2
  1123. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.d.ts +1 -1
  1124. package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.js +8 -7
  1125. package/dist/es2017/features/add_features.d.ts +1 -1
  1126. package/dist/es2017/features/features_object.d.ts +1 -1
  1127. package/dist/es2017/features/features_object.js +9 -6
  1128. package/dist/es2017/features/index.d.ts +1 -1
  1129. package/dist/es2017/features/index.js +1 -1
  1130. package/dist/es2017/features/list/dash.d.ts +1 -1
  1131. package/dist/es2017/features/list/dash.js +6 -5
  1132. package/dist/es2017/features/list/dash_wasm.d.ts +23 -0
  1133. package/dist/es2017/features/list/dash_wasm.js +35 -0
  1134. package/dist/es2017/features/list/debug_element.d.ts +8 -0
  1135. package/dist/es2017/features/list/debug_element.js +10 -0
  1136. package/dist/es2017/features/list/directfile.d.ts +1 -1
  1137. package/dist/es2017/features/list/directfile.js +3 -5
  1138. package/dist/es2017/features/list/eme.d.ts +1 -1
  1139. package/dist/es2017/features/list/eme.js +1 -1
  1140. package/dist/es2017/features/list/html_sami_parser.d.ts +1 -1
  1141. package/dist/es2017/features/list/html_sami_parser.js +2 -2
  1142. package/dist/es2017/features/list/html_srt_parser.d.ts +1 -1
  1143. package/dist/es2017/features/list/html_srt_parser.js +2 -2
  1144. package/dist/es2017/features/list/html_text_buffer.d.ts +1 -1
  1145. package/dist/es2017/features/list/html_text_buffer.js +2 -2
  1146. package/dist/es2017/features/list/html_ttml_parser.d.ts +1 -1
  1147. package/dist/es2017/features/list/html_ttml_parser.js +2 -2
  1148. package/dist/es2017/features/list/html_vtt_parser.d.ts +1 -1
  1149. package/dist/es2017/features/list/html_vtt_parser.js +2 -2
  1150. package/dist/es2017/features/list/index.d.ts +3 -0
  1151. package/dist/es2017/features/list/index.js +3 -0
  1152. package/dist/es2017/features/list/media_source_main.d.ts +8 -0
  1153. package/dist/es2017/features/list/media_source_main.js +10 -0
  1154. package/dist/es2017/features/list/native_sami_parser.d.ts +1 -1
  1155. package/dist/es2017/features/list/native_sami_parser.js +2 -3
  1156. package/dist/es2017/features/list/native_srt_parser.d.ts +1 -1
  1157. package/dist/es2017/features/list/native_srt_parser.js +2 -3
  1158. package/dist/es2017/features/list/native_text_buffer.d.ts +1 -1
  1159. package/dist/es2017/features/list/native_text_buffer.js +2 -3
  1160. package/dist/es2017/features/list/native_ttml_parser.d.ts +1 -1
  1161. package/dist/es2017/features/list/native_ttml_parser.js +2 -3
  1162. package/dist/es2017/features/list/native_vtt_parser.d.ts +1 -1
  1163. package/dist/es2017/features/list/native_vtt_parser.js +2 -3
  1164. package/dist/es2017/features/list/smooth.d.ts +2 -2
  1165. package/dist/es2017/features/list/smooth.js +8 -5
  1166. package/dist/es2017/features/types.d.ts +52 -24
  1167. package/dist/es2017/index.d.ts +1 -1
  1168. package/dist/es2017/index.js +3 -1
  1169. package/dist/es2017/main_thread/api/debug/buffer_graph.d.ts +28 -0
  1170. package/dist/es2017/main_thread/api/debug/buffer_graph.js +164 -0
  1171. package/dist/es2017/main_thread/api/debug/buffer_size_graph.js +102 -0
  1172. package/dist/es2017/main_thread/api/debug/modules/general_info.d.ts +3 -0
  1173. package/dist/es2017/main_thread/api/debug/modules/general_info.js +192 -0
  1174. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.d.ts +4 -0
  1175. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.js +124 -0
  1176. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.d.ts +3 -0
  1177. package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.js +35 -0
  1178. package/dist/es2017/main_thread/api/debug/render.d.ts +3 -0
  1179. package/dist/es2017/main_thread/api/debug/render.js +32 -0
  1180. package/dist/es2017/main_thread/api/debug/utils.js +54 -0
  1181. package/dist/es2017/main_thread/api/index.d.ts +17 -0
  1182. package/dist/es2017/main_thread/api/index.js +17 -0
  1183. package/dist/es2017/main_thread/api/option_utils.d.ts +124 -0
  1184. package/dist/es2017/main_thread/api/option_utils.js +308 -0
  1185. package/dist/es2017/main_thread/api/public_api.d.ts +751 -0
  1186. package/dist/es2017/main_thread/api/public_api.js +2347 -0
  1187. package/dist/es2017/main_thread/api/utils.d.ts +66 -0
  1188. package/dist/es2017/main_thread/api/utils.js +170 -0
  1189. package/dist/es2017/main_thread/decrypt/__tests__/__global__/utils.d.ts +184 -0
  1190. package/dist/es2017/main_thread/decrypt/__tests__/__global__/utils.js +378 -0
  1191. package/dist/es2017/main_thread/decrypt/attach_media_keys.d.ts +53 -0
  1192. package/dist/es2017/main_thread/decrypt/attach_media_keys.js +75 -0
  1193. package/dist/es2017/main_thread/decrypt/clear_on_stop.js +40 -0
  1194. package/dist/es2017/main_thread/decrypt/content_decryptor.d.ts +185 -0
  1195. package/dist/es2017/main_thread/decrypt/content_decryptor.js +799 -0
  1196. package/dist/es2017/main_thread/decrypt/create_or_load_session.d.ts +64 -0
  1197. package/dist/es2017/main_thread/decrypt/create_or_load_session.js +83 -0
  1198. package/dist/es2017/main_thread/decrypt/create_session.d.ts +54 -0
  1199. package/dist/es2017/main_thread/decrypt/create_session.js +150 -0
  1200. package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.js +41 -0
  1201. package/dist/es2017/main_thread/decrypt/find_key_system.d.ts +48 -0
  1202. package/dist/es2017/main_thread/decrypt/find_key_system.js +287 -0
  1203. package/dist/es2017/main_thread/decrypt/get_media_keys.d.ts +44 -0
  1204. package/dist/es2017/main_thread/decrypt/get_media_keys.js +103 -0
  1205. package/dist/es2017/main_thread/decrypt/index.d.ts +26 -0
  1206. package/dist/es2017/main_thread/decrypt/index.js +26 -0
  1207. package/dist/es2017/main_thread/decrypt/init_media_keys.d.ts +26 -0
  1208. package/dist/es2017/main_thread/decrypt/init_media_keys.js +47 -0
  1209. package/dist/es2017/main_thread/decrypt/session_events_listener.d.ts +75 -0
  1210. package/dist/es2017/main_thread/decrypt/session_events_listener.js +246 -0
  1211. package/dist/es2017/main_thread/decrypt/set_server_certificate.d.ts +51 -0
  1212. package/dist/es2017/main_thread/decrypt/set_server_certificate.js +82 -0
  1213. package/dist/es2017/main_thread/decrypt/types.d.ts +374 -0
  1214. package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.js +141 -0
  1215. package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.d.ts +52 -0
  1216. package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.js +163 -0
  1217. package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +26 -0
  1218. package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +32 -0
  1219. package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.d.ts +69 -0
  1220. package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.js +105 -0
  1221. package/dist/es2017/main_thread/decrypt/utils/is_session_usable.d.ts +24 -0
  1222. package/dist/es2017/main_thread/decrypt/utils/is_session_usable.js +48 -0
  1223. package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.js +48 -0
  1224. package/dist/es2017/main_thread/decrypt/utils/key_session_record.d.ts +104 -0
  1225. package/dist/es2017/main_thread/decrypt/utils/key_session_record.js +152 -0
  1226. package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.d.ts +213 -0
  1227. package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.js +365 -0
  1228. package/dist/es2017/main_thread/decrypt/utils/media_keys_infos_store.d.ts +56 -0
  1229. package/dist/es2017/main_thread/decrypt/utils/media_keys_infos_store.js +43 -0
  1230. package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.d.ts +94 -0
  1231. package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.js +325 -0
  1232. package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.d.ts +44 -0
  1233. package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.js +46 -0
  1234. package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.d.ts +64 -0
  1235. package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.js +121 -0
  1236. package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts +97 -0
  1237. package/dist/es2017/main_thread/init/directfile_content_initializer.js +233 -0
  1238. package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts +166 -0
  1239. package/dist/es2017/main_thread/init/media_source_content_initializer.js +691 -0
  1240. package/dist/es2017/main_thread/init/multi_thread_content_initializer.d.ts +167 -0
  1241. package/dist/es2017/main_thread/init/multi_thread_content_initializer.js +1369 -0
  1242. package/dist/es2017/main_thread/init/send_message.d.ts +2 -0
  1243. package/dist/es2017/main_thread/init/send_message.js +10 -0
  1244. package/dist/es2017/main_thread/init/types.d.ts +221 -0
  1245. package/dist/es2017/main_thread/init/types.js +29 -0
  1246. package/dist/es2017/main_thread/init/utils/create_core_playback_observer.d.ts +83 -0
  1247. package/dist/es2017/main_thread/init/utils/create_core_playback_observer.js +98 -0
  1248. package/dist/es2017/main_thread/init/utils/create_media_source.d.ts +37 -0
  1249. package/dist/es2017/main_thread/init/utils/create_media_source.js +101 -0
  1250. package/dist/es2017/main_thread/init/utils/get_initial_time.d.ts +76 -0
  1251. package/dist/es2017/main_thread/init/utils/get_initial_time.js +106 -0
  1252. package/dist/es2017/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
  1253. package/dist/es2017/main_thread/init/utils/get_loaded_reference.js +59 -0
  1254. package/dist/es2017/main_thread/init/utils/initial_seek_and_play.d.ts +61 -0
  1255. package/dist/es2017/main_thread/init/utils/initial_seek_and_play.js +203 -0
  1256. package/dist/es2017/main_thread/init/utils/initialize_content_decryption.d.ts +87 -0
  1257. package/dist/es2017/main_thread/init/utils/initialize_content_decryption.js +116 -0
  1258. package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +35 -0
  1259. package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.js +50 -0
  1260. package/dist/es2017/main_thread/init/utils/rebuffering_controller.d.ts +114 -0
  1261. package/dist/es2017/main_thread/init/utils/rebuffering_controller.js +426 -0
  1262. package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +33 -0
  1263. package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.d.ts +18 -0
  1264. package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +25 -0
  1265. package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +84 -0
  1266. package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +53 -0
  1267. package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +175 -0
  1268. package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.d.ts +41 -0
  1269. package/dist/es2017/main_thread/init/utils/throw_on_media_error.d.ts +23 -0
  1270. package/dist/es2017/main_thread/init/utils/throw_on_media_error.js +63 -0
  1271. package/dist/es2017/main_thread/text_displayer/html/html_parsers.d.ts +15 -0
  1272. package/dist/es2017/main_thread/text_displayer/html/html_parsers.js +22 -0
  1273. package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.d.ts +100 -0
  1274. package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.js +312 -0
  1275. package/dist/es2017/main_thread/text_displayer/html/index.d.ts +2 -0
  1276. package/dist/es2017/main_thread/text_displayer/html/index.js +2 -0
  1277. package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.d.ts +65 -0
  1278. package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.js +358 -0
  1279. package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.d.ts +15 -0
  1280. package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.js +61 -0
  1281. package/dist/es2017/main_thread/text_displayer/html/utils.d.ts +39 -0
  1282. package/dist/es2017/main_thread/text_displayer/html/utils.js +111 -0
  1283. package/dist/es2017/main_thread/text_displayer/index.d.ts +2 -0
  1284. package/dist/es2017/main_thread/text_displayer/manual_time_ranges.d.ts +14 -0
  1285. package/dist/es2017/main_thread/text_displayer/manual_time_ranges.js +48 -0
  1286. package/dist/es2017/main_thread/text_displayer/native/index.d.ts +2 -0
  1287. package/dist/es2017/main_thread/text_displayer/native/index.js +2 -0
  1288. package/dist/es2017/main_thread/text_displayer/native/native_parsers.d.ts +11 -0
  1289. package/dist/es2017/main_thread/text_displayer/native/native_parsers.js +22 -0
  1290. package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.d.ts +56 -0
  1291. package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.js +203 -0
  1292. package/dist/es2017/main_thread/text_displayer/types.d.ts +71 -0
  1293. package/dist/es2017/main_thread/tracks_store/index.d.ts +20 -0
  1294. package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.d.ts +197 -0
  1295. package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.js +663 -0
  1296. package/dist/es2017/main_thread/tracks_store/track_dispatcher.d.ts +101 -0
  1297. package/dist/es2017/main_thread/tracks_store/track_dispatcher.js +175 -0
  1298. package/dist/es2017/main_thread/tracks_store/tracks_store.d.ts +448 -0
  1299. package/dist/es2017/main_thread/tracks_store/tracks_store.js +998 -0
  1300. package/dist/es2017/main_thread/types.d.ts +5 -0
  1301. package/dist/es2017/main_thread/types.js +1 -0
  1302. package/dist/es2017/manifest/classes/adaptation.d.ts +134 -0
  1303. package/dist/es2017/manifest/classes/adaptation.js +193 -0
  1304. package/dist/es2017/manifest/classes/index.d.ts +25 -0
  1305. package/dist/es2017/manifest/classes/index.js +28 -0
  1306. package/dist/es2017/manifest/classes/manifest.d.ts +391 -0
  1307. package/dist/es2017/manifest/classes/manifest.js +381 -0
  1308. package/dist/es2017/manifest/classes/period.d.ts +106 -0
  1309. package/dist/es2017/manifest/classes/period.js +194 -0
  1310. package/dist/es2017/manifest/classes/representation.d.ts +238 -0
  1311. package/dist/es2017/manifest/classes/representation.js +346 -0
  1312. package/dist/es2017/manifest/classes/representation_index/index.d.ts +18 -0
  1313. package/dist/es2017/manifest/classes/representation_index/static.d.ts +101 -0
  1314. package/dist/es2017/manifest/classes/representation_index/static.js +143 -0
  1315. package/dist/es2017/manifest/classes/representation_index/types.d.ts +420 -0
  1316. package/dist/es2017/manifest/classes/types.d.ts +29 -0
  1317. package/dist/es2017/manifest/classes/update_period_in_place.d.ts +53 -0
  1318. package/dist/es2017/manifest/classes/update_period_in_place.js +109 -0
  1319. package/dist/es2017/manifest/classes/update_periods.d.ts +50 -0
  1320. package/dist/es2017/manifest/classes/update_periods.js +193 -0
  1321. package/dist/es2017/manifest/classes/utils.d.ts +39 -0
  1322. package/dist/es2017/manifest/classes/utils.js +49 -0
  1323. package/dist/es2017/manifest/index.d.ts +15 -24
  1324. package/dist/es2017/manifest/index.js +3 -28
  1325. package/dist/es2017/manifest/types.d.ts +372 -19
  1326. package/dist/es2017/manifest/types.js +1 -30
  1327. package/dist/es2017/manifest/utils.d.ts +149 -31
  1328. package/dist/es2017/manifest/utils.js +458 -30
  1329. package/dist/es2017/minimal.d.ts +4 -1
  1330. package/dist/es2017/minimal.js +12 -1
  1331. package/dist/es2017/mse/index.d.ts +1 -0
  1332. package/dist/es2017/mse/index.js +1 -0
  1333. package/dist/es2017/mse/main_codec_support_prober.d.ts +26 -0
  1334. package/dist/es2017/mse/main_codec_support_prober.js +41 -0
  1335. package/dist/es2017/mse/main_media_source_interface.d.ts +112 -0
  1336. package/dist/es2017/mse/main_media_source_interface.js +431 -0
  1337. package/dist/es2017/mse/types.d.ts +301 -0
  1338. package/dist/es2017/mse/types.js +1 -0
  1339. package/dist/es2017/mse/utils/end_of_stream.d.ts +33 -0
  1340. package/dist/es2017/mse/utils/end_of_stream.js +87 -0
  1341. package/dist/es2017/mse/utils/media_source_duration_updater.js +265 -0
  1342. package/dist/es2017/mse/worker_codec_support_prober.d.ts +42 -0
  1343. package/dist/es2017/mse/worker_codec_support_prober.js +58 -0
  1344. package/dist/es2017/mse/worker_media_source_interface.d.ts +105 -0
  1345. package/dist/es2017/mse/worker_media_source_interface.js +305 -0
  1346. package/dist/es2017/multithread_types.d.ts +815 -0
  1347. package/dist/es2017/multithread_types.js +6 -0
  1348. package/dist/es2017/parsers/containers/isobmff/create_box.d.ts +1 -1
  1349. package/dist/es2017/parsers/containers/isobmff/create_box.js +6 -5
  1350. package/dist/es2017/parsers/containers/isobmff/drm/playready.js +2 -3
  1351. package/dist/es2017/parsers/containers/isobmff/get_box.js +3 -5
  1352. package/dist/es2017/parsers/containers/isobmff/index.d.ts +3 -3
  1353. package/dist/es2017/parsers/containers/isobmff/index.js +4 -4
  1354. package/dist/es2017/parsers/containers/isobmff/read.d.ts +1 -1
  1355. package/dist/es2017/parsers/containers/isobmff/read.js +9 -9
  1356. package/dist/es2017/parsers/containers/isobmff/take_pssh_out.js +4 -5
  1357. package/dist/es2017/parsers/containers/isobmff/utils.js +60 -45
  1358. package/dist/es2017/parsers/containers/matroska/index.d.ts +1 -1
  1359. package/dist/es2017/parsers/containers/matroska/index.js +1 -1
  1360. package/dist/es2017/parsers/containers/matroska/utils.js +42 -29
  1361. package/dist/es2017/parsers/images/bif.js +10 -6
  1362. package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.d.ts +1 -1
  1363. package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.js +1 -3
  1364. package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +1 -1
  1365. package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.js +1 -1
  1366. package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.js +4 -12
  1367. package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +1 -1
  1368. package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.js +4 -5
  1369. package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +1 -1
  1370. package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +4 -2
  1371. package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.d.ts +1 -1
  1372. package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.js +15 -13
  1373. package/dist/es2017/parsers/manifest/dash/common/index.d.ts +1 -1
  1374. package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts +5 -5
  1375. package/dist/es2017/parsers/manifest/dash/common/indexes/base.js +36 -31
  1376. package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +2 -2
  1377. package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.js +6 -4
  1378. package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +4 -4
  1379. package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +10 -10
  1380. package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts +2 -2
  1381. package/dist/es2017/parsers/manifest/dash/common/indexes/list.js +23 -20
  1382. package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts +3 -3
  1383. package/dist/es2017/parsers/manifest/dash/common/indexes/template.js +54 -59
  1384. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +5 -4
  1385. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +14 -11
  1386. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +3 -2
  1387. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +25 -20
  1388. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +1 -1
  1389. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +15 -10
  1390. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +4 -3
  1391. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +43 -27
  1392. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +11 -2
  1393. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +49 -2
  1394. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +9 -8
  1395. package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +77 -69
  1396. package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.js +2 -4
  1397. package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts +1 -1
  1398. package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.js +2 -2
  1399. package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.js +9 -10
  1400. package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +5 -5
  1401. package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.js +61 -66
  1402. package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.d.ts +3 -2
  1403. package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.js +5 -3
  1404. package/dist/es2017/parsers/manifest/dash/common/parse_mpd.d.ts +6 -6
  1405. package/dist/es2017/parsers/manifest/dash/common/parse_mpd.js +54 -42
  1406. package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts +5 -5
  1407. package/dist/es2017/parsers/manifest/dash/common/parse_periods.js +43 -45
  1408. package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.d.ts +5 -5
  1409. package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.js +5 -7
  1410. package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts +5 -5
  1411. package/dist/es2017/parsers/manifest/dash/common/parse_representations.js +63 -68
  1412. package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.d.ts +1 -1
  1413. package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.js +5 -3
  1414. package/dist/es2017/parsers/manifest/dash/fast-js-parser/index.d.ts +17 -0
  1415. package/dist/es2017/parsers/manifest/dash/fast-js-parser/index.js +17 -0
  1416. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.d.ts +24 -0
  1417. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.js +358 -0
  1418. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.d.ts +24 -0
  1419. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.js +30 -0
  1420. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.d.ts +23 -0
  1421. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.js +45 -0
  1422. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.d.ts +22 -0
  1423. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.js +77 -0
  1424. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.d.ts +23 -0
  1425. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.js +101 -0
  1426. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.d.ts +22 -0
  1427. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.js +45 -0
  1428. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.d.ts +23 -0
  1429. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.js +179 -0
  1430. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Period.d.ts +23 -0
  1431. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Period.js +137 -0
  1432. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.d.ts +22 -0
  1433. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.js +214 -0
  1434. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.d.ts +23 -0
  1435. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.js +111 -0
  1436. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.d.ts +22 -0
  1437. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.js +41 -0
  1438. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.d.ts +24 -0
  1439. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.js +84 -0
  1440. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.d.ts +22 -0
  1441. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.js +33 -0
  1442. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.d.ts +24 -0
  1443. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.js +57 -0
  1444. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/utils.d.ts +176 -0
  1445. package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/utils.js +310 -0
  1446. package/dist/es2017/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.d.ts +24 -0
  1447. package/dist/es2017/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.js +114 -0
  1448. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.d.ts +23 -0
  1449. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.js +354 -0
  1450. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/BaseURL.d.ts +23 -0
  1451. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/BaseURL.js +29 -0
  1452. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/ContentComponent.d.ts +22 -0
  1453. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/ContentProtection.d.ts +21 -0
  1454. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/EventStream.d.ts +23 -0
  1455. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/EventStream.js +100 -0
  1456. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Initialization.d.ts +21 -0
  1457. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Initialization.js +41 -0
  1458. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/MPD.d.ts +21 -0
  1459. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/MPD.js +161 -0
  1460. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Period.d.ts +21 -0
  1461. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Period.js +118 -0
  1462. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Representation.d.ts +21 -0
  1463. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Representation.js +210 -0
  1464. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.d.ts +22 -0
  1465. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.js +107 -0
  1466. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentList.d.ts +21 -0
  1467. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.d.ts +23 -0
  1468. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.js +83 -0
  1469. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentTimeline.d.ts +21 -0
  1470. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.d.ts +23 -0
  1471. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.js +53 -0
  1472. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/utils.d.ts +169 -0
  1473. package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/utils.js +297 -0
  1474. package/dist/es2017/parsers/manifest/dash/native-parser/parse_from_document.d.ts +24 -0
  1475. package/dist/es2017/parsers/manifest/dash/native-parser/parse_from_document.js +108 -0
  1476. package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts +5 -3
  1477. package/dist/es2017/parsers/manifest/dash/parsers_types.d.ts +1 -1
  1478. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +2 -2
  1479. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +49 -22
  1480. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +3 -2
  1481. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +22 -26
  1482. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +2 -2
  1483. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +3 -3
  1484. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +1 -1
  1485. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +3 -3
  1486. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +4 -2
  1487. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +3 -2
  1488. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +2 -4
  1489. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +3 -2
  1490. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +5 -5
  1491. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +3 -2
  1492. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +9 -6
  1493. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +3 -2
  1494. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +13 -15
  1495. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +3 -3
  1496. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +1 -1
  1497. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +2 -2
  1498. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +5 -10
  1499. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +3 -2
  1500. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +2 -2
  1501. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +11 -18
  1502. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +2 -2
  1503. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +2 -4
  1504. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +3 -2
  1505. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +5 -5
  1506. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +2 -2
  1507. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.js +8 -4
  1508. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +4 -2
  1509. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts +55 -55
  1510. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +1 -1
  1511. package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.js +8 -4
  1512. package/dist/es2017/parsers/manifest/local/parse_local_manifest.d.ts +2 -2
  1513. package/dist/es2017/parsers/manifest/local/parse_local_manifest.js +21 -16
  1514. package/dist/es2017/parsers/manifest/local/representation_index.d.ts +2 -2
  1515. package/dist/es2017/parsers/manifest/local/representation_index.js +7 -7
  1516. package/dist/es2017/parsers/manifest/metaplaylist/index.d.ts +1 -1
  1517. package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +4 -4
  1518. package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.js +52 -42
  1519. package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts +3 -3
  1520. package/dist/es2017/parsers/manifest/metaplaylist/representation_index.js +10 -7
  1521. package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts +2 -2
  1522. package/dist/es2017/parsers/manifest/smooth/create_parser.js +120 -121
  1523. package/dist/es2017/parsers/manifest/smooth/get_codecs.js +3 -3
  1524. package/dist/es2017/parsers/manifest/smooth/index.d.ts +1 -1
  1525. package/dist/es2017/parsers/manifest/smooth/index.js +1 -1
  1526. package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.js +9 -9
  1527. package/dist/es2017/parsers/manifest/smooth/parse_protection_node.js +12 -8
  1528. package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts +3 -3
  1529. package/dist/es2017/parsers/manifest/smooth/representation_index.js +35 -38
  1530. package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +1 -1
  1531. package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.js +8 -9
  1532. package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.js +10 -7
  1533. package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.d.ts +1 -1
  1534. package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.js +1 -1
  1535. package/dist/es2017/parsers/manifest/smooth/utils/tokens.d.ts +1 -1
  1536. package/dist/es2017/parsers/manifest/smooth/utils/tokens.js +2 -3
  1537. package/dist/es2017/parsers/manifest/types.d.ts +10 -3
  1538. package/dist/es2017/parsers/manifest/utils/check_manifest_ids.d.ts +1 -1
  1539. package/dist/es2017/parsers/manifest/utils/check_manifest_ids.js +2 -2
  1540. package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.d.ts +3 -2
  1541. package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.js +11 -7
  1542. package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +1 -1
  1543. package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.js +5 -4
  1544. package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +1 -1
  1545. package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.js +5 -4
  1546. package/dist/es2017/parsers/manifest/utils/get_maximum_positions.d.ts +2 -2
  1547. package/dist/es2017/parsers/manifest/utils/get_maximum_positions.js +11 -17
  1548. package/dist/es2017/parsers/manifest/utils/get_minimum_position.d.ts +2 -2
  1549. package/dist/es2017/parsers/manifest/utils/get_minimum_position.js +5 -11
  1550. package/dist/es2017/parsers/manifest/utils/index_helpers.js +4 -5
  1551. package/dist/es2017/parsers/manifest/utils/update_segment_timeline.d.ts +1 -1
  1552. package/dist/es2017/parsers/manifest/utils/update_segment_timeline.js +17 -16
  1553. package/dist/es2017/parsers/texttracks/index.d.ts +1 -1
  1554. package/dist/es2017/parsers/texttracks/sami/html.d.ts +1 -1
  1555. package/dist/es2017/parsers/texttracks/sami/html.js +17 -16
  1556. package/dist/es2017/parsers/texttracks/sami/native.d.ts +1 -1
  1557. package/dist/es2017/parsers/texttracks/sami/native.js +11 -17
  1558. package/dist/es2017/parsers/texttracks/srt/html.js +12 -10
  1559. package/dist/es2017/parsers/texttracks/srt/native.d.ts +1 -1
  1560. package/dist/es2017/parsers/texttracks/srt/native.js +1 -7
  1561. package/dist/es2017/parsers/texttracks/srt/parse_cue.js +4 -9
  1562. package/dist/es2017/parsers/texttracks/ttml/get_parameters.js +8 -13
  1563. package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.d.ts +1 -1
  1564. package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.js +9 -10
  1565. package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +2 -2
  1566. package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.js +3 -7
  1567. package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.js +4 -5
  1568. package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.js +3 -2
  1569. package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.js +3 -7
  1570. package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.js +3 -7
  1571. package/dist/es2017/parsers/texttracks/ttml/html/create_element.d.ts +2 -2
  1572. package/dist/es2017/parsers/texttracks/ttml/html/create_element.js +30 -23
  1573. package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.js +2 -2
  1574. package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.d.ts +1 -1
  1575. package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.js +5 -4
  1576. package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +1 -1
  1577. package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +39 -23
  1578. package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.d.ts +2 -2
  1579. package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.js +14 -13
  1580. package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +1 -1
  1581. package/dist/es2017/parsers/texttracks/ttml/parse_ttml.d.ts +3 -3
  1582. package/dist/es2017/parsers/texttracks/ttml/parse_ttml.js +22 -19
  1583. package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +1 -1
  1584. package/dist/es2017/parsers/texttracks/ttml/time_parsing.d.ts +1 -1
  1585. package/dist/es2017/parsers/texttracks/ttml/time_parsing.js +2 -2
  1586. package/dist/es2017/parsers/texttracks/ttml/xml_utils.js +2 -1
  1587. package/dist/es2017/parsers/texttracks/types.d.ts +1 -1
  1588. package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.js +1 -1
  1589. package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.js +2 -1
  1590. package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +1 -1
  1591. package/dist/es2017/parsers/texttracks/webvtt/html/create_default_style_elements.d.ts +1 -1
  1592. package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.js +6 -12
  1593. package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.d.ts +1 -1
  1594. package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.js +8 -9
  1595. package/dist/es2017/parsers/texttracks/webvtt/html/parse_style_block.js +4 -4
  1596. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_to_div.d.ts +1 -1
  1597. package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_to_div.js +1 -1
  1598. package/dist/es2017/parsers/texttracks/webvtt/html/to_html.d.ts +1 -1
  1599. package/dist/es2017/parsers/texttracks/webvtt/html/to_html.js +5 -13
  1600. package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_to_cues.d.ts +1 -1
  1601. package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_to_cues.js +4 -8
  1602. package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +1 -1
  1603. package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.d.ts +2 -2
  1604. package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.js +2 -2
  1605. package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.js +7 -8
  1606. package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.js +1 -2
  1607. package/dist/es2017/parsers/texttracks/webvtt/utils.js +6 -6
  1608. package/dist/es2017/playback_observer/index.d.ts +6 -0
  1609. package/dist/es2017/playback_observer/index.js +2 -0
  1610. package/dist/es2017/playback_observer/media_element_playback_observer.d.ts +203 -0
  1611. package/dist/es2017/playback_observer/media_element_playback_observer.js +678 -0
  1612. package/dist/es2017/playback_observer/types.d.ts +223 -0
  1613. package/dist/es2017/playback_observer/types.js +1 -0
  1614. package/dist/es2017/playback_observer/utils/generate_read_only_observer.d.ts +11 -0
  1615. package/dist/es2017/playback_observer/utils/generate_read_only_observer.js +41 -0
  1616. package/dist/es2017/playback_observer/utils/observation_position.d.ts +87 -0
  1617. package/dist/es2017/playback_observer/utils/observation_position.js +84 -0
  1618. package/dist/es2017/playback_observer/worker_playback_observer.d.ts +72 -0
  1619. package/dist/es2017/playback_observer/worker_playback_observer.js +45 -0
  1620. package/dist/es2017/public_types.d.ts +104 -35
  1621. package/dist/es2017/public_types.js +2 -13
  1622. package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.d.ts +3 -3
  1623. package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.js +19 -22
  1624. package/dist/es2017/tools/index.d.ts +2 -1
  1625. package/dist/es2017/tools/index.js +4 -2
  1626. package/dist/es2017/tools/parseBIFThumbnails/index.js +30 -0
  1627. package/dist/es2017/transports/dash/add_segment_integrity_checks_to_loader.d.ts +1 -1
  1628. package/dist/es2017/transports/dash/add_segment_integrity_checks_to_loader.js +2 -3
  1629. package/dist/es2017/transports/dash/construct_segment_url.d.ts +2 -2
  1630. package/dist/es2017/transports/dash/construct_segment_url.js +7 -3
  1631. package/dist/es2017/transports/dash/extract_complete_chunks.d.ts +1 -1
  1632. package/dist/es2017/transports/dash/extract_complete_chunks.js +13 -9
  1633. package/dist/es2017/transports/dash/get_events_out_of_emsgs.d.ts +2 -2
  1634. package/dist/es2017/transports/dash/get_events_out_of_emsgs.js +12 -11
  1635. package/dist/es2017/transports/dash/init_segment_loader.d.ts +3 -3
  1636. package/dist/es2017/transports/dash/init_segment_loader.js +29 -23
  1637. package/dist/es2017/transports/dash/low_latency_segment_loader.d.ts +2 -2
  1638. package/dist/es2017/transports/dash/low_latency_segment_loader.js +15 -12
  1639. package/dist/es2017/transports/dash/manifest_parser.d.ts +2 -2
  1640. package/dist/es2017/transports/dash/manifest_parser.js +68 -32
  1641. package/dist/es2017/transports/dash/pipelines.d.ts +1 -1
  1642. package/dist/es2017/transports/dash/pipelines.js +15 -12
  1643. package/dist/es2017/transports/dash/segment_loader.d.ts +4 -4
  1644. package/dist/es2017/transports/dash/segment_loader.js +31 -23
  1645. package/dist/es2017/transports/dash/segment_parser.d.ts +2 -2
  1646. package/dist/es2017/transports/dash/segment_parser.js +40 -25
  1647. package/dist/es2017/transports/dash/text_loader.d.ts +2 -2
  1648. package/dist/es2017/transports/dash/text_loader.js +19 -20
  1649. package/dist/es2017/transports/dash/text_parser.d.ts +2 -2
  1650. package/dist/es2017/transports/dash/text_parser.js +44 -26
  1651. package/dist/es2017/transports/index.d.ts +1 -1
  1652. package/dist/es2017/transports/index.js +1 -1
  1653. package/dist/es2017/transports/local/pipelines.d.ts +1 -1
  1654. package/dist/es2017/transports/local/pipelines.js +14 -9
  1655. package/dist/es2017/transports/local/segment_loader.d.ts +3 -3
  1656. package/dist/es2017/transports/local/segment_loader.js +14 -6
  1657. package/dist/es2017/transports/local/segment_parser.d.ts +1 -1
  1658. package/dist/es2017/transports/local/segment_parser.js +24 -14
  1659. package/dist/es2017/transports/local/text_parser.d.ts +1 -1
  1660. package/dist/es2017/transports/local/text_parser.js +36 -18
  1661. package/dist/es2017/transports/metaplaylist/manifest_loader.d.ts +4 -4
  1662. package/dist/es2017/transports/metaplaylist/manifest_loader.js +8 -6
  1663. package/dist/es2017/transports/metaplaylist/pipelines.d.ts +1 -1
  1664. package/dist/es2017/transports/metaplaylist/pipelines.js +35 -24
  1665. package/dist/es2017/transports/smooth/extract_timings_infos.d.ts +2 -2
  1666. package/dist/es2017/transports/smooth/extract_timings_infos.js +17 -19
  1667. package/dist/es2017/transports/smooth/is_mp4_embedded_track.d.ts +1 -1
  1668. package/dist/es2017/transports/smooth/is_mp4_embedded_track.js +1 -1
  1669. package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.d.ts +0 -1
  1670. package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.js +3 -4
  1671. package/dist/es2017/transports/smooth/isobmff/create_boxes.js +23 -32
  1672. package/dist/es2017/transports/smooth/isobmff/create_init_segment.js +2 -2
  1673. package/dist/es2017/transports/smooth/isobmff/create_traf_box.js +2 -2
  1674. package/dist/es2017/transports/smooth/isobmff/get_aaces_header.js +4 -16
  1675. package/dist/es2017/transports/smooth/isobmff/parse_tfrf.js +2 -2
  1676. package/dist/es2017/transports/smooth/isobmff/parse_tfxd.js +1 -1
  1677. package/dist/es2017/transports/smooth/isobmff/patch_segment.js +12 -11
  1678. package/dist/es2017/transports/smooth/pipelines.d.ts +1 -1
  1679. package/dist/es2017/transports/smooth/pipelines.js +84 -61
  1680. package/dist/es2017/transports/smooth/segment_loader.d.ts +3 -3
  1681. package/dist/es2017/transports/smooth/segment_loader.js +44 -29
  1682. package/dist/es2017/transports/smooth/utils.d.ts +4 -4
  1683. package/dist/es2017/transports/smooth/utils.js +10 -6
  1684. package/dist/es2017/transports/types.d.ts +22 -27
  1685. package/dist/es2017/transports/utils/byte_range.js +1 -2
  1686. package/dist/es2017/transports/utils/call_custom_manifest_loader.d.ts +3 -3
  1687. package/dist/es2017/transports/utils/call_custom_manifest_loader.js +10 -8
  1688. package/dist/es2017/transports/utils/check_isobmff_integrity.js +3 -3
  1689. package/dist/es2017/transports/utils/find_complete_box.js +3 -2
  1690. package/dist/es2017/transports/utils/generate_manifest_loader.d.ts +3 -3
  1691. package/dist/es2017/transports/utils/generate_manifest_loader.js +13 -7
  1692. package/dist/es2017/transports/utils/get_isobmff_timing_infos.d.ts +2 -2
  1693. package/dist/es2017/transports/utils/get_isobmff_timing_infos.js +12 -11
  1694. package/dist/es2017/transports/utils/infer_segment_container.d.ts +1 -1
  1695. package/dist/es2017/transports/utils/infer_segment_container.js +1 -3
  1696. package/dist/es2017/transports/utils/parse_text_track.d.ts +4 -4
  1697. package/dist/es2017/transports/utils/parse_text_track.js +6 -16
  1698. package/dist/es2017/utils/array_includes.js +2 -6
  1699. package/dist/es2017/utils/assert.d.ts +41 -0
  1700. package/dist/es2017/utils/assert.js +50 -7
  1701. package/dist/es2017/utils/base64.js +87 -29
  1702. package/dist/es2017/utils/byte_parsing.js +64 -56
  1703. package/dist/es2017/utils/cancellable_sleep.d.ts +1 -1
  1704. package/dist/es2017/utils/create_cancellable_promise.d.ts +1 -1
  1705. package/dist/es2017/utils/deep_merge.js +4 -4
  1706. package/dist/es2017/utils/event_emitter.d.ts +1 -1
  1707. package/dist/es2017/utils/event_emitter.js +7 -2
  1708. package/dist/es2017/utils/get_fuzzed_delay.js +1 -1
  1709. package/dist/es2017/utils/global_scope.d.ts +9 -0
  1710. package/dist/es2017/utils/global_scope.js +20 -0
  1711. package/dist/es2017/utils/hash_buffer.js +1 -1
  1712. package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.js +182 -182
  1713. package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.js +19 -19
  1714. package/dist/es2017/utils/languages/normalize.js +5 -5
  1715. package/dist/es2017/utils/logger.d.ts +13 -3
  1716. package/dist/es2017/utils/logger.js +26 -20
  1717. package/dist/es2017/utils/monotonic_timestamp.d.ts +20 -4
  1718. package/dist/es2017/utils/monotonic_timestamp.js +21 -5
  1719. package/dist/es2017/utils/object_assign.d.ts +29 -5
  1720. package/dist/es2017/utils/object_assign.js +17 -8
  1721. package/dist/es2017/utils/object_values.d.ts +1 -1
  1722. package/dist/es2017/utils/object_values.js +4 -4
  1723. package/dist/es2017/utils/queue_microtask.js +3 -3
  1724. package/dist/es2017/utils/ranges.js +22 -29
  1725. package/dist/es2017/utils/reference.d.ts +1 -1
  1726. package/dist/es2017/utils/reference.js +1 -3
  1727. package/dist/es2017/utils/request/fetch.d.ts +1 -1
  1728. package/dist/es2017/utils/request/fetch.js +30 -29
  1729. package/dist/es2017/utils/request/index.d.ts +2 -1
  1730. package/dist/es2017/utils/request/index.js +2 -1
  1731. package/dist/es2017/utils/request/request_error.d.ts +47 -0
  1732. package/dist/es2017/utils/request/request_error.js +65 -0
  1733. package/dist/es2017/utils/request/xhr.d.ts +5 -5
  1734. package/dist/es2017/utils/request/xhr.js +25 -23
  1735. package/dist/es2017/utils/retry_promise_with_backoff.d.ts +11 -3
  1736. package/dist/es2017/utils/retry_promise_with_backoff.js +15 -3
  1737. package/dist/es2017/utils/slice_uint8array.js +3 -3
  1738. package/dist/es2017/utils/starts_with.js +3 -3
  1739. package/dist/es2017/utils/string_parsing.js +17 -19
  1740. package/dist/es2017/utils/sync_or_async.d.ts +70 -0
  1741. package/dist/es2017/utils/sync_or_async.js +49 -0
  1742. package/dist/es2017/utils/task_canceller.js +1 -2
  1743. package/dist/es2017/utils/wrapInPromise.d.ts +1 -1
  1744. package/dist/es2017/utils/xml-parser.d.ts +70 -0
  1745. package/dist/es2017/utils/xml-parser.js +322 -0
  1746. package/dist/es2017/worker_entry_point.d.ts +5 -0
  1747. package/dist/es2017/worker_entry_point.js +6 -0
  1748. package/dist/mpd-parser.wasm +0 -0
  1749. package/dist/rx-player.js +46054 -43510
  1750. package/dist/rx-player.min.js +1 -1
  1751. package/dist/worker.js +8 -0
  1752. package/package.json +122 -91
  1753. package/.editorconfig +0 -22
  1754. package/.eslintrc.js +0 -415
  1755. package/.github/workflows/checks.yml +0 -101
  1756. package/.github/workflows/perfs.yml +0 -22
  1757. package/.github/workflows/sonarcloud_analysis.yml +0 -20
  1758. package/CONTRIBUTING.md +0 -272
  1759. package/FILES.md +0 -277
  1760. package/dist/_esm5.processed/compat/add_class_name.d.ts +0 -22
  1761. package/dist/_esm5.processed/compat/add_class_name.js +0 -39
  1762. package/dist/_esm5.processed/compat/add_text_track.d.ts +0 -31
  1763. package/dist/_esm5.processed/compat/add_text_track.js +0 -47
  1764. package/dist/_esm5.processed/compat/browser_compatibility_types.d.ts +0 -165
  1765. package/dist/_esm5.processed/compat/browser_compatibility_types.js +0 -32
  1766. package/dist/_esm5.processed/compat/browser_detection.d.ts +0 -42
  1767. package/dist/_esm5.processed/compat/browser_detection.js +0 -103
  1768. package/dist/_esm5.processed/compat/browser_version.d.ts +0 -24
  1769. package/dist/_esm5.processed/compat/browser_version.js +0 -41
  1770. package/dist/_esm5.processed/compat/can_patch_isobmff.d.ts +0 -25
  1771. package/dist/_esm5.processed/compat/can_patch_isobmff.js +0 -28
  1772. package/dist/_esm5.processed/compat/can_rely_on_video_visibility_and_size.d.ts +0 -37
  1773. package/dist/_esm5.processed/compat/can_rely_on_video_visibility_and_size.js +0 -49
  1774. package/dist/_esm5.processed/compat/can_reuse_media_keys.d.ts +0 -13
  1775. package/dist/_esm5.processed/compat/can_reuse_media_keys.js +0 -16
  1776. package/dist/_esm5.processed/compat/change_source_buffer_type.d.ts +0 -48
  1777. package/dist/_esm5.processed/compat/change_source_buffer_type.js +0 -37
  1778. package/dist/_esm5.processed/compat/clear_element_src.d.ts +0 -20
  1779. package/dist/_esm5.processed/compat/clear_element_src.js +0 -53
  1780. package/dist/_esm5.processed/compat/eme/close_session.d.ts +0 -30
  1781. package/dist/_esm5.processed/compat/eme/close_session.js +0 -162
  1782. package/dist/_esm5.processed/compat/eme/constants.d.ts +0 -16
  1783. package/dist/_esm5.processed/compat/eme/constants.js +0 -19
  1784. package/dist/_esm5.processed/compat/eme/custom_key_system_access.d.ts +0 -54
  1785. package/dist/_esm5.processed/compat/eme/custom_key_system_access.js +0 -47
  1786. package/dist/_esm5.processed/compat/eme/custom_media_keys/ie11_media_keys.d.ts +0 -31
  1787. package/dist/_esm5.processed/compat/eme/custom_media_keys/ie11_media_keys.js +0 -170
  1788. package/dist/_esm5.processed/compat/eme/custom_media_keys/index.d.ts +0 -7
  1789. package/dist/_esm5.processed/compat/eme/custom_media_keys/index.js +0 -6
  1790. package/dist/_esm5.processed/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +0 -27
  1791. package/dist/_esm5.processed/compat/eme/custom_media_keys/moz_media_keys_constructor.js +0 -63
  1792. package/dist/_esm5.processed/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts +0 -43
  1793. package/dist/_esm5.processed/compat/eme/custom_media_keys/ms_media_keys_constructor.js +0 -30
  1794. package/dist/_esm5.processed/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +0 -41
  1795. package/dist/_esm5.processed/compat/eme/custom_media_keys/old_webkit_media_keys.js +0 -192
  1796. package/dist/_esm5.processed/compat/eme/custom_media_keys/types.d.ts +0 -43
  1797. package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys.d.ts +0 -37
  1798. package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys.js +0 -260
  1799. package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +0 -22
  1800. package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +0 -32
  1801. package/dist/_esm5.processed/compat/eme/eme-api-implementation.d.ts +0 -78
  1802. package/dist/_esm5.processed/compat/eme/eme-api-implementation.js +0 -198
  1803. package/dist/_esm5.processed/compat/eme/generate_key_request.d.ts +0 -54
  1804. package/dist/_esm5.processed/compat/eme/generate_key_request.js +0 -147
  1805. package/dist/_esm5.processed/compat/eme/get_init_data.d.ts +0 -57
  1806. package/dist/_esm5.processed/compat/eme/get_init_data.js +0 -112
  1807. package/dist/_esm5.processed/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts +0 -23
  1808. package/dist/_esm5.processed/compat/eme/get_uuid_kid_from_keystatus_kid.js +0 -31
  1809. package/dist/_esm5.processed/compat/eme/get_webkit_fairplay_initdata.d.ts +0 -25
  1810. package/dist/_esm5.processed/compat/eme/get_webkit_fairplay_initdata.js +0 -57
  1811. package/dist/_esm5.processed/compat/eme/index.d.ts +0 -24
  1812. package/dist/_esm5.processed/compat/eme/index.js +0 -22
  1813. package/dist/_esm5.processed/compat/eme/load_session.d.ts +0 -30
  1814. package/dist/_esm5.processed/compat/eme/load_session.js +0 -99
  1815. package/dist/_esm5.processed/compat/enable_audio_track.d.ts +0 -11
  1816. package/dist/_esm5.processed/compat/enable_audio_track.js +0 -26
  1817. package/dist/_esm5.processed/compat/event_listeners.d.ts +0 -153
  1818. package/dist/_esm5.processed/compat/event_listeners.js +0 -387
  1819. package/dist/_esm5.processed/compat/get_start_date.d.ts +0 -30
  1820. package/dist/_esm5.processed/compat/get_start_date.js +0 -44
  1821. package/dist/_esm5.processed/compat/has_issues_with_high_media_source_duration.d.ts +0 -21
  1822. package/dist/_esm5.processed/compat/has_issues_with_high_media_source_duration.js +0 -26
  1823. package/dist/_esm5.processed/compat/index.d.ts +0 -37
  1824. package/dist/_esm5.processed/compat/index.js +0 -43
  1825. package/dist/_esm5.processed/compat/is_codec_supported.d.ts +0 -25
  1826. package/dist/_esm5.processed/compat/is_codec_supported.js +0 -36
  1827. package/dist/_esm5.processed/compat/is_debug_mode_enabled.d.ts +0 -7
  1828. package/dist/_esm5.processed/compat/is_debug_mode_enabled.js +0 -9
  1829. package/dist/_esm5.processed/compat/is_node.d.ts +0 -17
  1830. package/dist/_esm5.processed/compat/is_node.js +0 -17
  1831. package/dist/_esm5.processed/compat/is_seeking_approximate.d.ts +0 -28
  1832. package/dist/_esm5.processed/compat/is_seeking_approximate.js +0 -29
  1833. package/dist/_esm5.processed/compat/is_vtt_cue.d.ts +0 -22
  1834. package/dist/_esm5.processed/compat/is_vtt_cue.js +0 -25
  1835. package/dist/_esm5.processed/compat/make_vtt_cue.d.ts +0 -26
  1836. package/dist/_esm5.processed/compat/make_vtt_cue.js +0 -43
  1837. package/dist/_esm5.processed/compat/on_height_width_change.d.ts +0 -33
  1838. package/dist/_esm5.processed/compat/on_height_width_change.js +0 -77
  1839. package/dist/_esm5.processed/compat/patch_webkit_source_buffer.d.ts +0 -16
  1840. package/dist/_esm5.processed/compat/patch_webkit_source_buffer.js +0 -74
  1841. package/dist/_esm5.processed/compat/remove_cue.d.ts +0 -21
  1842. package/dist/_esm5.processed/compat/remove_cue.js +0 -63
  1843. package/dist/_esm5.processed/compat/should_favour_custom_safari_EME.d.ts +0 -23
  1844. package/dist/_esm5.processed/compat/should_favour_custom_safari_EME.js +0 -27
  1845. package/dist/_esm5.processed/compat/should_reload_media_source_on_decipherability_update.d.ts +0 -26
  1846. package/dist/_esm5.processed/compat/should_reload_media_source_on_decipherability_update.js +0 -29
  1847. package/dist/_esm5.processed/compat/should_renew_media_key_system_access.d.ts +0 -21
  1848. package/dist/_esm5.processed/compat/should_renew_media_key_system_access.js +0 -24
  1849. package/dist/_esm5.processed/compat/should_unset_media_keys.d.ts +0 -22
  1850. package/dist/_esm5.processed/compat/should_unset_media_keys.js +0 -25
  1851. package/dist/_esm5.processed/compat/should_validate_metadata.d.ts +0 -22
  1852. package/dist/_esm5.processed/compat/should_validate_metadata.js +0 -25
  1853. package/dist/_esm5.processed/compat/should_wait_for_data_before_loaded.d.ts +0 -24
  1854. package/dist/_esm5.processed/compat/should_wait_for_data_before_loaded.js +0 -30
  1855. package/dist/_esm5.processed/compat/should_wait_for_have_enough_data.d.ts +0 -13
  1856. package/dist/_esm5.processed/compat/should_wait_for_have_enough_data.js +0 -16
  1857. package/dist/_esm5.processed/config.d.ts +0 -179
  1858. package/dist/_esm5.processed/config.js +0 -32
  1859. package/dist/_esm5.processed/core/adaptive/adaptive_representation_selector.d.ts +0 -305
  1860. package/dist/_esm5.processed/core/adaptive/adaptive_representation_selector.js +0 -359
  1861. package/dist/_esm5.processed/core/adaptive/buffer_based_chooser.d.ts +0 -89
  1862. package/dist/_esm5.processed/core/adaptive/buffer_based_chooser.js +0 -192
  1863. package/dist/_esm5.processed/core/adaptive/guess_based_chooser.d.ts +0 -95
  1864. package/dist/_esm5.processed/core/adaptive/guess_based_chooser.js +0 -242
  1865. package/dist/_esm5.processed/core/adaptive/index.d.ts +0 -18
  1866. package/dist/_esm5.processed/core/adaptive/index.js +0 -17
  1867. package/dist/_esm5.processed/core/adaptive/network_analyzer.d.ts +0 -73
  1868. package/dist/_esm5.processed/core/adaptive/network_analyzer.js +0 -336
  1869. package/dist/_esm5.processed/core/adaptive/utils/bandwidth_estimator.d.ts +0 -47
  1870. package/dist/_esm5.processed/core/adaptive/utils/bandwidth_estimator.js +0 -70
  1871. package/dist/_esm5.processed/core/adaptive/utils/ewma.d.ts +0 -39
  1872. package/dist/_esm5.processed/core/adaptive/utils/ewma.js +0 -52
  1873. package/dist/_esm5.processed/core/adaptive/utils/filter_by_bitrate.d.ts +0 -25
  1874. package/dist/_esm5.processed/core/adaptive/utils/filter_by_bitrate.js +0 -37
  1875. package/dist/_esm5.processed/core/adaptive/utils/filter_by_width.d.ts +0 -25
  1876. package/dist/_esm5.processed/core/adaptive/utils/filter_by_width.js +0 -42
  1877. package/dist/_esm5.processed/core/adaptive/utils/get_buffer_levels.d.ts +0 -24
  1878. package/dist/_esm5.processed/core/adaptive/utils/get_buffer_levels.js +0 -47
  1879. package/dist/_esm5.processed/core/adaptive/utils/last_estimate_storage.d.ts +0 -61
  1880. package/dist/_esm5.processed/core/adaptive/utils/last_estimate_storage.js +0 -37
  1881. package/dist/_esm5.processed/core/adaptive/utils/pending_requests_store.d.ts +0 -100
  1882. package/dist/_esm5.processed/core/adaptive/utils/pending_requests_store.js +0 -76
  1883. package/dist/_esm5.processed/core/adaptive/utils/representation_score_calculator.d.ts +0 -104
  1884. package/dist/_esm5.processed/core/adaptive/utils/representation_score_calculator.js +0 -114
  1885. package/dist/_esm5.processed/core/adaptive/utils/select_optimal_representation.d.ts +0 -27
  1886. package/dist/_esm5.processed/core/adaptive/utils/select_optimal_representation.js +0 -36
  1887. package/dist/_esm5.processed/core/api/debug/buffer_graph.d.ts +0 -28
  1888. package/dist/_esm5.processed/core/api/debug/buffer_graph.js +0 -171
  1889. package/dist/_esm5.processed/core/api/debug/buffer_size_graph.js +0 -104
  1890. package/dist/_esm5.processed/core/api/debug/constants.js +0 -2
  1891. package/dist/_esm5.processed/core/api/debug/modules/general_info.d.ts +0 -3
  1892. package/dist/_esm5.processed/core/api/debug/modules/general_info.js +0 -180
  1893. package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_content.d.ts +0 -4
  1894. package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_content.js +0 -121
  1895. package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_size.d.ts +0 -3
  1896. package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_size.js +0 -35
  1897. package/dist/_esm5.processed/core/api/debug/render.d.ts +0 -3
  1898. package/dist/_esm5.processed/core/api/debug/render.js +0 -32
  1899. package/dist/_esm5.processed/core/api/debug/utils.js +0 -57
  1900. package/dist/_esm5.processed/core/api/index.d.ts +0 -20
  1901. package/dist/_esm5.processed/core/api/index.js +0 -19
  1902. package/dist/_esm5.processed/core/api/option_utils.d.ts +0 -121
  1903. package/dist/_esm5.processed/core/api/option_utils.js +0 -293
  1904. package/dist/_esm5.processed/core/api/playback_observer.d.ts +0 -364
  1905. package/dist/_esm5.processed/core/api/playback_observer.js +0 -582
  1906. package/dist/_esm5.processed/core/api/public_api.d.ts +0 -705
  1907. package/dist/_esm5.processed/core/api/public_api.js +0 -2087
  1908. package/dist/_esm5.processed/core/api/track_management/index.d.ts +0 -18
  1909. package/dist/_esm5.processed/core/api/track_management/media_element_tracks_store.d.ts +0 -197
  1910. package/dist/_esm5.processed/core/api/track_management/media_element_tracks_store.js +0 -686
  1911. package/dist/_esm5.processed/core/api/track_management/track_dispatcher.d.ts +0 -84
  1912. package/dist/_esm5.processed/core/api/track_management/track_dispatcher.js +0 -158
  1913. package/dist/_esm5.processed/core/api/track_management/tracks_store.d.ts +0 -406
  1914. package/dist/_esm5.processed/core/api/track_management/tracks_store.js +0 -932
  1915. package/dist/_esm5.processed/core/api/utils.d.ts +0 -66
  1916. package/dist/_esm5.processed/core/api/utils.js +0 -173
  1917. package/dist/_esm5.processed/core/decrypt/__tests__/__global__/utils.d.ts +0 -178
  1918. package/dist/_esm5.processed/core/decrypt/__tests__/__global__/utils.js +0 -405
  1919. package/dist/_esm5.processed/core/decrypt/attach_media_keys.d.ts +0 -52
  1920. package/dist/_esm5.processed/core/decrypt/attach_media_keys.js +0 -115
  1921. package/dist/_esm5.processed/core/decrypt/clear_on_stop.js +0 -40
  1922. package/dist/_esm5.processed/core/decrypt/content_decryptor.d.ts +0 -184
  1923. package/dist/_esm5.processed/core/decrypt/content_decryptor.js +0 -967
  1924. package/dist/_esm5.processed/core/decrypt/create_or_load_session.d.ts +0 -63
  1925. package/dist/_esm5.processed/core/decrypt/create_or_load_session.js +0 -124
  1926. package/dist/_esm5.processed/core/decrypt/create_session.d.ts +0 -53
  1927. package/dist/_esm5.processed/core/decrypt/create_session.js +0 -212
  1928. package/dist/_esm5.processed/core/decrypt/dispose_decryption_resources.js +0 -88
  1929. package/dist/_esm5.processed/core/decrypt/find_key_system.d.ts +0 -48
  1930. package/dist/_esm5.processed/core/decrypt/find_key_system.js +0 -345
  1931. package/dist/_esm5.processed/core/decrypt/get_key_system_configuration.d.ts +0 -30
  1932. package/dist/_esm5.processed/core/decrypt/get_key_system_configuration.js +0 -44
  1933. package/dist/_esm5.processed/core/decrypt/get_media_keys.d.ts +0 -44
  1934. package/dist/_esm5.processed/core/decrypt/get_media_keys.js +0 -157
  1935. package/dist/_esm5.processed/core/decrypt/index.d.ts +0 -26
  1936. package/dist/_esm5.processed/core/decrypt/index.js +0 -26
  1937. package/dist/_esm5.processed/core/decrypt/init_media_keys.d.ts +0 -26
  1938. package/dist/_esm5.processed/core/decrypt/init_media_keys.js +0 -82
  1939. package/dist/_esm5.processed/core/decrypt/session_events_listener.d.ts +0 -75
  1940. package/dist/_esm5.processed/core/decrypt/session_events_listener.js +0 -326
  1941. package/dist/_esm5.processed/core/decrypt/set_server_certificate.d.ts +0 -51
  1942. package/dist/_esm5.processed/core/decrypt/set_server_certificate.js +0 -141
  1943. package/dist/_esm5.processed/core/decrypt/types.d.ts +0 -368
  1944. package/dist/_esm5.processed/core/decrypt/utils/are_init_values_compatible.js +0 -113
  1945. package/dist/_esm5.processed/core/decrypt/utils/check_key_statuses.d.ts +0 -52
  1946. package/dist/_esm5.processed/core/decrypt/utils/check_key_statuses.js +0 -156
  1947. package/dist/_esm5.processed/core/decrypt/utils/clean_old_loaded_sessions.d.ts +0 -26
  1948. package/dist/_esm5.processed/core/decrypt/utils/clean_old_loaded_sessions.js +0 -86
  1949. package/dist/_esm5.processed/core/decrypt/utils/clean_old_stored_persistent_info.d.ts +0 -32
  1950. package/dist/_esm5.processed/core/decrypt/utils/clean_old_stored_persistent_info.js +0 -40
  1951. package/dist/_esm5.processed/core/decrypt/utils/init_data_values_container.d.ts +0 -69
  1952. package/dist/_esm5.processed/core/decrypt/utils/init_data_values_container.js +0 -99
  1953. package/dist/_esm5.processed/core/decrypt/utils/is_session_usable.d.ts +0 -24
  1954. package/dist/_esm5.processed/core/decrypt/utils/is_session_usable.js +0 -49
  1955. package/dist/_esm5.processed/core/decrypt/utils/key_id_comparison.js +0 -60
  1956. package/dist/_esm5.processed/core/decrypt/utils/key_session_record.d.ts +0 -104
  1957. package/dist/_esm5.processed/core/decrypt/utils/key_session_record.js +0 -157
  1958. package/dist/_esm5.processed/core/decrypt/utils/loaded_sessions_store.d.ts +0 -215
  1959. package/dist/_esm5.processed/core/decrypt/utils/loaded_sessions_store.js +0 -472
  1960. package/dist/_esm5.processed/core/decrypt/utils/media_keys_infos_store.d.ts +0 -56
  1961. package/dist/_esm5.processed/core/decrypt/utils/media_keys_infos_store.js +0 -44
  1962. package/dist/_esm5.processed/core/decrypt/utils/persistent_sessions_store.d.ts +0 -94
  1963. package/dist/_esm5.processed/core/decrypt/utils/persistent_sessions_store.js +0 -323
  1964. package/dist/_esm5.processed/core/decrypt/utils/serializable_bytes.d.ts +0 -44
  1965. package/dist/_esm5.processed/core/decrypt/utils/serializable_bytes.js +0 -48
  1966. package/dist/_esm5.processed/core/decrypt/utils/server_certificate_store.d.ts +0 -64
  1967. package/dist/_esm5.processed/core/decrypt/utils/server_certificate_store.js +0 -112
  1968. package/dist/_esm5.processed/core/fetchers/cdn_prioritizer.d.ts +0 -107
  1969. package/dist/_esm5.processed/core/fetchers/cdn_prioritizer.js +0 -177
  1970. package/dist/_esm5.processed/core/fetchers/index.d.ts +0 -18
  1971. package/dist/_esm5.processed/core/fetchers/index.js +0 -18
  1972. package/dist/_esm5.processed/core/fetchers/manifest/index.d.ts +0 -18
  1973. package/dist/_esm5.processed/core/fetchers/manifest/index.js +0 -17
  1974. package/dist/_esm5.processed/core/fetchers/manifest/manifest_fetcher.d.ts +0 -221
  1975. package/dist/_esm5.processed/core/fetchers/manifest/manifest_fetcher.js +0 -605
  1976. package/dist/_esm5.processed/core/fetchers/segment/index.d.ts +0 -19
  1977. package/dist/_esm5.processed/core/fetchers/segment/index.js +0 -17
  1978. package/dist/_esm5.processed/core/fetchers/segment/prioritized_segment_fetcher.d.ts +0 -38
  1979. package/dist/_esm5.processed/core/fetchers/segment/prioritized_segment_fetcher.js +0 -67
  1980. package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher.d.ts +0 -148
  1981. package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher.js +0 -315
  1982. package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher_creator.d.ts +0 -77
  1983. package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher_creator.js +0 -58
  1984. package/dist/_esm5.processed/core/fetchers/segment/task_prioritizer.d.ts +0 -145
  1985. package/dist/_esm5.processed/core/fetchers/segment/task_prioritizer.js +0 -323
  1986. package/dist/_esm5.processed/core/fetchers/utils/error_selector.d.ts +0 -23
  1987. package/dist/_esm5.processed/core/fetchers/utils/error_selector.js +0 -31
  1988. package/dist/_esm5.processed/core/fetchers/utils/schedule_request.d.ts +0 -98
  1989. package/dist/_esm5.processed/core/fetchers/utils/schedule_request.js +0 -387
  1990. package/dist/_esm5.processed/core/init/directfile_content_initializer.d.ts +0 -97
  1991. package/dist/_esm5.processed/core/init/directfile_content_initializer.js +0 -239
  1992. package/dist/_esm5.processed/core/init/media_source_content_initializer.d.ts +0 -174
  1993. package/dist/_esm5.processed/core/init/media_source_content_initializer.js +0 -622
  1994. package/dist/_esm5.processed/core/init/types.d.ts +0 -231
  1995. package/dist/_esm5.processed/core/init/types.js +0 -51
  1996. package/dist/_esm5.processed/core/init/utils/content_time_boundaries_observer.d.ts +0 -191
  1997. package/dist/_esm5.processed/core/init/utils/content_time_boundaries_observer.js +0 -497
  1998. package/dist/_esm5.processed/core/init/utils/create_media_source.d.ts +0 -37
  1999. package/dist/_esm5.processed/core/init/utils/create_media_source.js +0 -112
  2000. package/dist/_esm5.processed/core/init/utils/create_stream_playback_observer.d.ts +0 -45
  2001. package/dist/_esm5.processed/core/init/utils/create_stream_playback_observer.js +0 -86
  2002. package/dist/_esm5.processed/core/init/utils/end_of_stream.d.ts +0 -33
  2003. package/dist/_esm5.processed/core/init/utils/end_of_stream.js +0 -89
  2004. package/dist/_esm5.processed/core/init/utils/get_initial_time.d.ts +0 -62
  2005. package/dist/_esm5.processed/core/init/utils/get_initial_time.js +0 -109
  2006. package/dist/_esm5.processed/core/init/utils/get_loaded_reference.d.ts +0 -28
  2007. package/dist/_esm5.processed/core/init/utils/get_loaded_reference.js +0 -56
  2008. package/dist/_esm5.processed/core/init/utils/initial_seek_and_play.d.ts +0 -63
  2009. package/dist/_esm5.processed/core/init/utils/initial_seek_and_play.js +0 -128
  2010. package/dist/_esm5.processed/core/init/utils/initialize_content_decryption.d.ts +0 -80
  2011. package/dist/_esm5.processed/core/init/utils/initialize_content_decryption.js +0 -104
  2012. package/dist/_esm5.processed/core/init/utils/media_source_duration_updater.js +0 -268
  2013. package/dist/_esm5.processed/core/init/utils/rebuffering_controller.d.ts +0 -113
  2014. package/dist/_esm5.processed/core/init/utils/rebuffering_controller.js +0 -483
  2015. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/are_same_stream_events.js +0 -35
  2016. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/index.d.ts +0 -18
  2017. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +0 -25
  2018. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +0 -66
  2019. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/stream_events_emitter.d.ts +0 -52
  2020. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/stream_events_emitter.js +0 -200
  2021. package/dist/_esm5.processed/core/init/utils/stream_events_emitter/types.d.ts +0 -41
  2022. package/dist/_esm5.processed/core/init/utils/throw_on_media_error.d.ts +0 -23
  2023. package/dist/_esm5.processed/core/init/utils/throw_on_media_error.js +0 -58
  2024. package/dist/_esm5.processed/core/segment_buffers/garbage_collector.d.ts +0 -41
  2025. package/dist/_esm5.processed/core/segment_buffers/garbage_collector.js +0 -183
  2026. package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.d.ts +0 -182
  2027. package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +0 -455
  2028. package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/index.d.ts +0 -17
  2029. package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/index.js +0 -17
  2030. package/dist/_esm5.processed/core/segment_buffers/implementations/index.d.ts +0 -18
  2031. package/dist/_esm5.processed/core/segment_buffers/implementations/index.js +0 -18
  2032. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/html_text_segment_buffer.d.ts +0 -141
  2033. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +0 -405
  2034. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/index.d.ts +0 -21
  2035. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/index.js +0 -21
  2036. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/parsers.d.ts +0 -30
  2037. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/parsers.js +0 -37
  2038. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/text_track_cues_store.d.ts +0 -79
  2039. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/text_track_cues_store.js +0 -372
  2040. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/types.d.ts +0 -25
  2041. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/update_proportional_elements.d.ts +0 -30
  2042. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/update_proportional_elements.js +0 -77
  2043. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/utils.d.ts +0 -45
  2044. package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/utils.js +0 -124
  2045. package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/index.d.ts +0 -17
  2046. package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/index.js +0 -17
  2047. package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/native_text_segment_buffer.d.ts +0 -83
  2048. package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +0 -271
  2049. package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/parsers.d.ts +0 -26
  2050. package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/parsers.js +0 -37
  2051. package/dist/_esm5.processed/core/segment_buffers/implementations/types.d.ts +0 -320
  2052. package/dist/_esm5.processed/core/segment_buffers/implementations/types.js +0 -121
  2053. package/dist/_esm5.processed/core/segment_buffers/implementations/utils/manual_time_ranges.js +0 -65
  2054. package/dist/_esm5.processed/core/segment_buffers/index.d.ts +0 -21
  2055. package/dist/_esm5.processed/core/segment_buffers/index.js +0 -21
  2056. package/dist/_esm5.processed/core/segment_buffers/inventory/buffered_history.d.ts +0 -89
  2057. package/dist/_esm5.processed/core/segment_buffers/inventory/buffered_history.js +0 -90
  2058. package/dist/_esm5.processed/core/segment_buffers/inventory/index.d.ts +0 -21
  2059. package/dist/_esm5.processed/core/segment_buffers/inventory/index.js +0 -18
  2060. package/dist/_esm5.processed/core/segment_buffers/inventory/segment_inventory.d.ts +0 -207
  2061. package/dist/_esm5.processed/core/segment_buffers/inventory/segment_inventory.js +0 -824
  2062. package/dist/_esm5.processed/core/segment_buffers/inventory/types.d.ts +0 -27
  2063. package/dist/_esm5.processed/core/segment_buffers/inventory/types.js +0 -16
  2064. package/dist/_esm5.processed/core/segment_buffers/inventory/utils.d.ts +0 -33
  2065. package/dist/_esm5.processed/core/segment_buffers/inventory/utils.js +0 -49
  2066. package/dist/_esm5.processed/core/segment_buffers/segment_buffers_store.d.ts +0 -180
  2067. package/dist/_esm5.processed/core/segment_buffers/segment_buffers_store.js +0 -300
  2068. package/dist/_esm5.processed/core/stream/adaptation/adaptation_stream.d.ts +0 -33
  2069. package/dist/_esm5.processed/core/stream/adaptation/adaptation_stream.js +0 -382
  2070. package/dist/_esm5.processed/core/stream/adaptation/get_representations_switch_strategy.d.ts +0 -39
  2071. package/dist/_esm5.processed/core/stream/adaptation/get_representations_switch_strategy.js +0 -133
  2072. package/dist/_esm5.processed/core/stream/adaptation/index.d.ts +0 -18
  2073. package/dist/_esm5.processed/core/stream/adaptation/index.js +0 -18
  2074. package/dist/_esm5.processed/core/stream/adaptation/types.d.ts +0 -192
  2075. package/dist/_esm5.processed/core/stream/adaptation/utils/create_representation_estimator.d.ts +0 -47
  2076. package/dist/_esm5.processed/core/stream/adaptation/utils/create_representation_estimator.js +0 -70
  2077. package/dist/_esm5.processed/core/stream/index.d.ts +0 -20
  2078. package/dist/_esm5.processed/core/stream/index.js +0 -17
  2079. package/dist/_esm5.processed/core/stream/orchestrator/get_time_ranges_for_content.d.ts +0 -30
  2080. package/dist/_esm5.processed/core/stream/orchestrator/get_time_ranges_for_content.js +0 -60
  2081. package/dist/_esm5.processed/core/stream/orchestrator/index.d.ts +0 -18
  2082. package/dist/_esm5.processed/core/stream/orchestrator/index.js +0 -17
  2083. package/dist/_esm5.processed/core/stream/orchestrator/stream_orchestrator.d.ts +0 -174
  2084. package/dist/_esm5.processed/core/stream/orchestrator/stream_orchestrator.js +0 -479
  2085. package/dist/_esm5.processed/core/stream/period/index.d.ts +0 -18
  2086. package/dist/_esm5.processed/core/stream/period/index.js +0 -18
  2087. package/dist/_esm5.processed/core/stream/period/period_stream.d.ts +0 -49
  2088. package/dist/_esm5.processed/core/stream/period/period_stream.js +0 -385
  2089. package/dist/_esm5.processed/core/stream/period/types.d.ts +0 -101
  2090. package/dist/_esm5.processed/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +0 -68
  2091. package/dist/_esm5.processed/core/stream/period/utils/get_adaptation_switch_strategy.js +0 -162
  2092. package/dist/_esm5.processed/core/stream/representation/index.d.ts +0 -18
  2093. package/dist/_esm5.processed/core/stream/representation/index.js +0 -18
  2094. package/dist/_esm5.processed/core/stream/representation/representation_stream.d.ts +0 -53
  2095. package/dist/_esm5.processed/core/stream/representation/representation_stream.js +0 -375
  2096. package/dist/_esm5.processed/core/stream/representation/types.d.ts +0 -277
  2097. package/dist/_esm5.processed/core/stream/representation/utils/append_segment_to_buffer.d.ts +0 -32
  2098. package/dist/_esm5.processed/core/stream/representation/utils/append_segment_to_buffer.js +0 -114
  2099. package/dist/_esm5.processed/core/stream/representation/utils/check_for_discontinuity.d.ts +0 -53
  2100. package/dist/_esm5.processed/core/stream/representation/utils/check_for_discontinuity.js +0 -235
  2101. package/dist/_esm5.processed/core/stream/representation/utils/downloading_queue.d.ts +0 -231
  2102. package/dist/_esm5.processed/core/stream/representation/utils/downloading_queue.js +0 -388
  2103. package/dist/_esm5.processed/core/stream/representation/utils/force_garbage_collection.d.ts +0 -29
  2104. package/dist/_esm5.processed/core/stream/representation/utils/force_garbage_collection.js +0 -150
  2105. package/dist/_esm5.processed/core/stream/representation/utils/get_buffer_status.d.ts +0 -72
  2106. package/dist/_esm5.processed/core/stream/representation/utils/get_buffer_status.js +0 -203
  2107. package/dist/_esm5.processed/core/stream/representation/utils/get_needed_segments.d.ts +0 -92
  2108. package/dist/_esm5.processed/core/stream/representation/utils/get_needed_segments.js +0 -426
  2109. package/dist/_esm5.processed/core/stream/representation/utils/get_segment_priority.d.ts +0 -28
  2110. package/dist/_esm5.processed/core/stream/representation/utils/get_segment_priority.js +0 -38
  2111. package/dist/_esm5.processed/core/stream/representation/utils/push_init_segment.d.ts +0 -39
  2112. package/dist/_esm5.processed/core/stream/representation/utils/push_init_segment.js +0 -85
  2113. package/dist/_esm5.processed/core/stream/representation/utils/push_media_segment.d.ts +0 -40
  2114. package/dist/_esm5.processed/core/stream/representation/utils/push_media_segment.js +0 -108
  2115. package/dist/_esm5.processed/default_config.d.ts +0 -1080
  2116. package/dist/_esm5.processed/default_config.js +0 -1101
  2117. package/dist/_esm5.processed/errors/assertion_error.d.ts +0 -31
  2118. package/dist/_esm5.processed/errors/assertion_error.js +0 -54
  2119. package/dist/_esm5.processed/errors/custom_loader_error.d.ts +0 -36
  2120. package/dist/_esm5.processed/errors/custom_loader_error.js +0 -59
  2121. package/dist/_esm5.processed/errors/encrypted_media_error.d.ts +0 -39
  2122. package/dist/_esm5.processed/errors/encrypted_media_error.js +0 -57
  2123. package/dist/_esm5.processed/errors/error_codes.d.ts +0 -31
  2124. package/dist/_esm5.processed/errors/error_codes.js +0 -70
  2125. package/dist/_esm5.processed/errors/error_message.d.ts +0 -23
  2126. package/dist/_esm5.processed/errors/error_message.js +0 -25
  2127. package/dist/_esm5.processed/errors/format_error.d.ts +0 -20
  2128. package/dist/_esm5.processed/errors/format_error.js +0 -31
  2129. package/dist/_esm5.processed/errors/index.d.ts +0 -26
  2130. package/dist/_esm5.processed/errors/index.js +0 -26
  2131. package/dist/_esm5.processed/errors/is_known_error.d.ts +0 -22
  2132. package/dist/_esm5.processed/errors/is_known_error.js +0 -32
  2133. package/dist/_esm5.processed/errors/media_error.d.ts +0 -56
  2134. package/dist/_esm5.processed/errors/media_error.js +0 -71
  2135. package/dist/_esm5.processed/errors/network_error.d.ts +0 -44
  2136. package/dist/_esm5.processed/errors/network_error.js +0 -70
  2137. package/dist/_esm5.processed/errors/other_error.d.ts +0 -32
  2138. package/dist/_esm5.processed/errors/other_error.js +0 -56
  2139. package/dist/_esm5.processed/errors/request_error.d.ts +0 -38
  2140. package/dist/_esm5.processed/errors/request_error.js +0 -74
  2141. package/dist/_esm5.processed/experimental/features/dash_wasm.d.ts +0 -23
  2142. package/dist/_esm5.processed/experimental/features/dash_wasm.js +0 -34
  2143. package/dist/_esm5.processed/experimental/features/debug_element.d.ts +0 -8
  2144. package/dist/_esm5.processed/experimental/features/debug_element.js +0 -10
  2145. package/dist/_esm5.processed/experimental/features/index.d.ts +0 -19
  2146. package/dist/_esm5.processed/experimental/features/index.js +0 -19
  2147. package/dist/_esm5.processed/experimental/features/local.d.ts +0 -19
  2148. package/dist/_esm5.processed/experimental/features/local.js +0 -24
  2149. package/dist/_esm5.processed/experimental/features/metaplaylist.d.ts +0 -19
  2150. package/dist/_esm5.processed/experimental/features/metaplaylist.js +0 -24
  2151. package/dist/_esm5.processed/experimental/index.d.ts +0 -2
  2152. package/dist/_esm5.processed/experimental/index.js +0 -2
  2153. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +0 -17
  2154. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/dash.js +0 -20
  2155. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +0 -17
  2156. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/metaplaylist.js +0 -20
  2157. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/index.d.ts +0 -18
  2158. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/index.js +0 -18
  2159. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +0 -26
  2160. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +0 -61
  2161. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +0 -25
  2162. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +0 -63
  2163. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +0 -30
  2164. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +0 -41
  2165. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/types.d.ts +0 -25
  2166. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/types.js +0 -16
  2167. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +0 -54
  2168. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +0 -343
  2169. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +0 -25
  2170. package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +0 -48
  2171. package/dist/_esm5.processed/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts +0 -23
  2172. package/dist/_esm5.processed/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +0 -169
  2173. package/dist/_esm5.processed/experimental/tools/createMetaplaylist/index.d.ts +0 -30
  2174. package/dist/_esm5.processed/experimental/tools/createMetaplaylist/index.js +0 -50
  2175. package/dist/_esm5.processed/experimental/tools/index.d.ts +0 -20
  2176. package/dist/_esm5.processed/experimental/tools/index.js +0 -20
  2177. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/index.d.ts +0 -60
  2178. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/index.js +0 -158
  2179. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.d.ts +0 -45
  2180. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.js +0 -102
  2181. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/capabilities.d.ts +0 -24
  2182. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/capabilities.js +0 -142
  2183. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/index.d.ts +0 -17
  2184. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/index.js +0 -17
  2185. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/log.d.ts +0 -18
  2186. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/log.js +0 -18
  2187. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.d.ts +0 -25
  2188. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.js +0 -50
  2189. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +0 -22
  2190. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +0 -69
  2191. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +0 -26
  2192. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +0 -79
  2193. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts +0 -29
  2194. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +0 -65
  2195. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/index.d.ts +0 -21
  2196. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/index.js +0 -30
  2197. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +0 -21
  2198. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +0 -57
  2199. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.d.ts +0 -21
  2200. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.js +0 -89
  2201. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.d.ts +0 -26
  2202. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.js +0 -83
  2203. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +0 -21
  2204. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +0 -45
  2205. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/types.d.ts +0 -69
  2206. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/types.js +0 -21
  2207. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/utils.d.ts +0 -31
  2208. package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/utils.js +0 -83
  2209. package/dist/_esm5.processed/experimental/tools/parseBIFThumbnails.d.ts +0 -29
  2210. package/dist/_esm5.processed/experimental/tools/parseBIFThumbnails.js +0 -29
  2211. package/dist/_esm5.processed/features/add_features.d.ts +0 -20
  2212. package/dist/_esm5.processed/features/add_features.js +0 -35
  2213. package/dist/_esm5.processed/features/features_object.d.ts +0 -22
  2214. package/dist/_esm5.processed/features/features_object.js +0 -31
  2215. package/dist/_esm5.processed/features/index.d.ts +0 -34
  2216. package/dist/_esm5.processed/features/index.js +0 -33
  2217. package/dist/_esm5.processed/features/list/dash.d.ts +0 -23
  2218. package/dist/_esm5.processed/features/list/dash.js +0 -32
  2219. package/dist/_esm5.processed/features/list/directfile.d.ts +0 -24
  2220. package/dist/_esm5.processed/features/list/directfile.js +0 -28
  2221. package/dist/_esm5.processed/features/list/eme.d.ts +0 -23
  2222. package/dist/_esm5.processed/features/list/eme.js +0 -25
  2223. package/dist/_esm5.processed/features/list/html_sami_parser.d.ts +0 -23
  2224. package/dist/_esm5.processed/features/list/html_sami_parser.js +0 -27
  2225. package/dist/_esm5.processed/features/list/html_srt_parser.d.ts +0 -23
  2226. package/dist/_esm5.processed/features/list/html_srt_parser.js +0 -27
  2227. package/dist/_esm5.processed/features/list/html_text_buffer.d.ts +0 -23
  2228. package/dist/_esm5.processed/features/list/html_text_buffer.js +0 -25
  2229. package/dist/_esm5.processed/features/list/html_ttml_parser.d.ts +0 -23
  2230. package/dist/_esm5.processed/features/list/html_ttml_parser.js +0 -27
  2231. package/dist/_esm5.processed/features/list/html_vtt_parser.d.ts +0 -23
  2232. package/dist/_esm5.processed/features/list/html_vtt_parser.js +0 -27
  2233. package/dist/_esm5.processed/features/list/index.d.ts +0 -29
  2234. package/dist/_esm5.processed/features/list/index.js +0 -29
  2235. package/dist/_esm5.processed/features/list/native_sami_parser.d.ts +0 -23
  2236. package/dist/_esm5.processed/features/list/native_sami_parser.js +0 -28
  2237. package/dist/_esm5.processed/features/list/native_srt_parser.d.ts +0 -23
  2238. package/dist/_esm5.processed/features/list/native_srt_parser.js +0 -28
  2239. package/dist/_esm5.processed/features/list/native_text_buffer.d.ts +0 -23
  2240. package/dist/_esm5.processed/features/list/native_text_buffer.js +0 -26
  2241. package/dist/_esm5.processed/features/list/native_ttml_parser.d.ts +0 -23
  2242. package/dist/_esm5.processed/features/list/native_ttml_parser.js +0 -28
  2243. package/dist/_esm5.processed/features/list/native_vtt_parser.d.ts +0 -23
  2244. package/dist/_esm5.processed/features/list/native_vtt_parser.js +0 -28
  2245. package/dist/_esm5.processed/features/list/smooth.d.ts +0 -23
  2246. package/dist/_esm5.processed/features/list/smooth.js +0 -28
  2247. package/dist/_esm5.processed/features/types.d.ts +0 -130
  2248. package/dist/_esm5.processed/features/types.js +0 -16
  2249. package/dist/_esm5.processed/log.d.ts +0 -18
  2250. package/dist/_esm5.processed/log.js +0 -19
  2251. package/dist/_esm5.processed/manifest/adaptation.d.ts +0 -113
  2252. package/dist/_esm5.processed/manifest/adaptation.js +0 -219
  2253. package/dist/_esm5.processed/manifest/index.d.ts +0 -24
  2254. package/dist/_esm5.processed/manifest/index.js +0 -28
  2255. package/dist/_esm5.processed/manifest/manifest.d.ts +0 -268
  2256. package/dist/_esm5.processed/manifest/manifest.js +0 -382
  2257. package/dist/_esm5.processed/manifest/period.d.ts +0 -73
  2258. package/dist/_esm5.processed/manifest/period.js +0 -141
  2259. package/dist/_esm5.processed/manifest/representation.d.ts +0 -251
  2260. package/dist/_esm5.processed/manifest/representation.js +0 -275
  2261. package/dist/_esm5.processed/manifest/representation_index/index.d.ts +0 -18
  2262. package/dist/_esm5.processed/manifest/representation_index/static.d.ts +0 -101
  2263. package/dist/_esm5.processed/manifest/representation_index/static.js +0 -141
  2264. package/dist/_esm5.processed/manifest/representation_index/types.d.ts +0 -420
  2265. package/dist/_esm5.processed/manifest/representation_index/types.js +0 -16
  2266. package/dist/_esm5.processed/manifest/update_period_in_place.d.ts +0 -49
  2267. package/dist/_esm5.processed/manifest/update_period_in_place.js +0 -119
  2268. package/dist/_esm5.processed/manifest/update_periods.d.ts +0 -47
  2269. package/dist/_esm5.processed/manifest/update_periods.js +0 -168
  2270. package/dist/_esm5.processed/manifest/utils.d.ts +0 -39
  2271. package/dist/_esm5.processed/manifest/utils.js +0 -42
  2272. package/dist/_esm5.processed/minimal.d.ts +0 -17
  2273. package/dist/_esm5.processed/minimal.js +0 -31
  2274. package/dist/_esm5.processed/parsers/containers/isobmff/constants.d.ts +0 -23
  2275. package/dist/_esm5.processed/parsers/containers/isobmff/constants.js +0 -23
  2276. package/dist/_esm5.processed/parsers/containers/isobmff/create_box.d.ts +0 -30
  2277. package/dist/_esm5.processed/parsers/containers/isobmff/create_box.js +0 -64
  2278. package/dist/_esm5.processed/parsers/containers/isobmff/drm/index.d.ts +0 -16
  2279. package/dist/_esm5.processed/parsers/containers/isobmff/drm/index.js +0 -16
  2280. package/dist/_esm5.processed/parsers/containers/isobmff/drm/playready.d.ts +0 -21
  2281. package/dist/_esm5.processed/parsers/containers/isobmff/drm/playready.js +0 -36
  2282. package/dist/_esm5.processed/parsers/containers/isobmff/get_box.d.ts +0 -107
  2283. package/dist/_esm5.processed/parsers/containers/isobmff/get_box.js +0 -228
  2284. package/dist/_esm5.processed/parsers/containers/isobmff/index.d.ts +0 -21
  2285. package/dist/_esm5.processed/parsers/containers/isobmff/index.js +0 -21
  2286. package/dist/_esm5.processed/parsers/containers/isobmff/read.d.ts +0 -57
  2287. package/dist/_esm5.processed/parsers/containers/isobmff/read.js +0 -88
  2288. package/dist/_esm5.processed/parsers/containers/isobmff/take_pssh_out.d.ts +0 -41
  2289. package/dist/_esm5.processed/parsers/containers/isobmff/take_pssh_out.js +0 -83
  2290. package/dist/_esm5.processed/parsers/containers/isobmff/utils.d.ts +0 -123
  2291. package/dist/_esm5.processed/parsers/containers/isobmff/utils.js +0 -434
  2292. package/dist/_esm5.processed/parsers/containers/matroska/index.d.ts +0 -16
  2293. package/dist/_esm5.processed/parsers/containers/matroska/index.js +0 -16
  2294. package/dist/_esm5.processed/parsers/containers/matroska/utils.d.ts +0 -34
  2295. package/dist/_esm5.processed/parsers/containers/matroska/utils.js +0 -236
  2296. package/dist/_esm5.processed/parsers/images/bif.d.ts +0 -39
  2297. package/dist/_esm5.processed/parsers/images/bif.js +0 -88
  2298. package/dist/_esm5.processed/parsers/manifest/dash/common/attach_trickmode_track.d.ts +0 -28
  2299. package/dist/_esm5.processed/parsers/manifest/dash/common/attach_trickmode_track.js +0 -48
  2300. package/dist/_esm5.processed/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts +0 -17
  2301. package/dist/_esm5.processed/parsers/manifest/dash/common/convert_supplemental_codecs.js +0 -26
  2302. package/dist/_esm5.processed/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +0 -43
  2303. package/dist/_esm5.processed/parsers/manifest/dash/common/flatten_overlapping_periods.js +0 -79
  2304. package/dist/_esm5.processed/parsers/manifest/dash/common/get_clock_offset.d.ts +0 -29
  2305. package/dist/_esm5.processed/parsers/manifest/dash/common/get_clock_offset.js +0 -37
  2306. package/dist/_esm5.processed/parsers/manifest/dash/common/get_hdr_information.d.ts +0 -50
  2307. package/dist/_esm5.processed/parsers/manifest/dash/common/get_hdr_information.js +0 -58
  2308. package/dist/_esm5.processed/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +0 -21
  2309. package/dist/_esm5.processed/parsers/manifest/dash/common/get_http_utc-timing_url.js +0 -28
  2310. package/dist/_esm5.processed/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +0 -25
  2311. package/dist/_esm5.processed/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +0 -30
  2312. package/dist/_esm5.processed/parsers/manifest/dash/common/get_periods_time_infos.d.ts +0 -43
  2313. package/dist/_esm5.processed/parsers/manifest/dash/common/get_periods_time_infos.js +0 -64
  2314. package/dist/_esm5.processed/parsers/manifest/dash/common/index.d.ts +0 -20
  2315. package/dist/_esm5.processed/parsers/manifest/dash/common/index.js +0 -19
  2316. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/base.d.ts +0 -246
  2317. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/base.js +0 -254
  2318. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +0 -32
  2319. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_init_segment.js +0 -40
  2320. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +0 -36
  2321. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +0 -94
  2322. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/index.d.ts +0 -20
  2323. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/index.js +0 -20
  2324. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/list.d.ts +0 -193
  2325. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/list.js +0 -198
  2326. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/template.d.ts +0 -254
  2327. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/template.js +0 -425
  2328. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +0 -26
  2329. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +0 -47
  2330. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +0 -17
  2331. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +0 -83
  2332. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +0 -37
  2333. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +0 -56
  2334. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +0 -41
  2335. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +0 -127
  2336. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/index.d.ts +0 -17
  2337. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/index.js +0 -17
  2338. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +0 -34
  2339. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +0 -57
  2340. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +0 -336
  2341. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +0 -464
  2342. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/tokens.d.ts +0 -40
  2343. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/tokens.js +0 -109
  2344. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/utils.d.ts +0 -25
  2345. package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/utils.js +0 -28
  2346. package/dist/_esm5.processed/parsers/manifest/dash/common/infer_adaptation_type.d.ts +0 -42
  2347. package/dist/_esm5.processed/parsers/manifest/dash/common/infer_adaptation_type.js +0 -109
  2348. package/dist/_esm5.processed/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts +0 -88
  2349. package/dist/_esm5.processed/parsers/manifest/dash/common/manifest_bounds_calculator.js +0 -111
  2350. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +0 -49
  2351. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_adaptation_sets.js +0 -371
  2352. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_availability_start_time.d.ts +0 -22
  2353. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_availability_start_time.js +0 -29
  2354. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_mpd.d.ts +0 -95
  2355. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_mpd.js +0 -247
  2356. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_periods.d.ts +0 -63
  2357. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_periods.js +0 -259
  2358. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representation_index.d.ts +0 -73
  2359. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representation_index.js +0 -96
  2360. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representations.d.ts +0 -46
  2361. package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representations.js +0 -268
  2362. package/dist/_esm5.processed/parsers/manifest/dash/common/resolve_base_urls.d.ts +0 -26
  2363. package/dist/_esm5.processed/parsers/manifest/dash/common/resolve_base_urls.js +0 -44
  2364. package/dist/_esm5.processed/parsers/manifest/dash/index.d.ts +0 -16
  2365. package/dist/_esm5.processed/parsers/manifest/dash/index.js +0 -16
  2366. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +0 -23
  2367. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +0 -311
  2368. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +0 -23
  2369. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +0 -30
  2370. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +0 -22
  2371. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.js +0 -41
  2372. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +0 -21
  2373. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.js +0 -75
  2374. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +0 -23
  2375. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +0 -94
  2376. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +0 -21
  2377. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +0 -39
  2378. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +0 -21
  2379. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/MPD.js +0 -144
  2380. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +0 -21
  2381. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Period.js +0 -112
  2382. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +0 -21
  2383. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Representation.js +0 -189
  2384. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +0 -22
  2385. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +0 -89
  2386. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +0 -21
  2387. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentList.js +0 -40
  2388. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +0 -23
  2389. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +0 -73
  2390. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +0 -21
  2391. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.js +0 -30
  2392. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +0 -23
  2393. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +0 -49
  2394. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -187
  2395. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/utils.js +0 -324
  2396. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/parse_from_document.d.ts +0 -24
  2397. package/dist/_esm5.processed/parsers/manifest/dash/js-parser/parse_from_document.js +0 -103
  2398. package/dist/_esm5.processed/parsers/manifest/dash/node_parser_types.d.ts +0 -395
  2399. package/dist/_esm5.processed/parsers/manifest/dash/node_parser_types.js +0 -16
  2400. package/dist/_esm5.processed/parsers/manifest/dash/parsers_types.d.ts +0 -83
  2401. package/dist/_esm5.processed/parsers/manifest/dash/parsers_types.js +0 -16
  2402. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/index.d.ts +0 -18
  2403. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/index.js +0 -17
  2404. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +0 -111
  2405. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +0 -377
  2406. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +0 -31
  2407. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +0 -274
  2408. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +0 -24
  2409. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.js +0 -30
  2410. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +0 -24
  2411. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +0 -41
  2412. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +0 -23
  2413. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +0 -49
  2414. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +0 -32
  2415. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +0 -112
  2416. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +0 -27
  2417. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +0 -145
  2418. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +0 -32
  2419. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +0 -130
  2420. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +0 -31
  2421. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +0 -171
  2422. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +0 -24
  2423. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +0 -35
  2424. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +0 -18
  2425. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +0 -93
  2426. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +0 -25
  2427. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.js +0 -45
  2428. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +0 -18
  2429. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +0 -108
  2430. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +0 -25
  2431. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +0 -54
  2432. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +0 -28
  2433. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +0 -47
  2434. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts +0 -16
  2435. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/index.js +0 -16
  2436. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +0 -27
  2437. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/root.js +0 -45
  2438. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +0 -38
  2439. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +0 -57
  2440. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/types.d.ts +0 -145
  2441. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/types.js +0 -16
  2442. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +0 -29
  2443. package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/utils.js +0 -36
  2444. package/dist/_esm5.processed/parsers/manifest/index.d.ts +0 -16
  2445. package/dist/_esm5.processed/parsers/manifest/index.js +0 -16
  2446. package/dist/_esm5.processed/parsers/manifest/local/index.d.ts +0 -18
  2447. package/dist/_esm5.processed/parsers/manifest/local/index.js +0 -17
  2448. package/dist/_esm5.processed/parsers/manifest/local/parse_local_manifest.d.ts +0 -22
  2449. package/dist/_esm5.processed/parsers/manifest/local/parse_local_manifest.js +0 -125
  2450. package/dist/_esm5.processed/parsers/manifest/local/representation_index.d.ts +0 -83
  2451. package/dist/_esm5.processed/parsers/manifest/local/representation_index.js +0 -240
  2452. package/dist/_esm5.processed/parsers/manifest/local/types.d.ts +0 -285
  2453. package/dist/_esm5.processed/parsers/manifest/local/types.js +0 -16
  2454. package/dist/_esm5.processed/parsers/manifest/metaplaylist/index.d.ts +0 -18
  2455. package/dist/_esm5.processed/parsers/manifest/metaplaylist/index.js +0 -17
  2456. package/dist/_esm5.processed/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +0 -64
  2457. package/dist/_esm5.processed/parsers/manifest/metaplaylist/metaplaylist_parser.js +0 -254
  2458. package/dist/_esm5.processed/parsers/manifest/metaplaylist/representation_index.d.ts +0 -154
  2459. package/dist/_esm5.processed/parsers/manifest/metaplaylist/representation_index.js +0 -225
  2460. package/dist/_esm5.processed/parsers/manifest/smooth/create_parser.d.ts +0 -33
  2461. package/dist/_esm5.processed/parsers/manifest/smooth/create_parser.js +0 -493
  2462. package/dist/_esm5.processed/parsers/manifest/smooth/get_codecs.d.ts +0 -26
  2463. package/dist/_esm5.processed/parsers/manifest/smooth/get_codecs.js +0 -50
  2464. package/dist/_esm5.processed/parsers/manifest/smooth/index.d.ts +0 -19
  2465. package/dist/_esm5.processed/parsers/manifest/smooth/index.js +0 -19
  2466. package/dist/_esm5.processed/parsers/manifest/smooth/parse_C_nodes.d.ts +0 -26
  2467. package/dist/_esm5.processed/parsers/manifest/smooth/parse_C_nodes.js +0 -60
  2468. package/dist/_esm5.processed/parsers/manifest/smooth/parse_protection_node.d.ts +0 -29
  2469. package/dist/_esm5.processed/parsers/manifest/smooth/parse_protection_node.js +0 -58
  2470. package/dist/_esm5.processed/parsers/manifest/smooth/representation_index.d.ts +0 -226
  2471. package/dist/_esm5.processed/parsers/manifest/smooth/representation_index.js +0 -382
  2472. package/dist/_esm5.processed/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +0 -119
  2473. package/dist/_esm5.processed/parsers/manifest/smooth/shared_smooth_segment_timeline.js +0 -159
  2474. package/dist/_esm5.processed/parsers/manifest/smooth/utils/add_segment_infos.d.ts +0 -38
  2475. package/dist/_esm5.processed/parsers/manifest/smooth/utils/add_segment_infos.js +0 -60
  2476. package/dist/_esm5.processed/parsers/manifest/smooth/utils/parseBoolean.d.ts +0 -20
  2477. package/dist/_esm5.processed/parsers/manifest/smooth/utils/parseBoolean.js +0 -30
  2478. package/dist/_esm5.processed/parsers/manifest/smooth/utils/reduceChildren.d.ts +0 -23
  2479. package/dist/_esm5.processed/parsers/manifest/smooth/utils/reduceChildren.js +0 -31
  2480. package/dist/_esm5.processed/parsers/manifest/smooth/utils/tokens.d.ts +0 -28
  2481. package/dist/_esm5.processed/parsers/manifest/smooth/utils/tokens.js +0 -35
  2482. package/dist/_esm5.processed/parsers/manifest/types.d.ts +0 -379
  2483. package/dist/_esm5.processed/parsers/manifest/types.js +0 -16
  2484. package/dist/_esm5.processed/parsers/manifest/utils/check_manifest_ids.d.ts +0 -25
  2485. package/dist/_esm5.processed/parsers/manifest/utils/check_manifest_ids.js +0 -76
  2486. package/dist/_esm5.processed/parsers/manifest/utils/clear_timeline_from_position.d.ts +0 -24
  2487. package/dist/_esm5.processed/parsers/manifest/utils/clear_timeline_from_position.js +0 -69
  2488. package/dist/_esm5.processed/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +0 -27
  2489. package/dist/_esm5.processed/parsers/manifest/utils/get_first_time_from_adaptation.js +0 -43
  2490. package/dist/_esm5.processed/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +0 -29
  2491. package/dist/_esm5.processed/parsers/manifest/utils/get_last_time_from_adaptation.js +0 -45
  2492. package/dist/_esm5.processed/parsers/manifest/utils/get_maximum_positions.d.ts +0 -24
  2493. package/dist/_esm5.processed/parsers/manifest/utils/get_maximum_positions.js +0 -72
  2494. package/dist/_esm5.processed/parsers/manifest/utils/get_minimum_position.d.ts +0 -21
  2495. package/dist/_esm5.processed/parsers/manifest/utils/get_minimum_position.js +0 -68
  2496. package/dist/_esm5.processed/parsers/manifest/utils/index_helpers.d.ts +0 -88
  2497. package/dist/_esm5.processed/parsers/manifest/utils/index_helpers.js +0 -147
  2498. package/dist/_esm5.processed/parsers/manifest/utils/is_segment_still_available.d.ts +0 -29
  2499. package/dist/_esm5.processed/parsers/manifest/utils/is_segment_still_available.js +0 -51
  2500. package/dist/_esm5.processed/parsers/manifest/utils/update_segment_timeline.d.ts +0 -33
  2501. package/dist/_esm5.processed/parsers/manifest/utils/update_segment_timeline.js +0 -138
  2502. package/dist/_esm5.processed/parsers/texttracks/index.d.ts +0 -16
  2503. package/dist/_esm5.processed/parsers/texttracks/index.js +0 -16
  2504. package/dist/_esm5.processed/parsers/texttracks/sami/html.d.ts +0 -29
  2505. package/dist/_esm5.processed/parsers/texttracks/sami/html.js +0 -189
  2506. package/dist/_esm5.processed/parsers/texttracks/sami/native.d.ts +0 -34
  2507. package/dist/_esm5.processed/parsers/texttracks/sami/native.js +0 -160
  2508. package/dist/_esm5.processed/parsers/texttracks/srt/find_end_of_cue_block.d.ts +0 -29
  2509. package/dist/_esm5.processed/parsers/texttracks/srt/find_end_of_cue_block.js +0 -39
  2510. package/dist/_esm5.processed/parsers/texttracks/srt/get_cue_blocks.d.ts +0 -22
  2511. package/dist/_esm5.processed/parsers/texttracks/srt/get_cue_blocks.js +0 -47
  2512. package/dist/_esm5.processed/parsers/texttracks/srt/html.d.ts +0 -26
  2513. package/dist/_esm5.processed/parsers/texttracks/srt/html.js +0 -153
  2514. package/dist/_esm5.processed/parsers/texttracks/srt/native.d.ts +0 -28
  2515. package/dist/_esm5.processed/parsers/texttracks/srt/native.js +0 -57
  2516. package/dist/_esm5.processed/parsers/texttracks/srt/parse_cue.d.ts +0 -30
  2517. package/dist/_esm5.processed/parsers/texttracks/srt/parse_cue.js +0 -60
  2518. package/dist/_esm5.processed/parsers/texttracks/srt/parse_timestamp.d.ts +0 -21
  2519. package/dist/_esm5.processed/parsers/texttracks/srt/parse_timestamp.js +0 -33
  2520. package/dist/_esm5.processed/parsers/texttracks/ttml/get_parameters.d.ts +0 -32
  2521. package/dist/_esm5.processed/parsers/texttracks/ttml/get_parameters.js +0 -84
  2522. package/dist/_esm5.processed/parsers/texttracks/ttml/get_styling.d.ts +0 -41
  2523. package/dist/_esm5.processed/parsers/texttracks/ttml/get_styling.js +0 -132
  2524. package/dist/_esm5.processed/parsers/texttracks/ttml/get_time_delimiters.d.ts +0 -26
  2525. package/dist/_esm5.processed/parsers/texttracks/ttml/get_time_delimiters.js +0 -41
  2526. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts +0 -48
  2527. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +0 -61
  2528. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_extent.d.ts +0 -21
  2529. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_extent.js +0 -61
  2530. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_font_size.d.ts +0 -21
  2531. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_font_size.js +0 -59
  2532. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_line_height.d.ts +0 -20
  2533. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_line_height.js +0 -44
  2534. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_origin.d.ts +0 -20
  2535. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_origin.js +0 -60
  2536. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_padding.d.ts +0 -20
  2537. package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_padding.js +0 -139
  2538. package/dist/_esm5.processed/parsers/texttracks/ttml/html/create_element.d.ts +0 -32
  2539. package/dist/_esm5.processed/parsers/texttracks/ttml/html/create_element.js +0 -451
  2540. package/dist/_esm5.processed/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts +0 -26
  2541. package/dist/_esm5.processed/parsers/texttracks/ttml/html/generate_css_test_outline.js +0 -41
  2542. package/dist/_esm5.processed/parsers/texttracks/ttml/html/index.d.ts +0 -21
  2543. package/dist/_esm5.processed/parsers/texttracks/ttml/html/index.js +0 -21
  2544. package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_cue.d.ts +0 -26
  2545. package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_cue.js +0 -38
  2546. package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +0 -34
  2547. package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_ttml_to_div.js +0 -50
  2548. package/dist/_esm5.processed/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts +0 -21
  2549. package/dist/_esm5.processed/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +0 -57
  2550. package/dist/_esm5.processed/parsers/texttracks/ttml/native/index.d.ts +0 -21
  2551. package/dist/_esm5.processed/parsers/texttracks/ttml/native/index.js +0 -21
  2552. package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_cue.d.ts +0 -30
  2553. package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_cue.js +0 -202
  2554. package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +0 -21
  2555. package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_ttml_to_vtt.js +0 -33
  2556. package/dist/_esm5.processed/parsers/texttracks/ttml/parse_ttml.d.ts +0 -43
  2557. package/dist/_esm5.processed/parsers/texttracks/ttml/parse_ttml.js +0 -156
  2558. package/dist/_esm5.processed/parsers/texttracks/ttml/regexps.d.ts +0 -28
  2559. package/dist/_esm5.processed/parsers/texttracks/ttml/regexps.js +0 -35
  2560. package/dist/_esm5.processed/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +0 -49
  2561. package/dist/_esm5.processed/parsers/texttracks/ttml/resolve_styles_inheritance.js +0 -83
  2562. package/dist/_esm5.processed/parsers/texttracks/ttml/time_parsing.d.ts +0 -30
  2563. package/dist/_esm5.processed/parsers/texttracks/ttml/time_parsing.js +0 -124
  2564. package/dist/_esm5.processed/parsers/texttracks/ttml/xml_utils.d.ts +0 -70
  2565. package/dist/_esm5.processed/parsers/texttracks/ttml/xml_utils.js +0 -149
  2566. package/dist/_esm5.processed/parsers/texttracks/types.d.ts +0 -23
  2567. package/dist/_esm5.processed/parsers/texttracks/types.js +0 -16
  2568. package/dist/_esm5.processed/parsers/texttracks/webvtt/get_cue_blocks.d.ts +0 -24
  2569. package/dist/_esm5.processed/parsers/texttracks/webvtt/get_cue_blocks.js +0 -44
  2570. package/dist/_esm5.processed/parsers/texttracks/webvtt/get_style_blocks.d.ts +0 -24
  2571. package/dist/_esm5.processed/parsers/texttracks/webvtt/get_style_blocks.js +0 -51
  2572. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +0 -22
  2573. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/convert_payload_to_html.js +0 -35
  2574. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_default_style_elements.d.ts +0 -2
  2575. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_default_style_elements.js +0 -22
  2576. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_style_attribute.d.ts +0 -21
  2577. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_style_attribute.js +0 -175
  2578. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_styled_element.d.ts +0 -25
  2579. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_styled_element.js +0 -83
  2580. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/index.d.ts +0 -22
  2581. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/index.js +0 -21
  2582. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_style_block.d.ts +0 -27
  2583. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_style_block.js +0 -72
  2584. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_webvtt_to_div.d.ts +0 -31
  2585. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_webvtt_to_div.js +0 -55
  2586. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/to_html.d.ts +0 -43
  2587. package/dist/_esm5.processed/parsers/texttracks/webvtt/html/to_html.js +0 -70
  2588. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/index.d.ts +0 -21
  2589. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/index.js +0 -21
  2590. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/parse_vtt_to_cues.d.ts +0 -28
  2591. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/parse_vtt_to_cues.js +0 -58
  2592. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +0 -23
  2593. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/set_settings_on_cue.js +0 -80
  2594. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/to_native_cue.d.ts +0 -25
  2595. package/dist/_esm5.processed/parsers/texttracks/webvtt/native/to_native_cue.js +0 -25
  2596. package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_cue_block.d.ts +0 -33
  2597. package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_cue_block.js +0 -96
  2598. package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_timestamp.d.ts +0 -21
  2599. package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_timestamp.js +0 -34
  2600. package/dist/_esm5.processed/parsers/texttracks/webvtt/utils.d.ts +0 -56
  2601. package/dist/_esm5.processed/parsers/texttracks/webvtt/utils.js +0 -113
  2602. package/dist/_esm5.processed/public_types.d.ts +0 -823
  2603. package/dist/_esm5.processed/public_types.js +0 -16
  2604. package/dist/_esm5.processed/tools/TextTrackRenderer/index.d.ts +0 -22
  2605. package/dist/_esm5.processed/tools/TextTrackRenderer/index.js +0 -22
  2606. package/dist/_esm5.processed/tools/TextTrackRenderer/text_track_renderer.d.ts +0 -70
  2607. package/dist/_esm5.processed/tools/TextTrackRenderer/text_track_renderer.js +0 -79
  2608. package/dist/_esm5.processed/tools/index.d.ts +0 -18
  2609. package/dist/_esm5.processed/tools/index.js +0 -19
  2610. package/dist/_esm5.processed/tools/string_utils.d.ts +0 -16
  2611. package/dist/_esm5.processed/tools/string_utils.js +0 -16
  2612. package/dist/_esm5.processed/transports/dash/add_segment_integrity_checks_to_loader.d.ts +0 -24
  2613. package/dist/_esm5.processed/transports/dash/add_segment_integrity_checks_to_loader.js +0 -93
  2614. package/dist/_esm5.processed/transports/dash/construct_segment_url.d.ts +0 -18
  2615. package/dist/_esm5.processed/transports/dash/construct_segment_url.js +0 -21
  2616. package/dist/_esm5.processed/transports/dash/extract_complete_chunks.d.ts +0 -24
  2617. package/dist/_esm5.processed/transports/dash/extract_complete_chunks.js +0 -59
  2618. package/dist/_esm5.processed/transports/dash/get_events_out_of_emsgs.d.ts +0 -28
  2619. package/dist/_esm5.processed/transports/dash/get_events_out_of_emsgs.js +0 -92
  2620. package/dist/_esm5.processed/transports/dash/index.d.ts +0 -21
  2621. package/dist/_esm5.processed/transports/dash/index.js +0 -21
  2622. package/dist/_esm5.processed/transports/dash/init_segment_loader.d.ts +0 -28
  2623. package/dist/_esm5.processed/transports/dash/init_segment_loader.js +0 -68
  2624. package/dist/_esm5.processed/transports/dash/low_latency_segment_loader.d.ts +0 -30
  2625. package/dist/_esm5.processed/transports/dash/low_latency_segment_loader.js +0 -64
  2626. package/dist/_esm5.processed/transports/dash/manifest_parser.d.ts +0 -18
  2627. package/dist/_esm5.processed/transports/dash/manifest_parser.js +0 -276
  2628. package/dist/_esm5.processed/transports/dash/pipelines.d.ts +0 -23
  2629. package/dist/_esm5.processed/transports/dash/pipelines.js +0 -55
  2630. package/dist/_esm5.processed/transports/dash/segment_loader.d.ts +0 -38
  2631. package/dist/_esm5.processed/transports/dash/segment_loader.js +0 -168
  2632. package/dist/_esm5.processed/transports/dash/segment_parser.d.ts +0 -23
  2633. package/dist/_esm5.processed/transports/dash/segment_parser.js +0 -124
  2634. package/dist/_esm5.processed/transports/dash/text_loader.d.ts +0 -25
  2635. package/dist/_esm5.processed/transports/dash/text_loader.js +0 -82
  2636. package/dist/_esm5.processed/transports/dash/text_parser.d.ts +0 -25
  2637. package/dist/_esm5.processed/transports/dash/text_parser.js +0 -164
  2638. package/dist/_esm5.processed/transports/index.d.ts +0 -16
  2639. package/dist/_esm5.processed/transports/index.js +0 -16
  2640. package/dist/_esm5.processed/transports/local/index.d.ts +0 -17
  2641. package/dist/_esm5.processed/transports/local/index.js +0 -17
  2642. package/dist/_esm5.processed/transports/local/pipelines.d.ts +0 -22
  2643. package/dist/_esm5.processed/transports/local/pipelines.js +0 -64
  2644. package/dist/_esm5.processed/transports/local/segment_loader.d.ts +0 -28
  2645. package/dist/_esm5.processed/transports/local/segment_loader.js +0 -144
  2646. package/dist/_esm5.processed/transports/local/segment_parser.d.ts +0 -20
  2647. package/dist/_esm5.processed/transports/local/segment_parser.js +0 -69
  2648. package/dist/_esm5.processed/transports/local/text_parser.d.ts +0 -27
  2649. package/dist/_esm5.processed/transports/local/text_parser.js +0 -131
  2650. package/dist/_esm5.processed/transports/metaplaylist/index.d.ts +0 -21
  2651. package/dist/_esm5.processed/transports/metaplaylist/index.js +0 -21
  2652. package/dist/_esm5.processed/transports/metaplaylist/manifest_loader.d.ts +0 -26
  2653. package/dist/_esm5.processed/transports/metaplaylist/manifest_loader.js +0 -41
  2654. package/dist/_esm5.processed/transports/metaplaylist/pipelines.d.ts +0 -17
  2655. package/dist/_esm5.processed/transports/metaplaylist/pipelines.js +0 -236
  2656. package/dist/_esm5.processed/transports/smooth/extract_timings_infos.d.ts +0 -62
  2657. package/dist/_esm5.processed/transports/smooth/extract_timings_infos.js +0 -78
  2658. package/dist/_esm5.processed/transports/smooth/index.d.ts +0 -21
  2659. package/dist/_esm5.processed/transports/smooth/index.js +0 -21
  2660. package/dist/_esm5.processed/transports/smooth/is_mp4_embedded_track.d.ts +0 -22
  2661. package/dist/_esm5.processed/transports/smooth/is_mp4_embedded_track.js +0 -24
  2662. package/dist/_esm5.processed/transports/smooth/isobmff/create_audio_init_segment.d.ts +0 -29
  2663. package/dist/_esm5.processed/transports/smooth/isobmff/create_audio_init_segment.js +0 -52
  2664. package/dist/_esm5.processed/transports/smooth/isobmff/create_boxes.d.ts +0 -171
  2665. package/dist/_esm5.processed/transports/smooth/isobmff/create_boxes.js +0 -328
  2666. package/dist/_esm5.processed/transports/smooth/isobmff/create_init_segment.d.ts +0 -33
  2667. package/dist/_esm5.processed/transports/smooth/isobmff/create_init_segment.js +0 -65
  2668. package/dist/_esm5.processed/transports/smooth/isobmff/create_traf_box.d.ts +0 -16
  2669. package/dist/_esm5.processed/transports/smooth/isobmff/create_traf_box.js +0 -24
  2670. package/dist/_esm5.processed/transports/smooth/isobmff/create_video_init_segment.d.ts +0 -29
  2671. package/dist/_esm5.processed/transports/smooth/isobmff/create_video_init_segment.js +0 -57
  2672. package/dist/_esm5.processed/transports/smooth/isobmff/get_aaces_header.d.ts +0 -27
  2673. package/dist/_esm5.processed/transports/smooth/isobmff/get_aaces_header.js +0 -55
  2674. package/dist/_esm5.processed/transports/smooth/isobmff/index.d.ts +0 -21
  2675. package/dist/_esm5.processed/transports/smooth/isobmff/index.js +0 -21
  2676. package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfrf.d.ts +0 -24
  2677. package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfrf.js +0 -47
  2678. package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfxd.d.ts +0 -24
  2679. package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfxd.js +0 -31
  2680. package/dist/_esm5.processed/transports/smooth/isobmff/patch_segment.d.ts +0 -23
  2681. package/dist/_esm5.processed/transports/smooth/isobmff/patch_segment.js +0 -127
  2682. package/dist/_esm5.processed/transports/smooth/pipelines.d.ts +0 -17
  2683. package/dist/_esm5.processed/transports/smooth/pipelines.js +0 -283
  2684. package/dist/_esm5.processed/transports/smooth/segment_loader.d.ts +0 -27
  2685. package/dist/_esm5.processed/transports/smooth/segment_loader.js +0 -204
  2686. package/dist/_esm5.processed/transports/smooth/utils.d.ts +0 -26
  2687. package/dist/_esm5.processed/transports/smooth/utils.js +0 -32
  2688. package/dist/_esm5.processed/transports/types.d.ts +0 -692
  2689. package/dist/_esm5.processed/transports/types.js +0 -16
  2690. package/dist/_esm5.processed/transports/utils/byte_range.d.ts +0 -21
  2691. package/dist/_esm5.processed/transports/utils/byte_range.js +0 -25
  2692. package/dist/_esm5.processed/transports/utils/call_custom_manifest_loader.d.ts +0 -19
  2693. package/dist/_esm5.processed/transports/utils/call_custom_manifest_loader.js +0 -91
  2694. package/dist/_esm5.processed/transports/utils/check_isobmff_integrity.d.ts +0 -23
  2695. package/dist/_esm5.processed/transports/utils/check_isobmff_integrity.js +0 -46
  2696. package/dist/_esm5.processed/transports/utils/find_complete_box.d.ts +0 -25
  2697. package/dist/_esm5.processed/transports/utils/find_complete_box.js +0 -53
  2698. package/dist/_esm5.processed/transports/utils/generate_manifest_loader.d.ts +0 -26
  2699. package/dist/_esm5.processed/transports/utils/generate_manifest_loader.js +0 -59
  2700. package/dist/_esm5.processed/transports/utils/get_isobmff_timing_infos.d.ts +0 -29
  2701. package/dist/_esm5.processed/transports/utils/get_isobmff_timing_infos.js +0 -66
  2702. package/dist/_esm5.processed/transports/utils/infer_segment_container.d.ts +0 -29
  2703. package/dist/_esm5.processed/transports/utils/infer_segment_container.js +0 -44
  2704. package/dist/_esm5.processed/transports/utils/parse_text_track.d.ts +0 -56
  2705. package/dist/_esm5.processed/transports/utils/parse_text_track.js +0 -134
  2706. package/dist/_esm5.processed/utils/are_arrays_of_numbers_equal.d.ts +0 -22
  2707. package/dist/_esm5.processed/utils/are_arrays_of_numbers_equal.js +0 -35
  2708. package/dist/_esm5.processed/utils/are_codecs_compatible.d.ts +0 -25
  2709. package/dist/_esm5.processed/utils/are_codecs_compatible.js +0 -44
  2710. package/dist/_esm5.processed/utils/array_find.d.ts +0 -23
  2711. package/dist/_esm5.processed/utils/array_find.js +0 -35
  2712. package/dist/_esm5.processed/utils/array_find_index.d.ts +0 -23
  2713. package/dist/_esm5.processed/utils/array_find_index.js +0 -34
  2714. package/dist/_esm5.processed/utils/array_includes.d.ts +0 -54
  2715. package/dist/_esm5.processed/utils/array_includes.js +0 -85
  2716. package/dist/_esm5.processed/utils/assert.d.ts +0 -34
  2717. package/dist/_esm5.processed/utils/assert.js +0 -52
  2718. package/dist/_esm5.processed/utils/assert_unreachable.d.ts +0 -40
  2719. package/dist/_esm5.processed/utils/assert_unreachable.js +0 -43
  2720. package/dist/_esm5.processed/utils/base64.d.ts +0 -14
  2721. package/dist/_esm5.processed/utils/base64.js +0 -147
  2722. package/dist/_esm5.processed/utils/byte_parsing.d.ts +0 -123
  2723. package/dist/_esm5.processed/utils/byte_parsing.js +0 -231
  2724. package/dist/_esm5.processed/utils/cancellable_sleep.d.ts +0 -30
  2725. package/dist/_esm5.processed/utils/cancellable_sleep.js +0 -35
  2726. package/dist/_esm5.processed/utils/create_cancellable_promise.d.ts +0 -26
  2727. package/dist/_esm5.processed/utils/create_cancellable_promise.js +0 -52
  2728. package/dist/_esm5.processed/utils/deep_merge.d.ts +0 -9
  2729. package/dist/_esm5.processed/utils/deep_merge.js +0 -54
  2730. package/dist/_esm5.processed/utils/event_emitter.d.ts +0 -62
  2731. package/dist/_esm5.processed/utils/event_emitter.js +0 -103
  2732. package/dist/_esm5.processed/utils/flat_map.d.ts +0 -22
  2733. package/dist/_esm5.processed/utils/flat_map.js +0 -37
  2734. package/dist/_esm5.processed/utils/get_fuzzed_delay.d.ts +0 -21
  2735. package/dist/_esm5.processed/utils/get_fuzzed_delay.js +0 -25
  2736. package/dist/_esm5.processed/utils/hash_buffer.d.ts +0 -32
  2737. package/dist/_esm5.processed/utils/hash_buffer.js +0 -41
  2738. package/dist/_esm5.processed/utils/id_generator.d.ts +0 -21
  2739. package/dist/_esm5.processed/utils/id_generator.js +0 -33
  2740. package/dist/_esm5.processed/utils/initialization_segment_cache.d.ts +0 -42
  2741. package/dist/_esm5.processed/utils/initialization_segment_cache.js +0 -51
  2742. package/dist/_esm5.processed/utils/is_non_empty_string.d.ts +0 -20
  2743. package/dist/_esm5.processed/utils/is_non_empty_string.js +0 -22
  2744. package/dist/_esm5.processed/utils/is_null_or_undefined.d.ts +0 -24
  2745. package/dist/_esm5.processed/utils/is_null_or_undefined.js +0 -26
  2746. package/dist/_esm5.processed/utils/languages/ISO_639-1_to_ISO_639-3.d.ts +0 -22
  2747. package/dist/_esm5.processed/utils/languages/ISO_639-1_to_ISO_639-3.js +0 -205
  2748. package/dist/_esm5.processed/utils/languages/ISO_639-2_to_ISO_639-3.d.ts +0 -22
  2749. package/dist/_esm5.processed/utils/languages/ISO_639-2_to_ISO_639-3.js +0 -41
  2750. package/dist/_esm5.processed/utils/languages/index.d.ts +0 -18
  2751. package/dist/_esm5.processed/utils/languages/index.js +0 -18
  2752. package/dist/_esm5.processed/utils/languages/normalize.d.ts +0 -68
  2753. package/dist/_esm5.processed/utils/languages/normalize.js +0 -117
  2754. package/dist/_esm5.processed/utils/logger.d.ts +0 -46
  2755. package/dist/_esm5.processed/utils/logger.js +0 -79
  2756. package/dist/_esm5.processed/utils/noop.d.ts +0 -23
  2757. package/dist/_esm5.processed/utils/noop.js +0 -25
  2758. package/dist/_esm5.processed/utils/object_assign.d.ts +0 -22
  2759. package/dist/_esm5.processed/utils/object_assign.js +0 -44
  2760. package/dist/_esm5.processed/utils/object_values.d.ts +0 -30
  2761. package/dist/_esm5.processed/utils/object_values.js +0 -26
  2762. package/dist/_esm5.processed/utils/ranges.d.ts +0 -170
  2763. package/dist/_esm5.processed/utils/ranges.js +0 -427
  2764. package/dist/_esm5.processed/utils/reference.d.ts +0 -214
  2765. package/dist/_esm5.processed/utils/reference.js +0 -295
  2766. package/dist/_esm5.processed/utils/request/fetch.d.ts +0 -76
  2767. package/dist/_esm5.processed/utils/request/fetch.js +0 -181
  2768. package/dist/_esm5.processed/utils/request/index.d.ts +0 -19
  2769. package/dist/_esm5.processed/utils/request/index.js +0 -19
  2770. package/dist/_esm5.processed/utils/request/xhr.d.ts +0 -95
  2771. package/dist/_esm5.processed/utils/request/xhr.js +0 -152
  2772. package/dist/_esm5.processed/utils/resolve_url.d.ts +0 -35
  2773. package/dist/_esm5.processed/utils/resolve_url.js +0 -117
  2774. package/dist/_esm5.processed/utils/retry_promise_with_backoff.d.ts +0 -46
  2775. package/dist/_esm5.processed/utils/retry_promise_with_backoff.js +0 -119
  2776. package/dist/_esm5.processed/utils/sleep.d.ts +0 -10
  2777. package/dist/_esm5.processed/utils/sleep.js +0 -14
  2778. package/dist/_esm5.processed/utils/slice_uint8array.d.ts +0 -27
  2779. package/dist/_esm5.processed/utils/slice_uint8array.js +0 -42
  2780. package/dist/_esm5.processed/utils/sorted_list.d.ts +0 -127
  2781. package/dist/_esm5.processed/utils/sorted_list.js +0 -183
  2782. package/dist/_esm5.processed/utils/starts_with.d.ts +0 -26
  2783. package/dist/_esm5.processed/utils/starts_with.js +0 -36
  2784. package/dist/_esm5.processed/utils/string_parsing.d.ts +0 -88
  2785. package/dist/_esm5.processed/utils/string_parsing.js +0 -372
  2786. package/dist/_esm5.processed/utils/task_canceller.d.ts +0 -263
  2787. package/dist/_esm5.processed/utils/task_canceller.js +0 -325
  2788. package/dist/_esm5.processed/utils/warn_once.d.ts +0 -23
  2789. package/dist/_esm5.processed/utils/warn_once.js +0 -31
  2790. package/dist/_esm5.processed/utils/weak_map_memory.d.ts +0 -70
  2791. package/dist/_esm5.processed/utils/weak_map_memory.js +0 -86
  2792. package/dist/_esm5.processed/utils/wrapInPromise.d.ts +0 -7
  2793. package/dist/_esm5.processed/utils/wrapInPromise.js +0 -22
  2794. package/dist/commonjs/compat/global_scope.d.ts +0 -9
  2795. package/dist/commonjs/compat/global_scope.js +0 -15
  2796. package/dist/commonjs/compat/index.d.ts +0 -37
  2797. package/dist/commonjs/compat/index.js +0 -66
  2798. package/dist/commonjs/core/api/debug/buffer_graph.d.ts +0 -28
  2799. package/dist/commonjs/core/api/debug/buffer_graph.js +0 -173
  2800. package/dist/commonjs/core/api/debug/buffer_size_graph.js +0 -132
  2801. package/dist/commonjs/core/api/debug/modules/general_info.d.ts +0 -3
  2802. package/dist/commonjs/core/api/debug/modules/general_info.js +0 -220
  2803. package/dist/commonjs/core/api/debug/modules/segment_buffer_content.d.ts +0 -4
  2804. package/dist/commonjs/core/api/debug/modules/segment_buffer_content.js +0 -124
  2805. package/dist/commonjs/core/api/debug/modules/segment_buffer_size.d.ts +0 -3
  2806. package/dist/commonjs/core/api/debug/modules/segment_buffer_size.js +0 -38
  2807. package/dist/commonjs/core/api/debug/render.d.ts +0 -3
  2808. package/dist/commonjs/core/api/index.d.ts +0 -20
  2809. package/dist/commonjs/core/api/index.js +0 -22
  2810. package/dist/commonjs/core/api/option_utils.d.ts +0 -123
  2811. package/dist/commonjs/core/api/option_utils.js +0 -308
  2812. package/dist/commonjs/core/api/playback_observer.d.ts +0 -370
  2813. package/dist/commonjs/core/api/playback_observer.js +0 -585
  2814. package/dist/commonjs/core/api/public_api.d.ts +0 -728
  2815. package/dist/commonjs/core/api/public_api.js +0 -2261
  2816. package/dist/commonjs/core/api/track_management/index.d.ts +0 -18
  2817. package/dist/commonjs/core/api/track_management/media_element_tracks_store.d.ts +0 -197
  2818. package/dist/commonjs/core/api/track_management/media_element_tracks_store.js +0 -688
  2819. package/dist/commonjs/core/api/track_management/track_dispatcher.d.ts +0 -96
  2820. package/dist/commonjs/core/api/track_management/track_dispatcher.js +0 -178
  2821. package/dist/commonjs/core/api/track_management/tracks_store.d.ts +0 -429
  2822. package/dist/commonjs/core/api/track_management/tracks_store.js +0 -998
  2823. package/dist/commonjs/core/api/utils.d.ts +0 -66
  2824. package/dist/commonjs/core/api/utils.js +0 -175
  2825. package/dist/commonjs/core/decrypt/__tests__/__global__/utils.d.ts +0 -178
  2826. package/dist/commonjs/core/decrypt/__tests__/__global__/utils.js +0 -413
  2827. package/dist/commonjs/core/decrypt/attach_media_keys.d.ts +0 -52
  2828. package/dist/commonjs/core/decrypt/attach_media_keys.js +0 -120
  2829. package/dist/commonjs/core/decrypt/clear_on_stop.js +0 -43
  2830. package/dist/commonjs/core/decrypt/content_decryptor.d.ts +0 -184
  2831. package/dist/commonjs/core/decrypt/content_decryptor.js +0 -1146
  2832. package/dist/commonjs/core/decrypt/create_or_load_session.d.ts +0 -63
  2833. package/dist/commonjs/core/decrypt/create_or_load_session.js +0 -127
  2834. package/dist/commonjs/core/decrypt/create_session.d.ts +0 -53
  2835. package/dist/commonjs/core/decrypt/create_session.js +0 -215
  2836. package/dist/commonjs/core/decrypt/dispose_decryption_resources.js +0 -91
  2837. package/dist/commonjs/core/decrypt/find_key_system.d.ts +0 -48
  2838. package/dist/commonjs/core/decrypt/find_key_system.js +0 -369
  2839. package/dist/commonjs/core/decrypt/get_media_keys.d.ts +0 -44
  2840. package/dist/commonjs/core/decrypt/get_media_keys.js +0 -160
  2841. package/dist/commonjs/core/decrypt/index.d.ts +0 -26
  2842. package/dist/commonjs/core/decrypt/init_media_keys.d.ts +0 -26
  2843. package/dist/commonjs/core/decrypt/init_media_keys.js +0 -85
  2844. package/dist/commonjs/core/decrypt/session_events_listener.d.ts +0 -75
  2845. package/dist/commonjs/core/decrypt/session_events_listener.js +0 -330
  2846. package/dist/commonjs/core/decrypt/set_server_certificate.d.ts +0 -51
  2847. package/dist/commonjs/core/decrypt/set_server_certificate.js +0 -146
  2848. package/dist/commonjs/core/decrypt/types.d.ts +0 -368
  2849. package/dist/commonjs/core/decrypt/utils/are_init_values_compatible.js +0 -116
  2850. package/dist/commonjs/core/decrypt/utils/check_key_statuses.d.ts +0 -52
  2851. package/dist/commonjs/core/decrypt/utils/check_key_statuses.js +0 -211
  2852. package/dist/commonjs/core/decrypt/utils/clean_old_loaded_sessions.d.ts +0 -26
  2853. package/dist/commonjs/core/decrypt/utils/clean_old_stored_persistent_info.d.ts +0 -32
  2854. package/dist/commonjs/core/decrypt/utils/init_data_values_container.d.ts +0 -69
  2855. package/dist/commonjs/core/decrypt/utils/init_data_values_container.js +0 -126
  2856. package/dist/commonjs/core/decrypt/utils/is_session_usable.d.ts +0 -24
  2857. package/dist/commonjs/core/decrypt/utils/is_session_usable.js +0 -52
  2858. package/dist/commonjs/core/decrypt/utils/key_session_record.d.ts +0 -104
  2859. package/dist/commonjs/core/decrypt/utils/key_session_record.js +0 -190
  2860. package/dist/commonjs/core/decrypt/utils/loaded_sessions_store.d.ts +0 -215
  2861. package/dist/commonjs/core/decrypt/utils/loaded_sessions_store.js +0 -515
  2862. package/dist/commonjs/core/decrypt/utils/media_keys_infos_store.d.ts +0 -56
  2863. package/dist/commonjs/core/decrypt/utils/media_keys_infos_store.js +0 -46
  2864. package/dist/commonjs/core/decrypt/utils/persistent_sessions_store.d.ts +0 -94
  2865. package/dist/commonjs/core/decrypt/utils/persistent_sessions_store.js +0 -346
  2866. package/dist/commonjs/core/decrypt/utils/serializable_bytes.d.ts +0 -44
  2867. package/dist/commonjs/core/decrypt/utils/serializable_bytes.js +0 -50
  2868. package/dist/commonjs/core/decrypt/utils/server_certificate_store.d.ts +0 -64
  2869. package/dist/commonjs/core/decrypt/utils/server_certificate_store.js +0 -114
  2870. package/dist/commonjs/core/init/directfile_content_initializer.d.ts +0 -97
  2871. package/dist/commonjs/core/init/directfile_content_initializer.js +0 -258
  2872. package/dist/commonjs/core/init/media_source_content_initializer.d.ts +0 -180
  2873. package/dist/commonjs/core/init/media_source_content_initializer.js +0 -653
  2874. package/dist/commonjs/core/init/types.d.ts +0 -217
  2875. package/dist/commonjs/core/init/types.js +0 -54
  2876. package/dist/commonjs/core/init/utils/content_time_boundaries_observer.d.ts +0 -192
  2877. package/dist/commonjs/core/init/utils/content_time_boundaries_observer.js +0 -519
  2878. package/dist/commonjs/core/init/utils/create_media_source.d.ts +0 -37
  2879. package/dist/commonjs/core/init/utils/create_media_source.js +0 -117
  2880. package/dist/commonjs/core/init/utils/create_stream_playback_observer.d.ts +0 -45
  2881. package/dist/commonjs/core/init/utils/create_stream_playback_observer.js +0 -89
  2882. package/dist/commonjs/core/init/utils/end_of_stream.d.ts +0 -33
  2883. package/dist/commonjs/core/init/utils/end_of_stream.js +0 -115
  2884. package/dist/commonjs/core/init/utils/get_initial_time.d.ts +0 -76
  2885. package/dist/commonjs/core/init/utils/get_initial_time.js +0 -115
  2886. package/dist/commonjs/core/init/utils/get_loaded_reference.d.ts +0 -28
  2887. package/dist/commonjs/core/init/utils/get_loaded_reference.js +0 -59
  2888. package/dist/commonjs/core/init/utils/initial_seek_and_play.d.ts +0 -63
  2889. package/dist/commonjs/core/init/utils/initial_seek_and_play.js +0 -131
  2890. package/dist/commonjs/core/init/utils/initialize_content_decryption.d.ts +0 -80
  2891. package/dist/commonjs/core/init/utils/initialize_content_decryption.js +0 -107
  2892. package/dist/commonjs/core/init/utils/media_source_duration_updater.js +0 -270
  2893. package/dist/commonjs/core/init/utils/rebuffering_controller.d.ts +0 -147
  2894. package/dist/commonjs/core/init/utils/rebuffering_controller.js +0 -597
  2895. package/dist/commonjs/core/init/utils/stream_events_emitter/are_same_stream_events.js +0 -37
  2896. package/dist/commonjs/core/init/utils/stream_events_emitter/index.d.ts +0 -18
  2897. package/dist/commonjs/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +0 -25
  2898. package/dist/commonjs/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +0 -68
  2899. package/dist/commonjs/core/init/utils/stream_events_emitter/stream_events_emitter.d.ts +0 -52
  2900. package/dist/commonjs/core/init/utils/stream_events_emitter/stream_events_emitter.js +0 -232
  2901. package/dist/commonjs/core/init/utils/stream_events_emitter/types.d.ts +0 -41
  2902. package/dist/commonjs/core/init/utils/throw_on_media_error.d.ts +0 -23
  2903. package/dist/commonjs/core/init/utils/throw_on_media_error.js +0 -61
  2904. package/dist/commonjs/core/segment_buffers/garbage_collector.d.ts +0 -41
  2905. package/dist/commonjs/core/segment_buffers/garbage_collector.js +0 -212
  2906. package/dist/commonjs/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.d.ts +0 -182
  2907. package/dist/commonjs/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +0 -457
  2908. package/dist/commonjs/core/segment_buffers/implementations/audio_video/index.d.ts +0 -17
  2909. package/dist/commonjs/core/segment_buffers/implementations/index.d.ts +0 -18
  2910. package/dist/commonjs/core/segment_buffers/implementations/index.js +0 -35
  2911. package/dist/commonjs/core/segment_buffers/implementations/text/html/html_text_segment_buffer.d.ts +0 -141
  2912. package/dist/commonjs/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +0 -407
  2913. package/dist/commonjs/core/segment_buffers/implementations/text/html/index.d.ts +0 -21
  2914. package/dist/commonjs/core/segment_buffers/implementations/text/html/index.js +0 -23
  2915. package/dist/commonjs/core/segment_buffers/implementations/text/html/parsers.d.ts +0 -30
  2916. package/dist/commonjs/core/segment_buffers/implementations/text/html/parsers.js +0 -40
  2917. package/dist/commonjs/core/segment_buffers/implementations/text/html/text_track_cues_store.d.ts +0 -79
  2918. package/dist/commonjs/core/segment_buffers/implementations/text/html/text_track_cues_store.js +0 -390
  2919. package/dist/commonjs/core/segment_buffers/implementations/text/html/types.d.ts +0 -25
  2920. package/dist/commonjs/core/segment_buffers/implementations/text/html/update_proportional_elements.d.ts +0 -30
  2921. package/dist/commonjs/core/segment_buffers/implementations/text/html/update_proportional_elements.js +0 -80
  2922. package/dist/commonjs/core/segment_buffers/implementations/text/html/utils.d.ts +0 -45
  2923. package/dist/commonjs/core/segment_buffers/implementations/text/html/utils.js +0 -131
  2924. package/dist/commonjs/core/segment_buffers/implementations/text/native/index.d.ts +0 -17
  2925. package/dist/commonjs/core/segment_buffers/implementations/text/native/index.js +0 -19
  2926. package/dist/commonjs/core/segment_buffers/implementations/text/native/native_text_segment_buffer.d.ts +0 -83
  2927. package/dist/commonjs/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +0 -273
  2928. package/dist/commonjs/core/segment_buffers/implementations/text/native/parsers.d.ts +0 -26
  2929. package/dist/commonjs/core/segment_buffers/implementations/text/native/parsers.js +0 -40
  2930. package/dist/commonjs/core/segment_buffers/implementations/types.d.ts +0 -320
  2931. package/dist/commonjs/core/segment_buffers/implementations/types.js +0 -124
  2932. package/dist/commonjs/core/segment_buffers/index.d.ts +0 -21
  2933. package/dist/commonjs/core/segment_buffers/index.js +0 -28
  2934. package/dist/commonjs/core/segment_buffers/inventory/buffered_history.d.ts +0 -89
  2935. package/dist/commonjs/core/segment_buffers/inventory/index.d.ts +0 -21
  2936. package/dist/commonjs/core/segment_buffers/inventory/segment_inventory.d.ts +0 -207
  2937. package/dist/commonjs/core/segment_buffers/inventory/segment_inventory.js +0 -866
  2938. package/dist/commonjs/core/segment_buffers/inventory/types.d.ts +0 -27
  2939. package/dist/commonjs/core/segment_buffers/inventory/utils.d.ts +0 -33
  2940. package/dist/commonjs/core/segment_buffers/inventory/utils.js +0 -54
  2941. package/dist/commonjs/core/segment_buffers/segment_buffers_store.d.ts +0 -180
  2942. package/dist/commonjs/core/segment_buffers/segment_buffers_store.js +0 -302
  2943. package/dist/commonjs/core/stream/representation/utils/force_garbage_collection.d.ts +0 -29
  2944. package/dist/commonjs/core/stream/representation/utils/force_garbage_collection.js +0 -179
  2945. package/dist/commonjs/errors/assertion_error.d.ts +0 -31
  2946. package/dist/commonjs/errors/assertion_error.js +0 -56
  2947. package/dist/commonjs/errors/request_error.d.ts +0 -38
  2948. package/dist/commonjs/errors/request_error.js +0 -76
  2949. package/dist/commonjs/experimental/features/dash_wasm.d.ts +0 -23
  2950. package/dist/commonjs/experimental/features/dash_wasm.js +0 -37
  2951. package/dist/commonjs/experimental/features/debug_element.d.ts +0 -8
  2952. package/dist/commonjs/experimental/features/debug_element.js +0 -13
  2953. package/dist/commonjs/experimental/tools/parseBIFThumbnails/index.js +0 -32
  2954. package/dist/commonjs/manifest/adaptation.d.ts +0 -113
  2955. package/dist/commonjs/manifest/adaptation.js +0 -222
  2956. package/dist/commonjs/manifest/manifest.d.ts +0 -265
  2957. package/dist/commonjs/manifest/manifest.js +0 -453
  2958. package/dist/commonjs/manifest/period.d.ts +0 -68
  2959. package/dist/commonjs/manifest/period.js +0 -140
  2960. package/dist/commonjs/manifest/representation.d.ts +0 -251
  2961. package/dist/commonjs/manifest/representation.js +0 -296
  2962. package/dist/commonjs/manifest/representation_index/index.d.ts +0 -18
  2963. package/dist/commonjs/manifest/representation_index/static.d.ts +0 -101
  2964. package/dist/commonjs/manifest/representation_index/static.js +0 -143
  2965. package/dist/commonjs/manifest/representation_index/types.d.ts +0 -420
  2966. package/dist/commonjs/manifest/representation_index/types.js +0 -17
  2967. package/dist/commonjs/manifest/update_period_in_place.d.ts +0 -49
  2968. package/dist/commonjs/manifest/update_period_in_place.js +0 -168
  2969. package/dist/commonjs/manifest/update_periods.d.ts +0 -47
  2970. package/dist/commonjs/manifest/update_periods.js +0 -189
  2971. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +0 -23
  2972. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +0 -331
  2973. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +0 -23
  2974. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +0 -33
  2975. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +0 -22
  2976. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +0 -21
  2977. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +0 -23
  2978. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +0 -113
  2979. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +0 -21
  2980. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +0 -42
  2981. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +0 -21
  2982. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.js +0 -164
  2983. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +0 -21
  2984. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.js +0 -132
  2985. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +0 -21
  2986. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.js +0 -209
  2987. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +0 -22
  2988. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +0 -108
  2989. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +0 -21
  2990. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +0 -23
  2991. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +0 -92
  2992. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +0 -21
  2993. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +0 -23
  2994. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +0 -52
  2995. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -187
  2996. package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.js +0 -354
  2997. package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_document.d.ts +0 -24
  2998. package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_document.js +0 -131
  2999. package/dist/commonjs/utils/assert_unreachable.d.ts +0 -40
  3000. package/dist/commonjs/utils/assert_unreachable.js +0 -46
  3001. package/dist/commonjs/utils/initialization_segment_cache.d.ts +0 -42
  3002. package/dist/es2017/compat/global_scope.d.ts +0 -9
  3003. package/dist/es2017/compat/global_scope.js +0 -13
  3004. package/dist/es2017/compat/index.d.ts +0 -37
  3005. package/dist/es2017/compat/index.js +0 -43
  3006. package/dist/es2017/core/api/debug/buffer_graph.d.ts +0 -28
  3007. package/dist/es2017/core/api/debug/buffer_graph.js +0 -169
  3008. package/dist/es2017/core/api/debug/buffer_size_graph.d.ts +0 -10
  3009. package/dist/es2017/core/api/debug/buffer_size_graph.js +0 -103
  3010. package/dist/es2017/core/api/debug/constants.d.ts +0 -2
  3011. package/dist/es2017/core/api/debug/index.d.ts +0 -2
  3012. package/dist/es2017/core/api/debug/index.js +0 -2
  3013. package/dist/es2017/core/api/debug/modules/general_info.d.ts +0 -3
  3014. package/dist/es2017/core/api/debug/modules/general_info.js +0 -176
  3015. package/dist/es2017/core/api/debug/modules/segment_buffer_content.d.ts +0 -4
  3016. package/dist/es2017/core/api/debug/modules/segment_buffer_content.js +0 -121
  3017. package/dist/es2017/core/api/debug/modules/segment_buffer_size.d.ts +0 -3
  3018. package/dist/es2017/core/api/debug/modules/segment_buffer_size.js +0 -35
  3019. package/dist/es2017/core/api/debug/render.d.ts +0 -3
  3020. package/dist/es2017/core/api/debug/render.js +0 -32
  3021. package/dist/es2017/core/api/debug/utils.d.ts +0 -39
  3022. package/dist/es2017/core/api/debug/utils.js +0 -54
  3023. package/dist/es2017/core/api/index.d.ts +0 -20
  3024. package/dist/es2017/core/api/index.js +0 -19
  3025. package/dist/es2017/core/api/option_utils.d.ts +0 -123
  3026. package/dist/es2017/core/api/option_utils.js +0 -304
  3027. package/dist/es2017/core/api/playback_observer.d.ts +0 -370
  3028. package/dist/es2017/core/api/playback_observer.js +0 -591
  3029. package/dist/es2017/core/api/public_api.d.ts +0 -728
  3030. package/dist/es2017/core/api/public_api.js +0 -2136
  3031. package/dist/es2017/core/api/track_management/index.d.ts +0 -18
  3032. package/dist/es2017/core/api/track_management/index.js +0 -18
  3033. package/dist/es2017/core/api/track_management/media_element_tracks_store.d.ts +0 -197
  3034. package/dist/es2017/core/api/track_management/media_element_tracks_store.js +0 -669
  3035. package/dist/es2017/core/api/track_management/track_dispatcher.d.ts +0 -96
  3036. package/dist/es2017/core/api/track_management/track_dispatcher.js +0 -159
  3037. package/dist/es2017/core/api/track_management/tracks_store.d.ts +0 -429
  3038. package/dist/es2017/core/api/track_management/tracks_store.js +0 -944
  3039. package/dist/es2017/core/api/utils.d.ts +0 -66
  3040. package/dist/es2017/core/api/utils.js +0 -167
  3041. package/dist/es2017/core/decrypt/__tests__/__global__/utils.d.ts +0 -178
  3042. package/dist/es2017/core/decrypt/__tests__/__global__/utils.js +0 -363
  3043. package/dist/es2017/core/decrypt/attach_media_keys.d.ts +0 -52
  3044. package/dist/es2017/core/decrypt/attach_media_keys.js +0 -71
  3045. package/dist/es2017/core/decrypt/clear_on_stop.d.ts +0 -22
  3046. package/dist/es2017/core/decrypt/clear_on_stop.js +0 -40
  3047. package/dist/es2017/core/decrypt/content_decryptor.d.ts +0 -184
  3048. package/dist/es2017/core/decrypt/content_decryptor.js +0 -846
  3049. package/dist/es2017/core/decrypt/create_or_load_session.d.ts +0 -63
  3050. package/dist/es2017/core/decrypt/create_or_load_session.js +0 -75
  3051. package/dist/es2017/core/decrypt/create_session.d.ts +0 -53
  3052. package/dist/es2017/core/decrypt/create_session.js +0 -150
  3053. package/dist/es2017/core/decrypt/dispose_decryption_resources.d.ts +0 -21
  3054. package/dist/es2017/core/decrypt/dispose_decryption_resources.js +0 -42
  3055. package/dist/es2017/core/decrypt/find_key_system.d.ts +0 -48
  3056. package/dist/es2017/core/decrypt/find_key_system.js +0 -281
  3057. package/dist/es2017/core/decrypt/get_media_keys.d.ts +0 -44
  3058. package/dist/es2017/core/decrypt/get_media_keys.js +0 -104
  3059. package/dist/es2017/core/decrypt/index.d.ts +0 -26
  3060. package/dist/es2017/core/decrypt/index.js +0 -26
  3061. package/dist/es2017/core/decrypt/init_media_keys.d.ts +0 -26
  3062. package/dist/es2017/core/decrypt/init_media_keys.js +0 -37
  3063. package/dist/es2017/core/decrypt/session_events_listener.d.ts +0 -75
  3064. package/dist/es2017/core/decrypt/session_events_listener.js +0 -249
  3065. package/dist/es2017/core/decrypt/set_server_certificate.d.ts +0 -51
  3066. package/dist/es2017/core/decrypt/set_server_certificate.js +0 -83
  3067. package/dist/es2017/core/decrypt/types.d.ts +0 -368
  3068. package/dist/es2017/core/decrypt/types.js +0 -55
  3069. package/dist/es2017/core/decrypt/utils/are_init_values_compatible.d.ts +0 -34
  3070. package/dist/es2017/core/decrypt/utils/are_init_values_compatible.js +0 -113
  3071. package/dist/es2017/core/decrypt/utils/check_key_statuses.d.ts +0 -52
  3072. package/dist/es2017/core/decrypt/utils/check_key_statuses.js +0 -165
  3073. package/dist/es2017/core/decrypt/utils/clean_old_loaded_sessions.d.ts +0 -26
  3074. package/dist/es2017/core/decrypt/utils/clean_old_stored_persistent_info.d.ts +0 -32
  3075. package/dist/es2017/core/decrypt/utils/get_drm_system_id.d.ts +0 -20
  3076. package/dist/es2017/core/decrypt/utils/get_drm_system_id.js +0 -37
  3077. package/dist/es2017/core/decrypt/utils/init_data_values_container.d.ts +0 -69
  3078. package/dist/es2017/core/decrypt/utils/init_data_values_container.js +0 -96
  3079. package/dist/es2017/core/decrypt/utils/is_session_usable.d.ts +0 -24
  3080. package/dist/es2017/core/decrypt/utils/is_session_usable.js +0 -49
  3081. package/dist/es2017/core/decrypt/utils/key_id_comparison.d.ts +0 -31
  3082. package/dist/es2017/core/decrypt/utils/key_id_comparison.js +0 -48
  3083. package/dist/es2017/core/decrypt/utils/key_session_record.d.ts +0 -104
  3084. package/dist/es2017/core/decrypt/utils/key_session_record.js +0 -153
  3085. package/dist/es2017/core/decrypt/utils/loaded_sessions_store.d.ts +0 -215
  3086. package/dist/es2017/core/decrypt/utils/loaded_sessions_store.js +0 -365
  3087. package/dist/es2017/core/decrypt/utils/media_keys_infos_store.d.ts +0 -56
  3088. package/dist/es2017/core/decrypt/utils/media_keys_infos_store.js +0 -44
  3089. package/dist/es2017/core/decrypt/utils/persistent_sessions_store.d.ts +0 -94
  3090. package/dist/es2017/core/decrypt/utils/persistent_sessions_store.js +0 -321
  3091. package/dist/es2017/core/decrypt/utils/serializable_bytes.d.ts +0 -44
  3092. package/dist/es2017/core/decrypt/utils/serializable_bytes.js +0 -46
  3093. package/dist/es2017/core/decrypt/utils/server_certificate_store.d.ts +0 -64
  3094. package/dist/es2017/core/decrypt/utils/server_certificate_store.js +0 -112
  3095. package/dist/es2017/core/init/directfile_content_initializer.d.ts +0 -97
  3096. package/dist/es2017/core/init/directfile_content_initializer.js +0 -227
  3097. package/dist/es2017/core/init/index.d.ts +0 -16
  3098. package/dist/es2017/core/init/index.js +0 -16
  3099. package/dist/es2017/core/init/media_source_content_initializer.d.ts +0 -180
  3100. package/dist/es2017/core/init/media_source_content_initializer.js +0 -563
  3101. package/dist/es2017/core/init/types.d.ts +0 -217
  3102. package/dist/es2017/core/init/types.js +0 -30
  3103. package/dist/es2017/core/init/utils/content_time_boundaries_observer.d.ts +0 -192
  3104. package/dist/es2017/core/init/utils/content_time_boundaries_observer.js +0 -469
  3105. package/dist/es2017/core/init/utils/create_media_source.d.ts +0 -37
  3106. package/dist/es2017/core/init/utils/create_media_source.js +0 -112
  3107. package/dist/es2017/core/init/utils/create_stream_playback_observer.d.ts +0 -45
  3108. package/dist/es2017/core/init/utils/create_stream_playback_observer.js +0 -85
  3109. package/dist/es2017/core/init/utils/end_of_stream.d.ts +0 -33
  3110. package/dist/es2017/core/init/utils/end_of_stream.js +0 -88
  3111. package/dist/es2017/core/init/utils/get_initial_time.d.ts +0 -76
  3112. package/dist/es2017/core/init/utils/get_initial_time.js +0 -112
  3113. package/dist/es2017/core/init/utils/get_loaded_reference.d.ts +0 -28
  3114. package/dist/es2017/core/init/utils/get_loaded_reference.js +0 -56
  3115. package/dist/es2017/core/init/utils/initial_seek_and_play.d.ts +0 -63
  3116. package/dist/es2017/core/init/utils/initial_seek_and_play.js +0 -128
  3117. package/dist/es2017/core/init/utils/initialize_content_decryption.d.ts +0 -80
  3118. package/dist/es2017/core/init/utils/initialize_content_decryption.js +0 -104
  3119. package/dist/es2017/core/init/utils/media_source_duration_updater.d.ts +0 -58
  3120. package/dist/es2017/core/init/utils/media_source_duration_updater.js +0 -263
  3121. package/dist/es2017/core/init/utils/rebuffering_controller.d.ts +0 -147
  3122. package/dist/es2017/core/init/utils/rebuffering_controller.js +0 -541
  3123. package/dist/es2017/core/init/utils/stream_events_emitter/are_same_stream_events.d.ts +0 -39
  3124. package/dist/es2017/core/init/utils/stream_events_emitter/are_same_stream_events.js +0 -35
  3125. package/dist/es2017/core/init/utils/stream_events_emitter/index.d.ts +0 -18
  3126. package/dist/es2017/core/init/utils/stream_events_emitter/index.js +0 -17
  3127. package/dist/es2017/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +0 -25
  3128. package/dist/es2017/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +0 -62
  3129. package/dist/es2017/core/init/utils/stream_events_emitter/stream_events_emitter.d.ts +0 -52
  3130. package/dist/es2017/core/init/utils/stream_events_emitter/stream_events_emitter.js +0 -178
  3131. package/dist/es2017/core/init/utils/stream_events_emitter/types.d.ts +0 -41
  3132. package/dist/es2017/core/init/utils/stream_events_emitter/types.js +0 -16
  3133. package/dist/es2017/core/init/utils/throw_on_media_error.d.ts +0 -23
  3134. package/dist/es2017/core/init/utils/throw_on_media_error.js +0 -58
  3135. package/dist/es2017/core/segment_buffers/garbage_collector.d.ts +0 -41
  3136. package/dist/es2017/core/segment_buffers/garbage_collector.js +0 -129
  3137. package/dist/es2017/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.d.ts +0 -182
  3138. package/dist/es2017/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +0 -435
  3139. package/dist/es2017/core/segment_buffers/implementations/audio_video/index.d.ts +0 -17
  3140. package/dist/es2017/core/segment_buffers/implementations/audio_video/index.js +0 -17
  3141. package/dist/es2017/core/segment_buffers/implementations/index.d.ts +0 -18
  3142. package/dist/es2017/core/segment_buffers/implementations/index.js +0 -18
  3143. package/dist/es2017/core/segment_buffers/implementations/text/html/html_text_segment_buffer.d.ts +0 -141
  3144. package/dist/es2017/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +0 -383
  3145. package/dist/es2017/core/segment_buffers/implementations/text/html/index.d.ts +0 -21
  3146. package/dist/es2017/core/segment_buffers/implementations/text/html/index.js +0 -21
  3147. package/dist/es2017/core/segment_buffers/implementations/text/html/parsers.d.ts +0 -30
  3148. package/dist/es2017/core/segment_buffers/implementations/text/html/parsers.js +0 -37
  3149. package/dist/es2017/core/segment_buffers/implementations/text/html/text_track_cues_store.d.ts +0 -79
  3150. package/dist/es2017/core/segment_buffers/implementations/text/html/text_track_cues_store.js +0 -370
  3151. package/dist/es2017/core/segment_buffers/implementations/text/html/types.d.ts +0 -25
  3152. package/dist/es2017/core/segment_buffers/implementations/text/html/types.js +0 -16
  3153. package/dist/es2017/core/segment_buffers/implementations/text/html/update_proportional_elements.d.ts +0 -30
  3154. package/dist/es2017/core/segment_buffers/implementations/text/html/update_proportional_elements.js +0 -77
  3155. package/dist/es2017/core/segment_buffers/implementations/text/html/utils.d.ts +0 -45
  3156. package/dist/es2017/core/segment_buffers/implementations/text/html/utils.js +0 -123
  3157. package/dist/es2017/core/segment_buffers/implementations/text/native/index.d.ts +0 -17
  3158. package/dist/es2017/core/segment_buffers/implementations/text/native/index.js +0 -17
  3159. package/dist/es2017/core/segment_buffers/implementations/text/native/native_text_segment_buffer.d.ts +0 -83
  3160. package/dist/es2017/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +0 -251
  3161. package/dist/es2017/core/segment_buffers/implementations/text/native/parsers.d.ts +0 -26
  3162. package/dist/es2017/core/segment_buffers/implementations/text/native/parsers.js +0 -37
  3163. package/dist/es2017/core/segment_buffers/implementations/types.d.ts +0 -320
  3164. package/dist/es2017/core/segment_buffers/implementations/types.js +0 -119
  3165. package/dist/es2017/core/segment_buffers/implementations/utils/manual_time_ranges.d.ts +0 -29
  3166. package/dist/es2017/core/segment_buffers/implementations/utils/manual_time_ranges.js +0 -63
  3167. package/dist/es2017/core/segment_buffers/index.d.ts +0 -21
  3168. package/dist/es2017/core/segment_buffers/index.js +0 -21
  3169. package/dist/es2017/core/segment_buffers/inventory/buffered_history.d.ts +0 -89
  3170. package/dist/es2017/core/segment_buffers/inventory/buffered_history.js +0 -90
  3171. package/dist/es2017/core/segment_buffers/inventory/index.d.ts +0 -21
  3172. package/dist/es2017/core/segment_buffers/inventory/index.js +0 -18
  3173. package/dist/es2017/core/segment_buffers/inventory/segment_inventory.d.ts +0 -207
  3174. package/dist/es2017/core/segment_buffers/inventory/segment_inventory.js +0 -822
  3175. package/dist/es2017/core/segment_buffers/inventory/types.d.ts +0 -27
  3176. package/dist/es2017/core/segment_buffers/inventory/types.js +0 -16
  3177. package/dist/es2017/core/segment_buffers/inventory/utils.d.ts +0 -33
  3178. package/dist/es2017/core/segment_buffers/inventory/utils.js +0 -49
  3179. package/dist/es2017/core/segment_buffers/segment_buffers_store.d.ts +0 -180
  3180. package/dist/es2017/core/segment_buffers/segment_buffers_store.js +0 -290
  3181. package/dist/es2017/core/stream/representation/utils/force_garbage_collection.d.ts +0 -29
  3182. package/dist/es2017/core/stream/representation/utils/force_garbage_collection.js +0 -91
  3183. package/dist/es2017/errors/assertion_error.d.ts +0 -31
  3184. package/dist/es2017/errors/assertion_error.js +0 -35
  3185. package/dist/es2017/errors/request_error.d.ts +0 -38
  3186. package/dist/es2017/errors/request_error.js +0 -55
  3187. package/dist/es2017/experimental/features/dash_wasm.d.ts +0 -23
  3188. package/dist/es2017/experimental/features/dash_wasm.js +0 -34
  3189. package/dist/es2017/experimental/features/debug_element.d.ts +0 -8
  3190. package/dist/es2017/experimental/features/debug_element.js +0 -10
  3191. package/dist/es2017/experimental/tools/parseBIFThumbnails/index.js +0 -29
  3192. package/dist/es2017/manifest/adaptation.d.ts +0 -113
  3193. package/dist/es2017/manifest/adaptation.js +0 -212
  3194. package/dist/es2017/manifest/manifest.d.ts +0 -265
  3195. package/dist/es2017/manifest/manifest.js +0 -362
  3196. package/dist/es2017/manifest/period.d.ts +0 -68
  3197. package/dist/es2017/manifest/period.js +0 -131
  3198. package/dist/es2017/manifest/representation.d.ts +0 -251
  3199. package/dist/es2017/manifest/representation.js +0 -288
  3200. package/dist/es2017/manifest/representation_index/index.d.ts +0 -18
  3201. package/dist/es2017/manifest/representation_index/index.js +0 -17
  3202. package/dist/es2017/manifest/representation_index/static.d.ts +0 -101
  3203. package/dist/es2017/manifest/representation_index/static.js +0 -139
  3204. package/dist/es2017/manifest/representation_index/types.d.ts +0 -420
  3205. package/dist/es2017/manifest/representation_index/types.js +0 -16
  3206. package/dist/es2017/manifest/update_period_in_place.d.ts +0 -49
  3207. package/dist/es2017/manifest/update_period_in_place.js +0 -106
  3208. package/dist/es2017/manifest/update_periods.d.ts +0 -47
  3209. package/dist/es2017/manifest/update_periods.js +0 -153
  3210. package/dist/es2017/parsers/manifest/dash/js-parser/index.d.ts +0 -17
  3211. package/dist/es2017/parsers/manifest/dash/js-parser/index.js +0 -17
  3212. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +0 -23
  3213. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +0 -311
  3214. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +0 -23
  3215. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +0 -30
  3216. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +0 -22
  3217. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +0 -21
  3218. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +0 -23
  3219. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +0 -94
  3220. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +0 -21
  3221. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +0 -39
  3222. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +0 -21
  3223. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.js +0 -144
  3224. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +0 -21
  3225. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.js +0 -112
  3226. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +0 -21
  3227. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.js +0 -189
  3228. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +0 -22
  3229. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +0 -89
  3230. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +0 -21
  3231. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +0 -23
  3232. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +0 -73
  3233. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +0 -21
  3234. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +0 -23
  3235. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +0 -49
  3236. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -187
  3237. package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.js +0 -306
  3238. package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_document.d.ts +0 -24
  3239. package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_document.js +0 -106
  3240. package/dist/es2017/utils/assert_unreachable.d.ts +0 -40
  3241. package/dist/es2017/utils/assert_unreachable.js +0 -43
  3242. package/dist/es2017/utils/initialization_segment_cache.d.ts +0 -42
  3243. package/dist/es2017/utils/initialization_segment_cache.js +0 -48
  3244. package/dist/rx-player.d.ts +0 -3
  3245. package/dist/rx-player.min.d.ts +0 -3
  3246. package/experimental/features/index.d.ts +0 -16
  3247. package/experimental/features/index.js +0 -16
  3248. package/experimental/index.d.ts +0 -16
  3249. package/experimental/index.js +0 -16
  3250. package/experimental/tools/VideoThumbnailLoader.d.ts +0 -18
  3251. package/experimental/tools/VideoThumbnailLoader.js +0 -18
  3252. package/experimental/tools/createMetaplaylist.d.ts +0 -18
  3253. package/experimental/tools/createMetaplaylist.js +0 -18
  3254. package/experimental/tools/index.d.ts +0 -16
  3255. package/experimental/tools/index.js +0 -16
  3256. package/experimental/tools/mediaCapabilitiesProber.d.ts +0 -18
  3257. package/experimental/tools/mediaCapabilitiesProber.js +0 -18
  3258. package/experimental/tools/parseBIFThumbnails.d.ts +0 -18
  3259. package/experimental/tools/parseBIFThumbnails.js +0 -18
  3260. package/features/index.d.ts +0 -16
  3261. package/features/index.js +0 -16
  3262. package/jest.config.js +0 -33
  3263. package/logger/index.d.ts +0 -17
  3264. package/logger/index.js +0 -17
  3265. package/manifest.mpd +0 -149
  3266. package/minimal/index.d.ts +0 -17
  3267. package/minimal/index.js +0 -17
  3268. package/scripts/README.md +0 -11
  3269. package/scripts/build/generate_build.mjs +0 -194
  3270. package/scripts/build/templates/experimental/features/index.d.ts +0 -16
  3271. package/scripts/build/templates/experimental/features/index.js +0 -16
  3272. package/scripts/build/templates/experimental/index.d.ts +0 -16
  3273. package/scripts/build/templates/experimental/index.js +0 -16
  3274. package/scripts/build/templates/experimental/tools/VideoThumbnailLoader.d.ts +0 -18
  3275. package/scripts/build/templates/experimental/tools/VideoThumbnailLoader.js +0 -18
  3276. package/scripts/build/templates/experimental/tools/createMetaplaylist.d.ts +0 -18
  3277. package/scripts/build/templates/experimental/tools/createMetaplaylist.js +0 -18
  3278. package/scripts/build/templates/experimental/tools/index.d.ts +0 -16
  3279. package/scripts/build/templates/experimental/tools/index.js +0 -16
  3280. package/scripts/build/templates/experimental/tools/mediaCapabilitiesProber.d.ts +0 -18
  3281. package/scripts/build/templates/experimental/tools/mediaCapabilitiesProber.js +0 -18
  3282. package/scripts/build/templates/experimental/tools/parseBIFThumbnails.d.ts +0 -18
  3283. package/scripts/build/templates/experimental/tools/parseBIFThumbnails.js +0 -18
  3284. package/scripts/build/templates/features/index.d.ts +0 -16
  3285. package/scripts/build/templates/features/index.js +0 -16
  3286. package/scripts/build/templates/logger/index.d.ts +0 -17
  3287. package/scripts/build/templates/logger/index.js +0 -17
  3288. package/scripts/build/templates/minimal/index.d.ts +0 -17
  3289. package/scripts/build/templates/minimal/index.js +0 -17
  3290. package/scripts/build/templates/tools/TextTrackRenderer.d.ts +0 -18
  3291. package/scripts/build/templates/tools/TextTrackRenderer.js +0 -18
  3292. package/scripts/build/templates/tools/index.d.ts +0 -16
  3293. package/scripts/build/templates/tools/index.js +0 -16
  3294. package/scripts/build/templates/tools/string-utils.d.ts +0 -18
  3295. package/scripts/build/templates/tools/string-utils.js +0 -18
  3296. package/scripts/build/templates/types/index.d.ts +0 -16
  3297. package/scripts/build/templates/types/index.js +0 -15
  3298. package/scripts/build_demo.mjs +0 -130
  3299. package/scripts/check_nodejs_import_compatibility.js +0 -60
  3300. package/scripts/deploy_new_demo +0 -123
  3301. package/scripts/generate_certificate +0 -19
  3302. package/scripts/generate_demo_list.mjs +0 -110
  3303. package/scripts/generate_documentation_list.mjs +0 -114
  3304. package/scripts/generate_standalone_demo.mjs +0 -109
  3305. package/scripts/launch_static_server.mjs +0 -163
  3306. package/scripts/list-npm-scripts.mjs +0 -207
  3307. package/scripts/run_standalone_demo.mjs +0 -32
  3308. package/scripts/start_demo_web_server.mjs +0 -59
  3309. package/scripts/update-version +0 -40
  3310. package/scripts/update_gh-pages_demo +0 -132
  3311. package/scripts/update_gh-pages_doc +0 -106
  3312. package/scripts/utils/display_webpack_errors.mjs +0 -33
  3313. package/scripts/utils/get_human_readable_hours.mjs +0 -12
  3314. package/scripts/utils/project_root_directory.mjs +0 -4
  3315. package/scripts/wasm-strip.mjs +0 -364
  3316. package/sonar-project.properties +0 -7
  3317. package/src/README.md +0 -137
  3318. package/src/compat/README.md +0 -29
  3319. package/src/compat/__tests__/add_text_track.test.ts +0 -131
  3320. package/src/compat/__tests__/browser_compatibility_types.test.ts +0 -131
  3321. package/src/compat/__tests__/browser_version.test.ts +0 -84
  3322. package/src/compat/__tests__/can_patch_isobmff.test.ts +0 -50
  3323. package/src/compat/__tests__/can_rely_on_video_visibility_and_size.test.ts +0 -78
  3324. package/src/compat/__tests__/can_reuse_media_keys.test.ts +0 -31
  3325. package/src/compat/__tests__/change_source_buffer_type.test.ts +0 -60
  3326. package/src/compat/__tests__/clear_element_src.test.ts +0 -252
  3327. package/src/compat/__tests__/enable_audio_track.test.ts +0 -341
  3328. package/src/compat/__tests__/is_codec_supported.test.ts +0 -78
  3329. package/src/compat/__tests__/is_seeking_approximate.test.ts +0 -48
  3330. package/src/compat/__tests__/is_vtt_cue.test.ts +0 -75
  3331. package/src/compat/__tests__/make_vtt_cue.test.ts +0 -99
  3332. package/src/compat/__tests__/patch_webkit_source_buffer.test.ts +0 -145
  3333. package/src/compat/__tests__/remove_cue.test.ts +0 -229
  3334. package/src/compat/__tests__/should_favour_custom_safari_EME.test.ts +0 -130
  3335. package/src/compat/__tests__/should_reload_media_source_on_decipherability_update.test.ts +0 -50
  3336. package/src/compat/__tests__/should_renew_media_key_system_access.test.ts +0 -55
  3337. package/src/compat/__tests__/should_unset_media_keys.test.ts +0 -53
  3338. package/src/compat/__tests__/should_validate_metadata.test.ts +0 -53
  3339. package/src/compat/__tests__/should_wait_for_data_before_loaded.test.ts +0 -121
  3340. package/src/compat/__tests__/should_wait_for_have_enough_data.test.ts +0 -36
  3341. package/src/compat/add_class_name.ts +0 -41
  3342. package/src/compat/add_text_track.ts +0 -54
  3343. package/src/compat/browser_compatibility_types.ts +0 -208
  3344. package/src/compat/browser_detection.ts +0 -155
  3345. package/src/compat/browser_version.ts +0 -44
  3346. package/src/compat/can_patch_isobmff.ts +0 -30
  3347. package/src/compat/can_rely_on_video_visibility_and_size.ts +0 -52
  3348. package/src/compat/can_reuse_media_keys.ts +0 -20
  3349. package/src/compat/change_source_buffer_type.ts +0 -66
  3350. package/src/compat/clear_element_src.ts +0 -55
  3351. package/src/compat/eme/close_session.ts +0 -111
  3352. package/src/compat/eme/constants.ts +0 -21
  3353. package/src/compat/eme/custom_key_system_access.ts +0 -67
  3354. package/src/compat/eme/custom_media_keys/ie11_media_keys.ts +0 -186
  3355. package/src/compat/eme/custom_media_keys/index.ts +0 -28
  3356. package/src/compat/eme/custom_media_keys/moz_media_keys_constructor.ts +0 -86
  3357. package/src/compat/eme/custom_media_keys/ms_media_keys_constructor.ts +0 -67
  3358. package/src/compat/eme/custom_media_keys/old_webkit_media_keys.ts +0 -235
  3359. package/src/compat/eme/custom_media_keys/types.ts +0 -67
  3360. package/src/compat/eme/custom_media_keys/webkit_media_keys.ts +0 -308
  3361. package/src/compat/eme/custom_media_keys/webkit_media_keys_constructor.ts +0 -48
  3362. package/src/compat/eme/eme-api-implementation.ts +0 -319
  3363. package/src/compat/eme/generate_key_request.ts +0 -162
  3364. package/src/compat/eme/get_init_data.ts +0 -159
  3365. package/src/compat/eme/get_uuid_kid_from_keystatus_kid.ts +0 -37
  3366. package/src/compat/eme/get_webkit_fairplay_initdata.ts +0 -75
  3367. package/src/compat/eme/index.ts +0 -47
  3368. package/src/compat/eme/load_session.ts +0 -67
  3369. package/src/compat/enable_audio_track.ts +0 -33
  3370. package/src/compat/event_listeners.ts +0 -589
  3371. package/src/compat/get_start_date.ts +0 -48
  3372. package/src/compat/global_scope.ts +0 -18
  3373. package/src/compat/has_issues_with_high_media_source_duration.ts +0 -27
  3374. package/src/compat/index.ts +0 -77
  3375. package/src/compat/is_codec_supported.ts +0 -62
  3376. package/src/compat/is_debug_mode_enabled.ts +0 -12
  3377. package/src/compat/is_node.ts +0 -21
  3378. package/src/compat/is_seeking_approximate.ts +0 -32
  3379. package/src/compat/is_vtt_cue.ts +0 -31
  3380. package/src/compat/is_worker.ts +0 -9
  3381. package/src/compat/make_vtt_cue.ts +0 -52
  3382. package/src/compat/on_height_width_change.ts +0 -114
  3383. package/src/compat/patch_webkit_source_buffer.ts +0 -90
  3384. package/src/compat/remove_cue.ts +0 -64
  3385. package/src/compat/should_favour_custom_safari_EME.ts +0 -34
  3386. package/src/compat/should_reload_media_source_on_decipherability_update.ts +0 -32
  3387. package/src/compat/should_renew_media_key_system_access.ts +0 -26
  3388. package/src/compat/should_unset_media_keys.ts +0 -27
  3389. package/src/compat/should_validate_metadata.ts +0 -27
  3390. package/src/compat/should_wait_for_data_before_loaded.ts +0 -35
  3391. package/src/compat/should_wait_for_have_enough_data.ts +0 -17
  3392. package/src/config.ts +0 -33
  3393. package/src/core/README.md +0 -56
  3394. package/src/core/adaptive/README.md +0 -147
  3395. package/src/core/adaptive/__tests__/buffer_based_chooser.test.ts +0 -548
  3396. package/src/core/adaptive/adaptive_representation_selector.ts +0 -817
  3397. package/src/core/adaptive/buffer_based_chooser.ts +0 -265
  3398. package/src/core/adaptive/guess_based_chooser.ts +0 -310
  3399. package/src/core/adaptive/index.ts +0 -45
  3400. package/src/core/adaptive/network_analyzer.ts +0 -421
  3401. package/src/core/adaptive/utils/__tests__/bandwith_estimator.test.ts +0 -134
  3402. package/src/core/adaptive/utils/__tests__/ewma.test.ts +0 -79
  3403. package/src/core/adaptive/utils/__tests__/filter_by_bitrate.test.ts +0 -56
  3404. package/src/core/adaptive/utils/__tests__/filter_by_resolution.test.ts +0 -82
  3405. package/src/core/adaptive/utils/__tests__/get_buffer_levels.test.ts +0 -48
  3406. package/src/core/adaptive/utils/__tests__/select_optimal_representation.test.ts +0 -67
  3407. package/src/core/adaptive/utils/bandwidth_estimator.ts +0 -88
  3408. package/src/core/adaptive/utils/ewma.ts +0 -59
  3409. package/src/core/adaptive/utils/filter_by_bitrate.ts +0 -46
  3410. package/src/core/adaptive/utils/filter_by_resolution.ts +0 -63
  3411. package/src/core/adaptive/utils/get_buffer_levels.ts +0 -50
  3412. package/src/core/adaptive/utils/last_estimate_storage.ts +0 -79
  3413. package/src/core/adaptive/utils/pending_requests_store.ts +0 -157
  3414. package/src/core/adaptive/utils/representation_score_calculator.ts +0 -168
  3415. package/src/core/adaptive/utils/select_optimal_representation.ts +0 -43
  3416. package/src/core/api/README.md +0 -36
  3417. package/src/core/api/__tests__/option_utils.test.ts +0 -996
  3418. package/src/core/api/__tests__/public_api.test.ts +0 -470
  3419. package/src/core/api/__tests__/utils.test.ts +0 -195
  3420. package/src/core/api/debug/buffer_graph.ts +0 -244
  3421. package/src/core/api/debug/buffer_size_graph.ts +0 -132
  3422. package/src/core/api/debug/constants.ts +0 -2
  3423. package/src/core/api/debug/index.ts +0 -3
  3424. package/src/core/api/debug/modules/general_info.ts +0 -189
  3425. package/src/core/api/debug/modules/segment_buffer_content.ts +0 -155
  3426. package/src/core/api/debug/modules/segment_buffer_size.ts +0 -48
  3427. package/src/core/api/debug/render.ts +0 -40
  3428. package/src/core/api/debug/utils.ts +0 -103
  3429. package/src/core/api/index.ts +0 -27
  3430. package/src/core/api/option_utils.ts +0 -438
  3431. package/src/core/api/playback_observer.ts +0 -1001
  3432. package/src/core/api/public_api.ts +0 -2908
  3433. package/src/core/api/track_management/README.md +0 -15
  3434. package/src/core/api/track_management/__tests__/media_element_tracks_store.test.ts +0 -184
  3435. package/src/core/api/track_management/index.ts +0 -20
  3436. package/src/core/api/track_management/media_element_tracks_store.ts +0 -806
  3437. package/src/core/api/track_management/track_dispatcher.ts +0 -267
  3438. package/src/core/api/track_management/tracks_store.ts +0 -1380
  3439. package/src/core/api/utils.ts +0 -226
  3440. package/src/core/decrypt/README.md +0 -22
  3441. package/src/core/decrypt/__tests__/__global__/get_license.test.ts +0 -422
  3442. package/src/core/decrypt/__tests__/__global__/init_data.test.ts +0 -677
  3443. package/src/core/decrypt/__tests__/__global__/media_key_system_access.test.ts +0 -644
  3444. package/src/core/decrypt/__tests__/__global__/media_keys.test.ts +0 -343
  3445. package/src/core/decrypt/__tests__/__global__/server_certificate.test.ts +0 -264
  3446. package/src/core/decrypt/__tests__/__global__/utils.ts +0 -491
  3447. package/src/core/decrypt/attach_media_keys.ts +0 -118
  3448. package/src/core/decrypt/clear_on_stop.ts +0 -47
  3449. package/src/core/decrypt/content_decryptor.ts +0 -1246
  3450. package/src/core/decrypt/create_or_load_session.ts +0 -133
  3451. package/src/core/decrypt/create_session.ts +0 -214
  3452. package/src/core/decrypt/dispose_decryption_resources.ts +0 -54
  3453. package/src/core/decrypt/find_key_system.ts +0 -386
  3454. package/src/core/decrypt/get_key_system_configuration.ts +0 -36
  3455. package/src/core/decrypt/get_media_keys.ts +0 -148
  3456. package/src/core/decrypt/index.ts +0 -33
  3457. package/src/core/decrypt/init_media_keys.ts +0 -51
  3458. package/src/core/decrypt/session_events_listener.ts +0 -343
  3459. package/src/core/decrypt/set_server_certificate.ts +0 -105
  3460. package/src/core/decrypt/types.ts +0 -404
  3461. package/src/core/decrypt/utils/__tests__/are_init_values_compatible.test.ts +0 -261
  3462. package/src/core/decrypt/utils/__tests__/clean_old_loaded_sessions.test.ts +0 -158
  3463. package/src/core/decrypt/utils/__tests__/clean_old_stored_persistent_info.test.ts +0 -133
  3464. package/src/core/decrypt/utils/are_init_values_compatible.ts +0 -140
  3465. package/src/core/decrypt/utils/check_key_statuses.ts +0 -229
  3466. package/src/core/decrypt/utils/clean_old_loaded_sessions.ts +0 -45
  3467. package/src/core/decrypt/utils/clean_old_stored_persistent_info.ts +0 -48
  3468. package/src/core/decrypt/utils/get_drm_system_id.ts +0 -42
  3469. package/src/core/decrypt/utils/init_data_values_container.ts +0 -119
  3470. package/src/core/decrypt/utils/is_session_usable.ts +0 -62
  3471. package/src/core/decrypt/utils/key_id_comparison.ts +0 -57
  3472. package/src/core/decrypt/utils/key_session_record.ts +0 -174
  3473. package/src/core/decrypt/utils/loaded_sessions_store.ts +0 -505
  3474. package/src/core/decrypt/utils/media_keys_infos_store.ts +0 -85
  3475. package/src/core/decrypt/utils/persistent_sessions_store.ts +0 -360
  3476. package/src/core/decrypt/utils/serializable_bytes.ts +0 -59
  3477. package/src/core/decrypt/utils/server_certificate_store.ts +0 -133
  3478. package/src/core/fetchers/README.md +0 -84
  3479. package/src/core/fetchers/cdn_prioritizer.ts +0 -207
  3480. package/src/core/fetchers/index.ts +0 -38
  3481. package/src/core/fetchers/manifest/index.ts +0 -28
  3482. package/src/core/fetchers/manifest/manifest_fetcher.ts +0 -792
  3483. package/src/core/fetchers/segment/__tests__/task_prioritizer.test.ts +0 -763
  3484. package/src/core/fetchers/segment/index.ts +0 -28
  3485. package/src/core/fetchers/segment/prioritized_segment_fetcher.ts +0 -113
  3486. package/src/core/fetchers/segment/segment_fetcher.ts +0 -499
  3487. package/src/core/fetchers/segment/segment_fetcher_creator.ts +0 -128
  3488. package/src/core/fetchers/segment/task_prioritizer.ts +0 -455
  3489. package/src/core/fetchers/utils/error_selector.ts +0 -38
  3490. package/src/core/fetchers/utils/schedule_request.ts +0 -442
  3491. package/src/core/init/README.md +0 -81
  3492. package/src/core/init/directfile_content_initializer.ts +0 -310
  3493. package/src/core/init/index.ts +0 -22
  3494. package/src/core/init/media_source_content_initializer.ts +0 -884
  3495. package/src/core/init/types.ts +0 -247
  3496. package/src/core/init/utils/__tests__/are_same_stream_events.test.ts +0 -84
  3497. package/src/core/init/utils/__tests__/refresh_scheduled_events_list.test.ts +0 -94
  3498. package/src/core/init/utils/content_time_boundaries_observer.ts +0 -646
  3499. package/src/core/init/utils/create_media_source.ts +0 -139
  3500. package/src/core/init/utils/create_stream_playback_observer.ts +0 -132
  3501. package/src/core/init/utils/end_of_stream.ts +0 -108
  3502. package/src/core/init/utils/get_initial_time.ts +0 -167
  3503. package/src/core/init/utils/get_loaded_reference.ts +0 -80
  3504. package/src/core/init/utils/initial_seek_and_play.ts +0 -183
  3505. package/src/core/init/utils/initialize_content_decryption.ts +0 -172
  3506. package/src/core/init/utils/media_source_duration_updater.ts +0 -349
  3507. package/src/core/init/utils/rebuffering_controller.ts +0 -756
  3508. package/src/core/init/utils/stream_events_emitter/are_same_stream_events.ts +0 -42
  3509. package/src/core/init/utils/stream_events_emitter/index.ts +0 -22
  3510. package/src/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.ts +0 -74
  3511. package/src/core/init/utils/stream_events_emitter/stream_events_emitter.ts +0 -252
  3512. package/src/core/init/utils/stream_events_emitter/types.ts +0 -46
  3513. package/src/core/init/utils/throw_on_media_error.ts +0 -74
  3514. package/src/core/segment_buffers/README.md +0 -219
  3515. package/src/core/segment_buffers/garbage_collector.ts +0 -177
  3516. package/src/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.ts +0 -642
  3517. package/src/core/segment_buffers/implementations/audio_video/index.ts +0 -18
  3518. package/src/core/segment_buffers/implementations/index.ts +0 -20
  3519. package/src/core/segment_buffers/implementations/text/html/__tests__/utils.test.ts +0 -343
  3520. package/src/core/segment_buffers/implementations/text/html/html_text_segment_buffer.ts +0 -527
  3521. package/src/core/segment_buffers/implementations/text/html/index.ts +0 -24
  3522. package/src/core/segment_buffers/implementations/text/html/parsers.ts +0 -49
  3523. package/src/core/segment_buffers/implementations/text/html/text_track_cues_store.ts +0 -391
  3524. package/src/core/segment_buffers/implementations/text/html/types.ts +0 -23
  3525. package/src/core/segment_buffers/implementations/text/html/update_proportional_elements.ts +0 -93
  3526. package/src/core/segment_buffers/implementations/text/html/utils.ts +0 -139
  3527. package/src/core/segment_buffers/implementations/text/native/index.ts +0 -19
  3528. package/src/core/segment_buffers/implementations/text/native/native_text_segment_buffer.ts +0 -335
  3529. package/src/core/segment_buffers/implementations/text/native/parsers.ts +0 -47
  3530. package/src/core/segment_buffers/implementations/types.ts +0 -380
  3531. package/src/core/segment_buffers/implementations/utils/manual_time_ranges.ts +0 -80
  3532. package/src/core/segment_buffers/index.ts +0 -70
  3533. package/src/core/segment_buffers/inventory/buffered_history.ts +0 -132
  3534. package/src/core/segment_buffers/inventory/index.ts +0 -32
  3535. package/src/core/segment_buffers/inventory/segment_inventory.ts +0 -1074
  3536. package/src/core/segment_buffers/inventory/types.ts +0 -35
  3537. package/src/core/segment_buffers/inventory/utils.ts +0 -61
  3538. package/src/core/segment_buffers/segment_buffers_store.ts +0 -369
  3539. package/src/core/stream/README.md +0 -59
  3540. package/src/core/stream/adaptation/adaptation_stream.ts +0 -438
  3541. package/src/core/stream/adaptation/get_representations_switch_strategy.ts +0 -194
  3542. package/src/core/stream/adaptation/index.ts +0 -20
  3543. package/src/core/stream/adaptation/types.ts +0 -229
  3544. package/src/core/stream/index.ts +0 -40
  3545. package/src/core/stream/orchestrator/README.md +0 -346
  3546. package/src/core/stream/orchestrator/get_time_ranges_for_content.ts +0 -70
  3547. package/src/core/stream/orchestrator/index.ts +0 -30
  3548. package/src/core/stream/orchestrator/stream_orchestrator.ts +0 -731
  3549. package/src/core/stream/period/index.ts +0 -20
  3550. package/src/core/stream/period/period_stream.ts +0 -502
  3551. package/src/core/stream/period/types.ts +0 -126
  3552. package/src/core/stream/period/utils/get_adaptation_switch_strategy.ts +0 -242
  3553. package/src/core/stream/representation/README.md +0 -16
  3554. package/src/core/stream/representation/index.ts +0 -20
  3555. package/src/core/stream/representation/representation_stream.ts +0 -482
  3556. package/src/core/stream/representation/types.ts +0 -308
  3557. package/src/core/stream/representation/utils/append_segment_to_buffer.ts +0 -77
  3558. package/src/core/stream/representation/utils/check_for_discontinuity.ts +0 -305
  3559. package/src/core/stream/representation/utils/downloading_queue.ts +0 -603
  3560. package/src/core/stream/representation/utils/force_garbage_collection.ts +0 -113
  3561. package/src/core/stream/representation/utils/get_buffer_status.ts +0 -320
  3562. package/src/core/stream/representation/utils/get_needed_segments.ts +0 -617
  3563. package/src/core/stream/representation/utils/get_segment_priority.ts +0 -43
  3564. package/src/core/stream/representation/utils/push_init_segment.ts +0 -84
  3565. package/src/core/stream/representation/utils/push_media_segment.ts +0 -113
  3566. package/src/default_config.ts +0 -1200
  3567. package/src/errors/README.md +0 -6
  3568. package/src/errors/__tests__/assertion_error.test.ts +0 -26
  3569. package/src/errors/__tests__/encrypted_media_error.test.ts +0 -45
  3570. package/src/errors/__tests__/error_message.test.ts +0 -23
  3571. package/src/errors/__tests__/format_error.test.ts +0 -62
  3572. package/src/errors/__tests__/is_known_error.test.ts +0 -61
  3573. package/src/errors/__tests__/media_error.test.ts +0 -55
  3574. package/src/errors/__tests__/network_error.test.ts +0 -72
  3575. package/src/errors/__tests__/other_error.test.ts +0 -53
  3576. package/src/errors/__tests__/request_error.test.ts +0 -29
  3577. package/src/errors/assertion_error.ts +0 -40
  3578. package/src/errors/custom_loader_error.ts +0 -52
  3579. package/src/errors/encrypted_media_error.ts +0 -73
  3580. package/src/errors/error_codes.ts +0 -149
  3581. package/src/errors/error_message.ts +0 -25
  3582. package/src/errors/format_error.ts +0 -39
  3583. package/src/errors/index.ts +0 -52
  3584. package/src/errors/is_known_error.ts +0 -35
  3585. package/src/errors/media_error.ts +0 -124
  3586. package/src/errors/network_error.ts +0 -72
  3587. package/src/errors/other_error.ts +0 -50
  3588. package/src/errors/request_error.ts +0 -70
  3589. package/src/experimental/README.md +0 -20
  3590. package/src/experimental/features/__tests__/dash_wasm.test.ts +0 -44
  3591. package/src/experimental/features/__tests__/debug_element.test.ts +0 -12
  3592. package/src/experimental/features/__tests__/index.test.ts +0 -19
  3593. package/src/experimental/features/__tests__/local.test.ts +0 -35
  3594. package/src/experimental/features/__tests__/metaplaylist.test.ts +0 -35
  3595. package/src/experimental/features/dash_wasm.ts +0 -41
  3596. package/src/experimental/features/debug_element.ts +0 -13
  3597. package/src/experimental/features/index.ts +0 -20
  3598. package/src/experimental/features/local.ts +0 -28
  3599. package/src/experimental/features/metaplaylist.ts +0 -28
  3600. package/src/experimental/index.ts +0 -5
  3601. package/src/experimental/tools/VideoThumbnailLoader/features/dash.ts +0 -23
  3602. package/src/experimental/tools/VideoThumbnailLoader/features/metaplaylist.ts +0 -23
  3603. package/src/experimental/tools/VideoThumbnailLoader/index.ts +0 -25
  3604. package/src/experimental/tools/VideoThumbnailLoader/load_and_push_segment.ts +0 -77
  3605. package/src/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.ts +0 -75
  3606. package/src/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.ts +0 -54
  3607. package/src/experimental/tools/VideoThumbnailLoader/types.ts +0 -39
  3608. package/src/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.ts +0 -425
  3609. package/src/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.ts +0 -34
  3610. package/src/experimental/tools/createMetaplaylist/get_duration_from_manifest.ts +0 -143
  3611. package/src/experimental/tools/createMetaplaylist/index.ts +0 -72
  3612. package/src/experimental/tools/index.ts +0 -27
  3613. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/capabilities.test.ts +0 -37
  3614. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/DRMInfos.test.ts +0 -140
  3615. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/HDCPPolicy.test.ts +0 -153
  3616. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/decodingInfos.test.ts +0 -405
  3617. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/defaultCodecFinder.test.ts +0 -136
  3618. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/mediaContentType.test.ts +0 -294
  3619. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/mediaDisplayInfos.test.ts +0 -190
  3620. package/src/experimental/tools/mediaCapabilitiesProber/__tests__/utils.test.ts +0 -361
  3621. package/src/experimental/tools/mediaCapabilitiesProber/api/index.ts +0 -184
  3622. package/src/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.ts +0 -136
  3623. package/src/experimental/tools/mediaCapabilitiesProber/capabilities.ts +0 -169
  3624. package/src/experimental/tools/mediaCapabilitiesProber/index.ts +0 -18
  3625. package/src/experimental/tools/mediaCapabilitiesProber/log.ts +0 -21
  3626. package/src/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.ts +0 -67
  3627. package/src/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.ts +0 -89
  3628. package/src/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.ts +0 -100
  3629. package/src/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.ts +0 -66
  3630. package/src/experimental/tools/mediaCapabilitiesProber/probers/index.ts +0 -44
  3631. package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.ts +0 -66
  3632. package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.ts +0 -100
  3633. package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.ts +0 -106
  3634. package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.ts +0 -55
  3635. package/src/experimental/tools/mediaCapabilitiesProber/types.ts +0 -75
  3636. package/src/experimental/tools/mediaCapabilitiesProber/utils.ts +0 -107
  3637. package/src/experimental/tools/parseBIFThumbnails/index.ts +0 -39
  3638. package/src/features/README.md +0 -11
  3639. package/src/features/__tests__/add_features.test.ts +0 -69
  3640. package/src/features/add_features.ts +0 -37
  3641. package/src/features/features_object.ts +0 -35
  3642. package/src/features/index.ts +0 -40
  3643. package/src/features/list/__tests__/dash.test.ts +0 -41
  3644. package/src/features/list/__tests__/directfile.test.ts +0 -35
  3645. package/src/features/list/__tests__/eme.test.ts +0 -28
  3646. package/src/features/list/__tests__/html_sami_parser.test.ts +0 -33
  3647. package/src/features/list/__tests__/html_srt_parser.test.ts +0 -33
  3648. package/src/features/list/__tests__/html_text_buffer.test.ts +0 -29
  3649. package/src/features/list/__tests__/html_ttml_parser.test.ts +0 -33
  3650. package/src/features/list/__tests__/html_vtt_parser.test.ts +0 -33
  3651. package/src/features/list/__tests__/index.test.ts +0 -49
  3652. package/src/features/list/__tests__/native_sami_parser.test.ts +0 -33
  3653. package/src/features/list/__tests__/native_srt_parser.test.ts +0 -33
  3654. package/src/features/list/__tests__/native_text_buffer.test.ts +0 -29
  3655. package/src/features/list/__tests__/native_ttml_parser.test.ts +0 -33
  3656. package/src/features/list/__tests__/native_vtt_parser.test.ts +0 -33
  3657. package/src/features/list/__tests__/smooth.test.ts +0 -36
  3658. package/src/features/list/dash.ts +0 -36
  3659. package/src/features/list/directfile.ts +0 -33
  3660. package/src/features/list/eme.ts +0 -29
  3661. package/src/features/list/html_sami_parser.ts +0 -31
  3662. package/src/features/list/html_srt_parser.ts +0 -31
  3663. package/src/features/list/html_text_buffer.ts +0 -29
  3664. package/src/features/list/html_ttml_parser.ts +0 -31
  3665. package/src/features/list/html_vtt_parser.ts +0 -31
  3666. package/src/features/list/index.ts +0 -30
  3667. package/src/features/list/native_sami_parser.ts +0 -32
  3668. package/src/features/list/native_srt_parser.ts +0 -32
  3669. package/src/features/list/native_text_buffer.ts +0 -30
  3670. package/src/features/list/native_ttml_parser.ts +0 -32
  3671. package/src/features/list/native_vtt_parser.ts +0 -32
  3672. package/src/features/list/smooth.ts +0 -32
  3673. package/src/features/types.ts +0 -156
  3674. package/src/globals.dev.d.ts +0 -15
  3675. package/src/globals.prod.d.ts +0 -15
  3676. package/src/index.ts +0 -60
  3677. package/src/log.ts +0 -22
  3678. package/src/manifest/README.md +0 -55
  3679. package/src/manifest/__tests__/adaptation.test.ts +0 -448
  3680. package/src/manifest/__tests__/manifest.test.ts +0 -487
  3681. package/src/manifest/__tests__/period.test.ts +0 -799
  3682. package/src/manifest/__tests__/representation.test.ts +0 -297
  3683. package/src/manifest/__tests__/update_period_in_place.test.ts +0 -1074
  3684. package/src/manifest/__tests__/update_periods.test.ts +0 -845
  3685. package/src/manifest/adaptation.ts +0 -307
  3686. package/src/manifest/index.ts +0 -59
  3687. package/src/manifest/manifest.ts +0 -650
  3688. package/src/manifest/period.ts +0 -188
  3689. package/src/manifest/representation.ts +0 -479
  3690. package/src/manifest/representation_index/__tests__/static.test.ts +0 -74
  3691. package/src/manifest/representation_index/index.ts +0 -29
  3692. package/src/manifest/representation_index/static.ts +0 -166
  3693. package/src/manifest/representation_index/types.ts +0 -458
  3694. package/src/manifest/types.ts +0 -30
  3695. package/src/manifest/update_period_in_place.ts +0 -142
  3696. package/src/manifest/update_periods.ts +0 -201
  3697. package/src/manifest/utils.ts +0 -60
  3698. package/src/minimal.ts +0 -34
  3699. package/src/parsers/README.md +0 -12
  3700. package/src/parsers/containers/isobmff/constants.ts +0 -24
  3701. package/src/parsers/containers/isobmff/create_box.ts +0 -81
  3702. package/src/parsers/containers/isobmff/drm/index.ts +0 -17
  3703. package/src/parsers/containers/isobmff/drm/playready.ts +0 -45
  3704. package/src/parsers/containers/isobmff/get_box.ts +0 -278
  3705. package/src/parsers/containers/isobmff/index.ts +0 -51
  3706. package/src/parsers/containers/isobmff/read.ts +0 -105
  3707. package/src/parsers/containers/isobmff/take_pssh_out.ts +0 -101
  3708. package/src/parsers/containers/isobmff/utils.ts +0 -555
  3709. package/src/parsers/containers/matroska/index.ts +0 -21
  3710. package/src/parsers/containers/matroska/utils.ts +0 -313
  3711. package/src/parsers/images/bif.ts +0 -128
  3712. package/src/parsers/manifest/dash/common/__tests__/attach_trickmode_track.test.ts +0 -65
  3713. package/src/parsers/manifest/dash/common/__tests__/convert_supplemental_codecs.test.ts +0 -37
  3714. package/src/parsers/manifest/dash/common/__tests__/flatten_overlapping_period.test.ts +0 -162
  3715. package/src/parsers/manifest/dash/common/__tests__/get_clock_offset.test.ts +0 -66
  3716. package/src/parsers/manifest/dash/common/__tests__/get_http_utc-timing_url.test.ts +0 -165
  3717. package/src/parsers/manifest/dash/common/__tests__/get_periods_time_infos.test.ts +0 -118
  3718. package/src/parsers/manifest/dash/common/__tests__/manifest_bounds_calculator.test.ts +0 -290
  3719. package/src/parsers/manifest/dash/common/__tests__/parse_availability_start_time.test.ts +0 -63
  3720. package/src/parsers/manifest/dash/common/attach_trickmode_track.ts +0 -55
  3721. package/src/parsers/manifest/dash/common/convert_supplemental_codecs.ts +0 -32
  3722. package/src/parsers/manifest/dash/common/flatten_overlapping_periods.ts +0 -87
  3723. package/src/parsers/manifest/dash/common/get_clock_offset.ts +0 -42
  3724. package/src/parsers/manifest/dash/common/get_hdr_information.ts +0 -94
  3725. package/src/parsers/manifest/dash/common/get_http_utc-timing_url.ts +0 -46
  3726. package/src/parsers/manifest/dash/common/get_minimum_and_maximum_positions.ts +0 -39
  3727. package/src/parsers/manifest/dash/common/get_periods_time_infos.ts +0 -91
  3728. package/src/parsers/manifest/dash/common/index.ts +0 -40
  3729. package/src/parsers/manifest/dash/common/indexes/__tests__/tokens.test.ts +0 -60
  3730. package/src/parsers/manifest/dash/common/indexes/base.ts +0 -435
  3731. package/src/parsers/manifest/dash/common/indexes/get_init_segment.ts +0 -55
  3732. package/src/parsers/manifest/dash/common/indexes/get_segments_from_timeline.ts +0 -148
  3733. package/src/parsers/manifest/dash/common/indexes/index.ts +0 -39
  3734. package/src/parsers/manifest/dash/common/indexes/list.ts +0 -346
  3735. package/src/parsers/manifest/dash/common/indexes/template.ts +0 -661
  3736. package/src/parsers/manifest/dash/common/indexes/timeline/__tests__/parse_s_element.test.ts +0 -115
  3737. package/src/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.ts +0 -54
  3738. package/src/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.ts +0 -102
  3739. package/src/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.ts +0 -66
  3740. package/src/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.ts +0 -153
  3741. package/src/parsers/manifest/dash/common/indexes/timeline/index.ts +0 -21
  3742. package/src/parsers/manifest/dash/common/indexes/timeline/parse_s_element.ts +0 -72
  3743. package/src/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.ts +0 -1060
  3744. package/src/parsers/manifest/dash/common/indexes/tokens.ts +0 -127
  3745. package/src/parsers/manifest/dash/common/indexes/utils.ts +0 -32
  3746. package/src/parsers/manifest/dash/common/infer_adaptation_type.ts +0 -136
  3747. package/src/parsers/manifest/dash/common/manifest_bounds_calculator.ts +0 -171
  3748. package/src/parsers/manifest/dash/common/parse_adaptation_sets.ts +0 -568
  3749. package/src/parsers/manifest/dash/common/parse_availability_start_time.ts +0 -35
  3750. package/src/parsers/manifest/dash/common/parse_mpd.ts +0 -400
  3751. package/src/parsers/manifest/dash/common/parse_periods.ts +0 -369
  3752. package/src/parsers/manifest/dash/common/parse_representation_index.ts +0 -199
  3753. package/src/parsers/manifest/dash/common/parse_representations.ts +0 -352
  3754. package/src/parsers/manifest/dash/common/resolve_base_urls.ts +0 -58
  3755. package/src/parsers/manifest/dash/index.ts +0 -22
  3756. package/src/parsers/manifest/dash/js-parser/__tests__/parse_from_document.test.ts +0 -43
  3757. package/src/parsers/manifest/dash/js-parser/index.ts +0 -18
  3758. package/src/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.ts +0 -387
  3759. package/src/parsers/manifest/dash/js-parser/node_parsers/BaseURL.ts +0 -35
  3760. package/src/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.ts +0 -49
  3761. package/src/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.ts +0 -94
  3762. package/src/parsers/manifest/dash/js-parser/node_parsers/EventStream.ts +0 -117
  3763. package/src/parsers/manifest/dash/js-parser/node_parsers/Initialization.ts +0 -48
  3764. package/src/parsers/manifest/dash/js-parser/node_parsers/MPD.ts +0 -180
  3765. package/src/parsers/manifest/dash/js-parser/node_parsers/Period.ts +0 -152
  3766. package/src/parsers/manifest/dash/js-parser/node_parsers/Representation.ts +0 -237
  3767. package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.ts +0 -112
  3768. package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentList.ts +0 -50
  3769. package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.ts +0 -98
  3770. package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.ts +0 -35
  3771. package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.ts +0 -63
  3772. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/AdaptationSet.test.ts +0 -573
  3773. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/ContentComponent.test.ts +0 -67
  3774. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/ContentProtection.test.ts +0 -223
  3775. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/Initialization.test.ts +0 -139
  3776. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/SegmentTimeline.test.ts +0 -119
  3777. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/SegmentURL.test.ts +0 -205
  3778. package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/utils.test.ts +0 -218
  3779. package/src/parsers/manifest/dash/js-parser/node_parsers/utils.ts +0 -404
  3780. package/src/parsers/manifest/dash/js-parser/parse_from_document.ts +0 -129
  3781. package/src/parsers/manifest/dash/node_parser_types.ts +0 -431
  3782. package/src/parsers/manifest/dash/parsers_types.ts +0 -91
  3783. package/src/parsers/manifest/dash/wasm-parser/Cargo.lock +0 -25
  3784. package/src/parsers/manifest/dash/wasm-parser/Cargo.toml +0 -16
  3785. package/src/parsers/manifest/dash/wasm-parser/README.md +0 -267
  3786. package/src/parsers/manifest/dash/wasm-parser/index.ts +0 -21
  3787. package/src/parsers/manifest/dash/wasm-parser/rs/errors.rs +0 -28
  3788. package/src/parsers/manifest/dash/wasm-parser/rs/events.rs +0 -383
  3789. package/src/parsers/manifest/dash/wasm-parser/rs/lib.rs +0 -85
  3790. package/src/parsers/manifest/dash/wasm-parser/rs/processor/attributes.rs +0 -414
  3791. package/src/parsers/manifest/dash/wasm-parser/rs/processor/mod.rs +0 -472
  3792. package/src/parsers/manifest/dash/wasm-parser/rs/processor/s_element.rs +0 -72
  3793. package/src/parsers/manifest/dash/wasm-parser/rs/reader.rs +0 -17
  3794. package/src/parsers/manifest/dash/wasm-parser/rs/reportable.rs +0 -147
  3795. package/src/parsers/manifest/dash/wasm-parser/rs/utils.rs +0 -266
  3796. package/src/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.ts +0 -478
  3797. package/src/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.ts +0 -340
  3798. package/src/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.ts +0 -38
  3799. package/src/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.ts +0 -53
  3800. package/src/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.ts +0 -62
  3801. package/src/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.ts +0 -144
  3802. package/src/parsers/manifest/dash/wasm-parser/ts/generators/MPD.ts +0 -183
  3803. package/src/parsers/manifest/dash/wasm-parser/ts/generators/Period.ts +0 -180
  3804. package/src/parsers/manifest/dash/wasm-parser/ts/generators/Representation.ts +0 -214
  3805. package/src/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.ts +0 -44
  3806. package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.ts +0 -115
  3807. package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.ts +0 -61
  3808. package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.ts +0 -133
  3809. package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.ts +0 -70
  3810. package/src/parsers/manifest/dash/wasm-parser/ts/generators/XLink.ts +0 -66
  3811. package/src/parsers/manifest/dash/wasm-parser/ts/generators/index.ts +0 -17
  3812. package/src/parsers/manifest/dash/wasm-parser/ts/generators/root.ts +0 -66
  3813. package/src/parsers/manifest/dash/wasm-parser/ts/parsers_stack.ts +0 -80
  3814. package/src/parsers/manifest/dash/wasm-parser/ts/types.ts +0 -298
  3815. package/src/parsers/manifest/dash/wasm-parser/ts/utils.ts +0 -47
  3816. package/src/parsers/manifest/index.ts +0 -17
  3817. package/src/parsers/manifest/local/index.ts +0 -25
  3818. package/src/parsers/manifest/local/parse_local_manifest.ts +0 -165
  3819. package/src/parsers/manifest/local/representation_index.ts +0 -254
  3820. package/src/parsers/manifest/local/types.ts +0 -291
  3821. package/src/parsers/manifest/metaplaylist/index.ts +0 -28
  3822. package/src/parsers/manifest/metaplaylist/metaplaylist_parser.ts +0 -336
  3823. package/src/parsers/manifest/metaplaylist/representation_index.ts +0 -272
  3824. package/src/parsers/manifest/smooth/create_parser.ts +0 -690
  3825. package/src/parsers/manifest/smooth/get_codecs.ts +0 -55
  3826. package/src/parsers/manifest/smooth/index.ts +0 -26
  3827. package/src/parsers/manifest/smooth/parse_C_nodes.ts +0 -69
  3828. package/src/parsers/manifest/smooth/parse_protection_node.ts +0 -72
  3829. package/src/parsers/manifest/smooth/representation_index.ts +0 -563
  3830. package/src/parsers/manifest/smooth/shared_smooth_segment_timeline.ts +0 -242
  3831. package/src/parsers/manifest/smooth/utils/add_segment_infos.ts +0 -75
  3832. package/src/parsers/manifest/smooth/utils/parseBoolean.ts +0 -31
  3833. package/src/parsers/manifest/smooth/utils/reduceChildren.ts +0 -36
  3834. package/src/parsers/manifest/smooth/utils/tokens.ts +0 -46
  3835. package/src/parsers/manifest/types.ts +0 -394
  3836. package/src/parsers/manifest/utils/__tests__/get_first_time_from_adaptations.test.ts +0 -163
  3837. package/src/parsers/manifest/utils/__tests__/get_last_time_from_adaptation.test.ts +0 -163
  3838. package/src/parsers/manifest/utils/__tests__/index_helpers.test.ts +0 -55
  3839. package/src/parsers/manifest/utils/__tests__/update_segment_timeline.test.ts +0 -545
  3840. package/src/parsers/manifest/utils/check_manifest_ids.ts +0 -83
  3841. package/src/parsers/manifest/utils/clear_timeline_from_position.ts +0 -74
  3842. package/src/parsers/manifest/utils/get_first_time_from_adaptation.ts +0 -48
  3843. package/src/parsers/manifest/utils/get_last_time_from_adaptation.ts +0 -50
  3844. package/src/parsers/manifest/utils/get_maximum_positions.ts +0 -87
  3845. package/src/parsers/manifest/utils/get_minimum_position.ts +0 -80
  3846. package/src/parsers/manifest/utils/index_helpers.ts +0 -204
  3847. package/src/parsers/manifest/utils/update_segment_timeline.ts +0 -141
  3848. package/src/parsers/texttracks/index.ts +0 -21
  3849. package/src/parsers/texttracks/sami/html.ts +0 -219
  3850. package/src/parsers/texttracks/sami/native.ts +0 -192
  3851. package/src/parsers/texttracks/srt/__tests__/find_end_of_cue_block.test.ts +0 -99
  3852. package/src/parsers/texttracks/srt/__tests__/get_cue_blocks.test.ts +0 -119
  3853. package/src/parsers/texttracks/srt/__tests__/parse_cue.test.ts +0 -123
  3854. package/src/parsers/texttracks/srt/__tests__/parse_timestamp.test.ts +0 -36
  3855. package/src/parsers/texttracks/srt/find_end_of_cue_block.ts +0 -46
  3856. package/src/parsers/texttracks/srt/get_cue_blocks.ts +0 -49
  3857. package/src/parsers/texttracks/srt/html.ts +0 -182
  3858. package/src/parsers/texttracks/srt/native.ts +0 -74
  3859. package/src/parsers/texttracks/srt/parse_cue.ts +0 -76
  3860. package/src/parsers/texttracks/srt/parse_timestamp.ts +0 -37
  3861. package/src/parsers/texttracks/ttml/__tests__/resolve_styles_inheritance.test.ts +0 -248
  3862. package/src/parsers/texttracks/ttml/get_parameters.ts +0 -106
  3863. package/src/parsers/texttracks/ttml/get_styling.ts +0 -146
  3864. package/src/parsers/texttracks/ttml/get_time_delimiters.ts +0 -49
  3865. package/src/parsers/texttracks/ttml/html/__tests__/__global__/html_ttml_parser.test.test.ts +0 -191
  3866. package/src/parsers/texttracks/ttml/html/__tests__/generate_css_test_outline.test.ts +0 -32
  3867. package/src/parsers/texttracks/ttml/html/__tests__/ttml_color_to_css_color.test.ts +0 -62
  3868. package/src/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.ts +0 -67
  3869. package/src/parsers/texttracks/ttml/html/apply_extent.ts +0 -65
  3870. package/src/parsers/texttracks/ttml/html/apply_font_size.ts +0 -62
  3871. package/src/parsers/texttracks/ttml/html/apply_line_height.ts +0 -48
  3872. package/src/parsers/texttracks/ttml/html/apply_origin.ts +0 -64
  3873. package/src/parsers/texttracks/ttml/html/apply_padding.ts +0 -141
  3874. package/src/parsers/texttracks/ttml/html/create_element.ts +0 -549
  3875. package/src/parsers/texttracks/ttml/html/generate_css_test_outline.ts +0 -46
  3876. package/src/parsers/texttracks/ttml/html/index.ts +0 -23
  3877. package/src/parsers/texttracks/ttml/html/parse_cue.ts +0 -65
  3878. package/src/parsers/texttracks/ttml/html/parse_ttml_to_div.ts +0 -58
  3879. package/src/parsers/texttracks/ttml/html/ttml_color_to_css_color.ts +0 -68
  3880. package/src/parsers/texttracks/ttml/native/index.ts +0 -23
  3881. package/src/parsers/texttracks/ttml/native/parse_cue.ts +0 -245
  3882. package/src/parsers/texttracks/ttml/native/parse_ttml_to_vtt.ts +0 -39
  3883. package/src/parsers/texttracks/ttml/parse_ttml.ts +0 -206
  3884. package/src/parsers/texttracks/ttml/regexps.ts +0 -65
  3885. package/src/parsers/texttracks/ttml/resolve_styles_inheritance.ts +0 -84
  3886. package/src/parsers/texttracks/ttml/time_parsing.ts +0 -156
  3887. package/src/parsers/texttracks/ttml/xml_utils.ts +0 -166
  3888. package/src/parsers/texttracks/types.ts +0 -34
  3889. package/src/parsers/texttracks/webvtt/__tests__/get_cue_blocks.test.ts +0 -218
  3890. package/src/parsers/texttracks/webvtt/__tests__/get_style_blocks.test.ts +0 -65
  3891. package/src/parsers/texttracks/webvtt/__tests__/parse_cue_block.test.ts +0 -249
  3892. package/src/parsers/texttracks/webvtt/__tests__/parse_timestamp.test.ts +0 -39
  3893. package/src/parsers/texttracks/webvtt/__tests__/utils.test.ts +0 -401
  3894. package/src/parsers/texttracks/webvtt/get_cue_blocks.ts +0 -51
  3895. package/src/parsers/texttracks/webvtt/get_style_blocks.ts +0 -56
  3896. package/src/parsers/texttracks/webvtt/html/__tests__/convert_payload_to_html.test.ts +0 -108
  3897. package/src/parsers/texttracks/webvtt/html/__tests__/create_default_style_elements.test.ts +0 -44
  3898. package/src/parsers/texttracks/webvtt/html/__tests__/create_style_attribute.test.ts +0 -139
  3899. package/src/parsers/texttracks/webvtt/html/__tests__/create_styled_element.test.ts +0 -140
  3900. package/src/parsers/texttracks/webvtt/html/__tests__/parse_style_block.test.ts +0 -345
  3901. package/src/parsers/texttracks/webvtt/html/__tests__/parse_webvtt_to_div.test.ts +0 -181
  3902. package/src/parsers/texttracks/webvtt/html/__tests__/to_html.test.ts +0 -234
  3903. package/src/parsers/texttracks/webvtt/html/convert_payload_to_html.ts +0 -46
  3904. package/src/parsers/texttracks/webvtt/html/create_default_style_elements.ts +0 -26
  3905. package/src/parsers/texttracks/webvtt/html/create_style_attribute.ts +0 -222
  3906. package/src/parsers/texttracks/webvtt/html/create_styled_element.ts +0 -95
  3907. package/src/parsers/texttracks/webvtt/html/index.ts +0 -25
  3908. package/src/parsers/texttracks/webvtt/html/parse_style_block.ts +0 -76
  3909. package/src/parsers/texttracks/webvtt/html/parse_webvtt_to_div.ts +0 -67
  3910. package/src/parsers/texttracks/webvtt/html/to_html.ts +0 -96
  3911. package/src/parsers/texttracks/webvtt/native/index.ts +0 -23
  3912. package/src/parsers/texttracks/webvtt/native/parse_vtt_to_cues.ts +0 -70
  3913. package/src/parsers/texttracks/webvtt/native/set_settings_on_cue.ts +0 -95
  3914. package/src/parsers/texttracks/webvtt/native/to_native_cue.ts +0 -34
  3915. package/src/parsers/texttracks/webvtt/parse_cue_block.ts +0 -128
  3916. package/src/parsers/texttracks/webvtt/parse_timestamp.ts +0 -40
  3917. package/src/parsers/texttracks/webvtt/utils.ts +0 -135
  3918. package/src/public_types.ts +0 -1013
  3919. package/src/tools/README.md +0 -8
  3920. package/src/tools/TextTrackRenderer/index.ts +0 -28
  3921. package/src/tools/TextTrackRenderer/text_track_renderer.ts +0 -108
  3922. package/src/tools/index.ts +0 -20
  3923. package/src/tools/string_utils/index.ts +0 -24
  3924. package/src/transports/README.md +0 -276
  3925. package/src/transports/dash/add_segment_integrity_checks_to_loader.ts +0 -97
  3926. package/src/transports/dash/construct_segment_url.ts +0 -28
  3927. package/src/transports/dash/extract_complete_chunks.ts +0 -66
  3928. package/src/transports/dash/get_events_out_of_emsgs.ts +0 -105
  3929. package/src/transports/dash/index.ts +0 -23
  3930. package/src/transports/dash/init_segment_loader.ts +0 -119
  3931. package/src/transports/dash/low_latency_segment_loader.ts +0 -87
  3932. package/src/transports/dash/manifest_parser.ts +0 -330
  3933. package/src/transports/dash/pipelines.ts +0 -66
  3934. package/src/transports/dash/segment_loader.ts +0 -255
  3935. package/src/transports/dash/segment_parser.ts +0 -188
  3936. package/src/transports/dash/text_loader.ts +0 -122
  3937. package/src/transports/dash/text_parser.ts +0 -228
  3938. package/src/transports/index.ts +0 -17
  3939. package/src/transports/local/index.ts +0 -18
  3940. package/src/transports/local/pipelines.ts +0 -91
  3941. package/src/transports/local/segment_loader.ts +0 -196
  3942. package/src/transports/local/segment_parser.ts +0 -102
  3943. package/src/transports/local/text_parser.ts +0 -185
  3944. package/src/transports/metaplaylist/README.md +0 -94
  3945. package/src/transports/metaplaylist/index.ts +0 -23
  3946. package/src/transports/metaplaylist/manifest_loader.ts +0 -63
  3947. package/src/transports/metaplaylist/pipelines.ts +0 -381
  3948. package/src/transports/smooth/extract_timings_infos.ts +0 -142
  3949. package/src/transports/smooth/index.ts +0 -23
  3950. package/src/transports/smooth/is_mp4_embedded_track.ts +0 -25
  3951. package/src/transports/smooth/isobmff/__tests__/create_boxes.test.ts +0 -231
  3952. package/src/transports/smooth/isobmff/create_audio_init_segment.ts +0 -84
  3953. package/src/transports/smooth/isobmff/create_boxes.ts +0 -481
  3954. package/src/transports/smooth/isobmff/create_init_segment.ts +0 -100
  3955. package/src/transports/smooth/isobmff/create_traf_box.ts +0 -40
  3956. package/src/transports/smooth/isobmff/create_video_init_segment.ts +0 -78
  3957. package/src/transports/smooth/isobmff/get_aaces_header.ts +0 -62
  3958. package/src/transports/smooth/isobmff/index.ts +0 -32
  3959. package/src/transports/smooth/isobmff/parse_tfrf.ts +0 -57
  3960. package/src/transports/smooth/isobmff/parse_tfxd.ts +0 -38
  3961. package/src/transports/smooth/isobmff/patch_segment.ts +0 -171
  3962. package/src/transports/smooth/pipelines.ts +0 -378
  3963. package/src/transports/smooth/segment_loader.ts +0 -292
  3964. package/src/transports/smooth/utils.ts +0 -45
  3965. package/src/transports/types.ts +0 -820
  3966. package/src/transports/utils/__tests__/byte_range.test.ts +0 -35
  3967. package/src/transports/utils/__tests__/check_isobmff_integrity.test.ts +0 -148
  3968. package/src/transports/utils/__tests__/find_complete_box.test.ts +0 -138
  3969. package/src/transports/utils/__tests__/infer_segment_container.test.ts +0 -80
  3970. package/src/transports/utils/byte_range.ts +0 -25
  3971. package/src/transports/utils/call_custom_manifest_loader.ts +0 -146
  3972. package/src/transports/utils/check_isobmff_integrity.ts +0 -50
  3973. package/src/transports/utils/find_complete_box.ts +0 -63
  3974. package/src/transports/utils/generate_manifest_loader.ts +0 -100
  3975. package/src/transports/utils/get_isobmff_timing_infos.ts +0 -86
  3976. package/src/transports/utils/infer_segment_container.ts +0 -50
  3977. package/src/transports/utils/parse_text_track.ts +0 -170
  3978. package/src/typings/README.md +0 -7
  3979. package/src/utils/README.md +0 -5
  3980. package/src/utils/__tests__/are_arrays_of_numbers_equal.test.ts +0 -86
  3981. package/src/utils/__tests__/are_codecs_compatible.test.ts +0 -88
  3982. package/src/utils/__tests__/array_find.test.ts +0 -113
  3983. package/src/utils/__tests__/array_find_index.test.ts +0 -113
  3984. package/src/utils/__tests__/array_includes.test.ts +0 -151
  3985. package/src/utils/__tests__/assert.test.ts +0 -237
  3986. package/src/utils/__tests__/assert_unreachable.test.ts +0 -40
  3987. package/src/utils/__tests__/base64.test.ts +0 -149
  3988. package/src/utils/__tests__/byte_parsing.test.ts +0 -267
  3989. package/src/utils/__tests__/deep_merge.test.ts +0 -48
  3990. package/src/utils/__tests__/event_emitter.test.ts +0 -579
  3991. package/src/utils/__tests__/flat_map.test.ts +0 -71
  3992. package/src/utils/__tests__/get_fuzzed_delay.test.ts +0 -32
  3993. package/src/utils/__tests__/hash_buffer.test.ts +0 -105
  3994. package/src/utils/__tests__/id_generator.test.ts +0 -83
  3995. package/src/utils/__tests__/initialization_segment_cache.test.ts +0 -245
  3996. package/src/utils/__tests__/is_non_empty_string.test.ts +0 -41
  3997. package/src/utils/__tests__/is_null_or_undefined.test.ts +0 -33
  3998. package/src/utils/__tests__/logger.test.ts +0 -214
  3999. package/src/utils/__tests__/noop.test.ts +0 -23
  4000. package/src/utils/__tests__/object_assign.test.ts +0 -56
  4001. package/src/utils/__tests__/object_values.test.ts +0 -26
  4002. package/src/utils/__tests__/ranges.test.ts +0 -1214
  4003. package/src/utils/__tests__/resolve_url.test.ts +0 -100
  4004. package/src/utils/__tests__/sorted_list.test.ts +0 -335
  4005. package/src/utils/__tests__/starts_with.test.ts +0 -65
  4006. package/src/utils/__tests__/string_parsing.test.ts +0 -267
  4007. package/src/utils/__tests__/warn_once.test.ts +0 -38
  4008. package/src/utils/__tests__/weak_map_memory.test.ts +0 -188
  4009. package/src/utils/are_arrays_of_numbers_equal.ts +0 -39
  4010. package/src/utils/are_codecs_compatible.ts +0 -51
  4011. package/src/utils/array_find.ts +0 -55
  4012. package/src/utils/array_find_index.ts +0 -54
  4013. package/src/utils/array_includes.ts +0 -93
  4014. package/src/utils/assert.ts +0 -65
  4015. package/src/utils/assert_unreachable.ts +0 -45
  4016. package/src/utils/base64.ts +0 -153
  4017. package/src/utils/byte_parsing.ts +0 -256
  4018. package/src/utils/cancellable_sleep.ts +0 -41
  4019. package/src/utils/create_cancellable_promise.ts +0 -69
  4020. package/src/utils/deep_merge.ts +0 -49
  4021. package/src/utils/event_emitter.ts +0 -147
  4022. package/src/utils/flat_map.ts +0 -50
  4023. package/src/utils/get_fuzzed_delay.ts +0 -27
  4024. package/src/utils/hash_buffer.ts +0 -42
  4025. package/src/utils/id_generator.ts +0 -35
  4026. package/src/utils/initialization_segment_cache.ts +0 -68
  4027. package/src/utils/is_non_empty_string.ts +0 -23
  4028. package/src/utils/is_null_or_undefined.ts +0 -27
  4029. package/src/utils/languages/ISO_639-1_to_ISO_639-3.ts +0 -207
  4030. package/src/utils/languages/ISO_639-2_to_ISO_639-3.ts +0 -43
  4031. package/src/utils/languages/__tests__/normalize.test.ts +0 -290
  4032. package/src/utils/languages/index.ts +0 -29
  4033. package/src/utils/languages/normalize.ts +0 -152
  4034. package/src/utils/logger.ts +0 -100
  4035. package/src/utils/monotonic_timestamp.ts +0 -12
  4036. package/src/utils/noop.ts +0 -26
  4037. package/src/utils/object_assign.ts +0 -60
  4038. package/src/utils/object_values.ts +0 -31
  4039. package/src/utils/queue_microtask.ts +0 -7
  4040. package/src/utils/ranges.ts +0 -595
  4041. package/src/utils/reference.ts +0 -390
  4042. package/src/utils/request/fetch.ts +0 -279
  4043. package/src/utils/request/index.ts +0 -38
  4044. package/src/utils/request/xhr.ts +0 -319
  4045. package/src/utils/resolve_url.ts +0 -126
  4046. package/src/utils/retry_promise_with_backoff.ts +0 -95
  4047. package/src/utils/sleep.ts +0 -14
  4048. package/src/utils/slice_uint8array.ts +0 -53
  4049. package/src/utils/sorted_list.ts +0 -240
  4050. package/src/utils/starts_with.ts +0 -42
  4051. package/src/utils/string_parsing.ts +0 -415
  4052. package/src/utils/task_canceller.ts +0 -367
  4053. package/src/utils/warn_once.ts +0 -34
  4054. package/src/utils/weak_map_memory.ts +0 -89
  4055. package/src/utils/wrapInPromise.ts +0 -24
  4056. package/tools/TextTrackRenderer.d.ts +0 -18
  4057. package/tools/TextTrackRenderer.js +0 -18
  4058. package/tools/index.d.ts +0 -16
  4059. package/tools/index.js +0 -16
  4060. package/tools/string-utils.d.ts +0 -18
  4061. package/tools/string-utils.js +0 -18
  4062. package/tsconfig.commonjs.json +0 -9
  4063. package/tsconfig.eslint.json +0 -7
  4064. package/tsconfig.jest.json +0 -15
  4065. package/tsconfig.json +0 -32
  4066. package/types/index.d.ts +0 -16
  4067. package/types/index.js +0 -15
  4068. package/webpack.config.mjs +0 -97
  4069. /package/dist/commonjs/{utils → core/fetchers/segment}/initialization_segment_cache.js +0 -0
  4070. /package/dist/commonjs/core/{segment_buffers → segment_sinks}/implementations/audio_video/index.js +0 -0
  4071. /package/dist/{_esm5.processed/core/segment_buffers → commonjs/core/segment_sinks}/implementations/utils/manual_time_ranges.d.ts +0 -0
  4072. /package/dist/commonjs/core/{segment_buffers → segment_sinks}/implementations/utils/manual_time_ranges.js +0 -0
  4073. /package/dist/commonjs/core/{segment_buffers → segment_sinks}/inventory/buffered_history.js +0 -0
  4074. /package/dist/commonjs/core/{segment_buffers → segment_sinks}/inventory/index.js +0 -0
  4075. /package/dist/commonjs/core/{init/utils/stream_events_emitter → segment_sinks/inventory}/types.js +0 -0
  4076. /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/buffer_size_graph.d.ts +0 -0
  4077. /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/constants.d.ts +0 -0
  4078. /package/dist/commonjs/{core → main_thread}/api/debug/constants.js +0 -0
  4079. /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/index.d.ts +0 -0
  4080. /package/dist/commonjs/{core → main_thread}/api/debug/index.js +0 -0
  4081. /package/dist/commonjs/{core → main_thread}/api/debug/render.js +0 -0
  4082. /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/utils.d.ts +0 -0
  4083. /package/dist/commonjs/{core → main_thread}/api/debug/utils.js +0 -0
  4084. /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/clear_on_stop.d.ts +0 -0
  4085. /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/dispose_decryption_resources.d.ts +0 -0
  4086. /package/dist/commonjs/{core → main_thread}/decrypt/get_key_system_configuration.d.ts +0 -0
  4087. /package/dist/commonjs/{core → main_thread}/decrypt/get_key_system_configuration.js +0 -0
  4088. /package/dist/commonjs/{core → main_thread}/decrypt/index.js +0 -0
  4089. /package/dist/commonjs/{core → main_thread}/decrypt/types.js +0 -0
  4090. /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/utils/are_init_values_compatible.d.ts +0 -0
  4091. /package/dist/commonjs/{core → main_thread}/decrypt/utils/clean_old_loaded_sessions.js +0 -0
  4092. /package/dist/commonjs/{core → main_thread}/decrypt/utils/clean_old_stored_persistent_info.js +0 -0
  4093. /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/utils/get_drm_system_id.d.ts +0 -0
  4094. /package/dist/commonjs/{core → main_thread}/decrypt/utils/get_drm_system_id.js +0 -0
  4095. /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/utils/key_id_comparison.d.ts +0 -0
  4096. /package/dist/commonjs/{core → main_thread}/decrypt/utils/key_id_comparison.js +0 -0
  4097. /package/dist/{_esm5.processed/core → commonjs/main_thread}/init/index.d.ts +0 -0
  4098. /package/dist/commonjs/{core → main_thread}/init/index.js +0 -0
  4099. /package/dist/{_esm5.processed/core → commonjs/main_thread}/init/utils/stream_events_emitter/are_same_stream_events.d.ts +0 -0
  4100. /package/dist/commonjs/{core → main_thread}/init/utils/stream_events_emitter/index.js +0 -0
  4101. /package/dist/commonjs/{core/segment_buffers/implementations/text/html → main_thread/init/utils/stream_events_emitter}/types.js +0 -0
  4102. /package/dist/commonjs/{core/api/track_management → main_thread/tracks_store}/index.js +0 -0
  4103. /package/dist/commonjs/manifest/{representation_index → classes/representation_index}/index.js +0 -0
  4104. /package/dist/commonjs/{core/segment_buffers/inventory → manifest/classes/representation_index}/types.js +0 -0
  4105. /package/dist/{_esm5.processed/manifest → commonjs/manifest/classes}/types.d.ts +0 -0
  4106. /package/dist/{_esm5.processed/core/init → commonjs/mse}/utils/media_source_duration_updater.d.ts +0 -0
  4107. /package/dist/{_esm5.processed/parsers/manifest/dash/js-parser → commonjs/parsers/manifest/dash/native-parser}/index.d.ts +0 -0
  4108. /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/index.js +0 -0
  4109. /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentComponent.js +0 -0
  4110. /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentProtection.js +0 -0
  4111. /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentList.js +0 -0
  4112. /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentTimeline.js +0 -0
  4113. /package/dist/commonjs/{experimental/tools → tools}/parseBIFThumbnails/index.d.ts +0 -0
  4114. /package/dist/commonjs/{compat → utils}/is_node.d.ts +0 -0
  4115. /package/dist/commonjs/{compat → utils}/is_node.js +0 -0
  4116. /package/dist/commonjs/{compat → utils}/is_worker.d.ts +0 -0
  4117. /package/dist/commonjs/{compat → utils}/is_worker.js +0 -0
  4118. /package/dist/{commonjs/core/segment_buffers → es2017/core/segment_sinks}/implementations/utils/manual_time_ranges.d.ts +0 -0
  4119. /package/dist/{_esm5.processed/compat/eme/custom_media_keys → es2017/core/segment_sinks/inventory}/types.js +0 -0
  4120. /package/dist/{_esm5.processed/core/stream/adaptation → es2017/core}/types.js +0 -0
  4121. /package/dist/{commonjs/core → es2017/main_thread}/api/debug/buffer_size_graph.d.ts +0 -0
  4122. /package/dist/{commonjs/core → es2017/main_thread}/api/debug/constants.d.ts +0 -0
  4123. /package/dist/es2017/{core → main_thread}/api/debug/constants.js +0 -0
  4124. /package/dist/{commonjs/core → es2017/main_thread}/api/debug/index.d.ts +0 -0
  4125. /package/dist/{_esm5.processed/core → es2017/main_thread}/api/debug/index.js +0 -0
  4126. /package/dist/{commonjs/core → es2017/main_thread}/api/debug/utils.d.ts +0 -0
  4127. /package/dist/{commonjs/core → es2017/main_thread}/decrypt/clear_on_stop.d.ts +0 -0
  4128. /package/dist/{commonjs/core → es2017/main_thread}/decrypt/dispose_decryption_resources.d.ts +0 -0
  4129. /package/dist/es2017/{core → main_thread}/decrypt/get_key_system_configuration.d.ts +0 -0
  4130. /package/dist/es2017/{core → main_thread}/decrypt/get_key_system_configuration.js +0 -0
  4131. /package/dist/{_esm5.processed/core → es2017/main_thread}/decrypt/types.js +0 -0
  4132. /package/dist/{commonjs/core → es2017/main_thread}/decrypt/utils/are_init_values_compatible.d.ts +0 -0
  4133. /package/dist/es2017/{core → main_thread}/decrypt/utils/clean_old_loaded_sessions.js +0 -0
  4134. /package/dist/es2017/{core → main_thread}/decrypt/utils/clean_old_stored_persistent_info.js +0 -0
  4135. /package/dist/{commonjs/core → es2017/main_thread}/decrypt/utils/get_drm_system_id.d.ts +0 -0
  4136. /package/dist/{_esm5.processed/core → es2017/main_thread}/decrypt/utils/get_drm_system_id.js +0 -0
  4137. /package/dist/{commonjs/core → es2017/main_thread}/decrypt/utils/key_id_comparison.d.ts +0 -0
  4138. /package/dist/{commonjs/core → es2017/main_thread}/init/index.d.ts +0 -0
  4139. /package/dist/{_esm5.processed/core → es2017/main_thread}/init/index.js +0 -0
  4140. /package/dist/{commonjs/core → es2017/main_thread}/init/utils/stream_events_emitter/are_same_stream_events.d.ts +0 -0
  4141. /package/dist/{_esm5.processed/core → es2017/main_thread}/init/utils/stream_events_emitter/index.js +0 -0
  4142. /package/dist/{_esm5.processed/core → es2017/main_thread}/init/utils/stream_events_emitter/types.js +0 -0
  4143. /package/dist/{_esm5.processed/core/stream/period/types.js → es2017/main_thread/text_displayer/index.js} +0 -0
  4144. /package/dist/{_esm5.processed/core/stream/representation → es2017/main_thread/text_displayer}/types.js +0 -0
  4145. /package/dist/{_esm5.processed/core/api/track_management → es2017/main_thread/tracks_store}/index.js +0 -0
  4146. /package/dist/{_esm5.processed/manifest → es2017/manifest/classes}/representation_index/index.js +0 -0
  4147. /package/dist/{_esm5.processed/core/segment_buffers/implementations/text/html → es2017/manifest/classes/representation_index}/types.js +0 -0
  4148. /package/dist/{_esm5.processed/manifest → es2017/manifest/classes}/types.js +0 -0
  4149. /package/dist/{commonjs/core/init → es2017/mse}/utils/media_source_duration_updater.d.ts +0 -0
  4150. /package/dist/{commonjs/parsers/manifest/dash/js-parser → es2017/parsers/manifest/dash/native-parser}/index.d.ts +0 -0
  4151. /package/dist/{_esm5.processed/parsers/manifest/dash/js-parser → es2017/parsers/manifest/dash/native-parser}/index.js +0 -0
  4152. /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentComponent.js +0 -0
  4153. /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentProtection.js +0 -0
  4154. /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentList.js +0 -0
  4155. /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentTimeline.js +0 -0
  4156. /package/dist/es2017/{experimental/tools → tools}/parseBIFThumbnails/index.d.ts +0 -0
  4157. /package/dist/es2017/{compat → utils}/is_node.d.ts +0 -0
  4158. /package/dist/es2017/{compat → utils}/is_node.js +0 -0
  4159. /package/dist/es2017/{compat → utils}/is_worker.d.ts +0 -0
  4160. /package/dist/es2017/{compat → utils}/is_worker.js +0 -0
@@ -1,1246 +0,0 @@
1
- /**
2
- * Copyright 2015 CANAL+ Group
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
-
17
- import eme, {
18
- getInitData,
19
- ICustomMediaKeys,
20
- ICustomMediaKeySystemAccess,
21
- } from "../../compat/eme";
22
- import config from "../../config";
23
- import {
24
- EncryptedMediaError,
25
- OtherError,
26
- } from "../../errors";
27
- import log from "../../log";
28
- import Manifest, {
29
- Period,
30
- } from "../../manifest";
31
- import {
32
- IKeySystemOption,
33
- IPlayerError,
34
- } from "../../public_types";
35
- import areArraysOfNumbersEqual from "../../utils/are_arrays_of_numbers_equal";
36
- import arrayFind from "../../utils/array_find";
37
- import arrayIncludes from "../../utils/array_includes";
38
- import EventEmitter from "../../utils/event_emitter";
39
- import isNullOrUndefined from "../../utils/is_null_or_undefined";
40
- import { bytesToHex } from "../../utils/string_parsing";
41
- import TaskCanceller from "../../utils/task_canceller";
42
- import attachMediaKeys from "./attach_media_keys";
43
- import createOrLoadSession from "./create_or_load_session";
44
- import { IMediaKeysInfos } from "./get_media_keys";
45
- import initMediaKeys from "./init_media_keys";
46
- import SessionEventsListener, {
47
- BlacklistedSessionError, IKeyUpdateValue,
48
- } from "./session_events_listener";
49
- import setServerCertificate from "./set_server_certificate";
50
- import {
51
- IProtectionData,
52
- IMediaKeySessionStores,
53
- MediaKeySessionLoadingType,
54
- IProcessedProtectionData,
55
- ContentDecryptorState,
56
- IContentDecryptorEvent,
57
- } from "./types";
58
- import { DecommissionedSessionError } from "./utils/check_key_statuses";
59
- import cleanOldStoredPersistentInfo from "./utils/clean_old_stored_persistent_info";
60
- import getDrmSystemId from "./utils/get_drm_system_id";
61
- import InitDataValuesContainer from "./utils/init_data_values_container";
62
- import {
63
- areAllKeyIdsContainedIn,
64
- areSomeKeyIdsContainedIn,
65
- } from "./utils/key_id_comparison";
66
- import KeySessionRecord from "./utils/key_session_record";
67
-
68
- /**
69
- * Module communicating with the Content Decryption Module (or CDM) to be able
70
- * to decrypt contents.
71
- *
72
- * The `ContentDecryptor` starts communicating with the CDM, to initialize the
73
- * key system, as soon as it is created.
74
- *
75
- * You can be notified of various events, such as fatal errors, by registering
76
- * to one of its multiple events (@see IContentDecryptorEvent).
77
- *
78
- * @class ContentDecryptor
79
- */
80
- export default class ContentDecryptor extends EventEmitter<IContentDecryptorEvent> {
81
- /**
82
- * Hexadecimal id identifying the currently-chosen key system.
83
- * `undefined` if not known or if the key system hasn't been initialized yet.
84
- *
85
- * When providing protection initialization data to the ContentDecryptor, you
86
- * may only provide those linked to that system id. You can also provide all
87
- * available protection initialization data, in which case it will be
88
- * automatically filtered.
89
- *
90
- * This `systemId` may only be known once the `ReadyForContent` state (@see
91
- * ContentDecryptorState) is reached, and even then, it may still be unknown,
92
- * in which case it will stay to `undefined`.
93
- */
94
- public systemId : string | undefined;
95
-
96
- /**
97
- * Set only if the `ContentDecryptor` failed on an error.
98
- * The corresponding Error.
99
- */
100
- public error : Error | null;
101
-
102
- /**
103
- * State of the ContentDecryptor (@see ContentDecryptorState) and associated
104
- * data.
105
- *
106
- * The ContentDecryptor goes into a series of steps as it is initializing.
107
- * This private property stores the current state and the potentially linked
108
- * data.
109
- */
110
- private _stateData : IContentDecryptorStateData;
111
-
112
- /**
113
- * Contains information about all key sessions loaded for this current
114
- * content.
115
- * This object is most notably used to check which keys are already obtained,
116
- * thus avoiding to perform new unnecessary license requests and CDM interactions.
117
- */
118
- private _currentSessions : IActiveSessionInfo[];
119
-
120
- /**
121
- * Allows to dispose the resources taken by the current instance of the
122
- * ContentDecryptor.
123
- */
124
- private _canceller : TaskCanceller;
125
-
126
- /**
127
- * This queue stores initialization data which hasn't been processed yet,
128
- * probably because the "queue is locked" for now. (@see _stateData private
129
- * property).
130
- *
131
- * For example, this queue stores initialization data communicated while
132
- * initializing so it can be processed when the initialization is done.
133
- */
134
- private _initDataQueue : IProtectionData[];
135
-
136
- /**
137
- * `true` if the EME API are available on the current platform according to
138
- * the default EME implementation used.
139
- * `false` otherwise.
140
- * @returns {boolean}
141
- */
142
- public static hasEmeApis() : boolean {
143
- return !isNullOrUndefined(eme.requestMediaKeySystemAccess);
144
- }
145
-
146
- /**
147
- * Create a new `ContentDecryptor`, and initialize its decryption capabilities
148
- * right away.
149
- * Goes into the `WaitingForAttachment` state once that initialization is
150
- * done, after which you should call the `attach` method when you're ready for
151
- * those decryption capabilities to be attached to the HTMLMediaElement.
152
- *
153
- * @param {HTMLMediaElement} mediaElement - The MediaElement which will be
154
- * associated to a MediaKeys object
155
- * @param {Array.<Object>} ksOptions - key system configuration.
156
- * The `ContentDecryptor` can be given one or multiple key system
157
- * configurations. It will choose the appropriate one depending on user
158
- * settings and browser support.
159
- */
160
- constructor(mediaElement : HTMLMediaElement, ksOptions : IKeySystemOption[]) {
161
- super();
162
-
163
- log.debug("DRM: Starting ContentDecryptor logic.");
164
-
165
- const canceller = new TaskCanceller();
166
- this._currentSessions = [];
167
- this._canceller = canceller;
168
- this._initDataQueue = [];
169
- this._stateData = { state: ContentDecryptorState.Initializing,
170
- isMediaKeysAttached: MediaKeyAttachmentStatus.NotAttached,
171
- isInitDataQueueLocked: true,
172
- data: null };
173
- this.error = null;
174
-
175
- eme.onEncrypted(mediaElement, evt => {
176
- log.debug("DRM: Encrypted event received from media element.");
177
- const initData = getInitData(evt as MediaEncryptedEvent);
178
- if (initData !== null) {
179
- this.onInitializationData(initData);
180
- }
181
- }, canceller.signal);
182
-
183
- initMediaKeys(mediaElement, ksOptions, canceller.signal)
184
- .then((mediaKeysInfo) => {
185
- const { options, mediaKeySystemAccess } = mediaKeysInfo;
186
-
187
- /**
188
- * String identifying the key system, allowing the rest of the code to
189
- * only advertise the required initialization data for license requests.
190
- *
191
- * Note that we only set this value if retro-compatibility to older
192
- * persistent logic in the RxPlayer is not important, as the
193
- * optimizations this property unlocks can break the loading of
194
- * MediaKeySessions persisted in older RxPlayer's versions.
195
- */
196
- let systemId : string | undefined;
197
- if (isNullOrUndefined(options.persistentLicenseConfig) ||
198
- options.persistentLicenseConfig.disableRetroCompatibility === true)
199
- {
200
- systemId = getDrmSystemId(mediaKeySystemAccess.keySystem);
201
- }
202
-
203
- this.systemId = systemId;
204
- if (this._stateData.state === ContentDecryptorState.Initializing) {
205
- this._stateData = { state: ContentDecryptorState.WaitingForAttachment,
206
- isInitDataQueueLocked: true,
207
- isMediaKeysAttached: MediaKeyAttachmentStatus.NotAttached,
208
- data: { mediaKeysInfo,
209
- mediaElement } };
210
-
211
- this.trigger("stateChange", this._stateData.state);
212
- }
213
- })
214
-
215
- .catch((err) => {
216
- this._onFatalError(err);
217
- });
218
- }
219
-
220
- /**
221
- * Returns the current state of the ContentDecryptor.
222
- * @see ContentDecryptorState
223
- * @returns {Object}
224
- */
225
- public getState() : ContentDecryptorState {
226
- return this._stateData.state;
227
- }
228
-
229
- /**
230
- * Attach the current decryption capabilities to the HTMLMediaElement.
231
- * This method should only be called once the `ContentDecryptor` is in the
232
- * `WaitingForAttachment` state.
233
- *
234
- * You might want to first set the HTMLMediaElement's `src` attribute before
235
- * calling this method, and only push data to it once the `ReadyForContent`
236
- * state is reached, for compatibility reasons.
237
- */
238
- public attach() : void {
239
- if (this._stateData.state !== ContentDecryptorState.WaitingForAttachment) {
240
- throw new Error("`attach` should only be called when " +
241
- "in the WaitingForAttachment state");
242
- } else if (
243
- this._stateData.isMediaKeysAttached !== MediaKeyAttachmentStatus.NotAttached
244
- ) {
245
- log.warn("DRM: ContentDecryptor's `attach` method called more than once.");
246
- return;
247
- }
248
-
249
- const { mediaElement, mediaKeysInfo } = this._stateData.data;
250
- const { options, mediaKeys, mediaKeySystemAccess, stores } = mediaKeysInfo;
251
- const shouldDisableLock = options.disableMediaKeysAttachmentLock === true;
252
-
253
- if (shouldDisableLock) {
254
- this._stateData = { state: ContentDecryptorState.ReadyForContent,
255
- isInitDataQueueLocked: true,
256
- isMediaKeysAttached: MediaKeyAttachmentStatus.Pending,
257
- data: { mediaKeysInfo, mediaElement } };
258
- this.trigger("stateChange", this._stateData.state);
259
-
260
- // previous trigger might have lead to disposal
261
- if (this._isStopped()) {
262
- return ;
263
- }
264
- }
265
-
266
- this._stateData.isMediaKeysAttached = MediaKeyAttachmentStatus.Pending;
267
- const stateToAttach = { emeImplementation: eme,
268
- loadedSessionsStore: stores.loadedSessionsStore,
269
- mediaKeySystemAccess,
270
- mediaKeys,
271
- keySystemOptions: options };
272
-
273
- log.debug("DRM: Attaching current MediaKeys");
274
- attachMediaKeys(mediaElement, stateToAttach, this._canceller.signal)
275
- .then(async () => {
276
- this._stateData.isMediaKeysAttached = MediaKeyAttachmentStatus.Attached;
277
-
278
- const { serverCertificate } = options;
279
- if (!isNullOrUndefined(serverCertificate)) {
280
- const resSsc = await setServerCertificate(mediaKeys, serverCertificate);
281
- if (resSsc.type === "error") {
282
- this.trigger("warning", resSsc.value);
283
- }
284
- }
285
-
286
- if (this._isStopped()) { // We might be stopped since then
287
- return;
288
- }
289
-
290
- const prevState = this._stateData.state;
291
- this._stateData = { state: ContentDecryptorState.ReadyForContent,
292
- isMediaKeysAttached: MediaKeyAttachmentStatus.Attached,
293
- isInitDataQueueLocked: false,
294
- data: { mediaKeysData: mediaKeysInfo } };
295
- if (prevState !== ContentDecryptorState.ReadyForContent) {
296
- this.trigger("stateChange", ContentDecryptorState.ReadyForContent);
297
- }
298
- if (!this._isStopped()) {
299
- this._processCurrentInitDataQueue();
300
- }
301
- })
302
-
303
- .catch((err) => {
304
- this._onFatalError(err);
305
- });
306
- }
307
-
308
- /**
309
- * Stop this `ContentDecryptor` instance:
310
- * - stop listening and reacting to the various event listeners
311
- * - abort all operations.
312
- *
313
- * Once disposed, a `ContentDecryptor` cannot be used anymore.
314
- */
315
- public dispose() {
316
- this.removeEventListener();
317
- this._stateData = { state: ContentDecryptorState.Disposed,
318
- isMediaKeysAttached: undefined,
319
- isInitDataQueueLocked: undefined,
320
- data: null };
321
- this._canceller.cancel();
322
- this.trigger("stateChange", this._stateData.state);
323
- }
324
-
325
- /**
326
- * Method to call when new protection initialization data is encounted on the
327
- * content.
328
- *
329
- * When called, the `ContentDecryptor` will try to obtain the decryption key
330
- * if not already obtained.
331
- *
332
- * @param {Object} initializationData
333
- */
334
- public onInitializationData(
335
- initializationData : IProtectionData
336
- ) : void {
337
- if (this._stateData.isInitDataQueueLocked !== false) {
338
- if (this._isStopped()) {
339
- throw new Error("ContentDecryptor either disposed or stopped.");
340
- }
341
- this._initDataQueue.push(initializationData);
342
- return;
343
- }
344
-
345
- const { mediaKeysData } = this._stateData.data;
346
- const processedInitializationData = {
347
- ...initializationData,
348
- values: new InitDataValuesContainer(initializationData.values),
349
- };
350
- this._processInitializationData(processedInitializationData, mediaKeysData)
351
- .catch(err => { this._onFatalError(err); });
352
- }
353
-
354
- /**
355
- * Async logic run each time new initialization data has to be processed.
356
- * The promise return may reject, in which case a fatal error should be linked
357
- * the current `ContentDecryptor`.
358
- *
359
- * The Promise's resolution however provides no semantic value.
360
- * @param {Object} initializationData
361
- * @returns {Promise.<void>}
362
- */
363
- private async _processInitializationData(
364
- initializationData: IProcessedProtectionData,
365
- mediaKeysData: IAttachedMediaKeysData
366
- ) : Promise<void> {
367
- const { mediaKeySystemAccess, stores, options } = mediaKeysData;
368
-
369
- if (this._tryToUseAlreadyCreatedSession(initializationData, mediaKeysData) ||
370
- this._isStopped()) // _isStopped is voluntarly checked after here
371
- {
372
- return;
373
- }
374
-
375
- if (options.singleLicensePer === "content") {
376
- const firstCreatedSession = arrayFind(this._currentSessions, (x) =>
377
- x.source === MediaKeySessionLoadingType.Created);
378
-
379
- if (firstCreatedSession !== undefined) {
380
- // We already fetched a `singleLicensePer: "content"` license, yet we
381
- // could not use the already-created MediaKeySession with it.
382
- // It means that we'll never handle it and we should thus blacklist it.
383
- const keyIds = initializationData.keyIds;
384
- if (keyIds === undefined) {
385
- if (initializationData.content === undefined) {
386
- log.warn("DRM: Unable to fallback from a non-decipherable quality.");
387
- } else {
388
- blackListProtectionData(initializationData.content.manifest,
389
- initializationData);
390
- }
391
- return ;
392
- }
393
-
394
- firstCreatedSession.record.associateKeyIds(keyIds);
395
- if (initializationData.content !== undefined) {
396
- if (log.hasLevel("DEBUG")) {
397
- const hexKids = keyIds
398
- .reduce((acc, kid) => `${acc}, ${bytesToHex(kid)}`, "");
399
- log.debug("DRM: Blacklisting new key ids", hexKids);
400
- }
401
- updateDecipherability(initializationData.content.manifest, [], keyIds, []);
402
- }
403
- return ;
404
- }
405
- } else if (options.singleLicensePer === "periods" &&
406
- initializationData.content !== undefined)
407
- {
408
- const { period } = initializationData.content;
409
- const createdSessions = this._currentSessions
410
- .filter(x => x.source === MediaKeySessionLoadingType.Created);
411
- const periodKeys = new Set<Uint8Array>();
412
- addKeyIdsFromPeriod(periodKeys, period);
413
- for (const createdSess of createdSessions) {
414
- const periodKeysArr = Array.from(periodKeys);
415
- for (const kid of periodKeysArr) {
416
- if (createdSess.record.isAssociatedWithKeyId(kid)) {
417
- createdSess.record.associateKeyIds(periodKeys.values());
418
-
419
- // Re-loop through the Period's key ids to blacklist ones that are missing
420
- // from `createdSess`'s `keyStatuses` and to update the content's
421
- // decipherability.
422
- for (const innerKid of periodKeysArr) {
423
- if (
424
- !createdSess.keyStatuses.whitelisted
425
- .some(k => areArraysOfNumbersEqual(k, innerKid)) &&
426
- !createdSess.keyStatuses.blacklisted
427
- .some(k => areArraysOfNumbersEqual(k, innerKid))
428
- ) {
429
- createdSess.keyStatuses.blacklisted.push(innerKid);
430
- }
431
- }
432
- updateDecipherability(initializationData.content.manifest,
433
- createdSess.keyStatuses.whitelisted,
434
- createdSess.keyStatuses.blacklisted,
435
- []);
436
- return;
437
- }
438
- }
439
- }
440
- }
441
-
442
- // /!\ Do not forget to unlock when done
443
- // TODO this is error-prone and can lead to performance issue when loading
444
- // persistent sessions.
445
- // Can we find a better strategy?
446
- this._lockInitDataQueue();
447
-
448
- let wantedSessionType : MediaKeySessionType;
449
- if (isNullOrUndefined(options.persistentLicenseConfig)) {
450
- wantedSessionType = "temporary";
451
- } else if (!canCreatePersistentSession(mediaKeySystemAccess)) {
452
- log.warn("DRM: Cannot create \"persistent-license\" session: not supported");
453
- wantedSessionType = "temporary";
454
- } else {
455
- wantedSessionType = "persistent-license";
456
- }
457
-
458
- const { EME_DEFAULT_MAX_SIMULTANEOUS_MEDIA_KEY_SESSIONS,
459
- EME_MAX_STORED_PERSISTENT_SESSION_INFORMATION } = config.getCurrent();
460
-
461
- const maxSessionCacheSize = typeof options.maxSessionCacheSize === "number" ?
462
- options.maxSessionCacheSize :
463
- EME_DEFAULT_MAX_SIMULTANEOUS_MEDIA_KEY_SESSIONS;
464
-
465
- const sessionRes = await createOrLoadSession(initializationData,
466
- stores,
467
- wantedSessionType,
468
- maxSessionCacheSize,
469
- this._canceller.signal);
470
- if (this._isStopped()) {
471
- return;
472
- }
473
-
474
- const sessionInfo : IActiveSessionInfo = {
475
- record: sessionRes.value.keySessionRecord,
476
- source: sessionRes.type,
477
- keyStatuses: { whitelisted: [], blacklisted: [] },
478
- blacklistedSessionError: null,
479
- };
480
- this._currentSessions.push(sessionInfo);
481
-
482
- const { mediaKeySession, sessionType } = sessionRes.value;
483
-
484
- /**
485
- * We only store persistent sessions once its keys are known.
486
- * This boolean allows to know if this session has already been
487
- * persisted or not.
488
- */
489
- let isSessionPersisted = false;
490
-
491
- SessionEventsListener(
492
- mediaKeySession,
493
- options,
494
- mediaKeySystemAccess.keySystem,
495
- {
496
- onKeyUpdate: (value : IKeyUpdateValue) : void => {
497
- const linkedKeys = getKeyIdsLinkedToSession(
498
- initializationData,
499
- sessionInfo.record,
500
- options.singleLicensePer,
501
- sessionInfo.source === MediaKeySessionLoadingType.Created,
502
- value.whitelistedKeyIds,
503
- value.blacklistedKeyIds);
504
-
505
- sessionInfo.record.associateKeyIds(linkedKeys.whitelisted);
506
- sessionInfo.record.associateKeyIds(linkedKeys.blacklisted);
507
- sessionInfo.keyStatuses = { whitelisted: linkedKeys.whitelisted,
508
- blacklisted: linkedKeys.blacklisted };
509
-
510
- if (sessionInfo.record.getAssociatedKeyIds().length !== 0 &&
511
- sessionType === "persistent-license" &&
512
- stores.persistentSessionsStore !== null &&
513
- !isSessionPersisted)
514
- {
515
- const { persistentSessionsStore } = stores;
516
- cleanOldStoredPersistentInfo(
517
- persistentSessionsStore,
518
- EME_MAX_STORED_PERSISTENT_SESSION_INFORMATION - 1);
519
- persistentSessionsStore.add(initializationData,
520
- sessionInfo.record.getAssociatedKeyIds(),
521
- mediaKeySession);
522
- isSessionPersisted = true;
523
- }
524
-
525
- if (initializationData.content !== undefined) {
526
- updateDecipherability(initializationData.content.manifest,
527
- linkedKeys.whitelisted,
528
- linkedKeys.blacklisted,
529
- []);
530
- }
531
-
532
- this._unlockInitDataQueue();
533
- },
534
- onWarning: (value : IPlayerError) : void => {
535
- this.trigger("warning", value);
536
- },
537
- onError: (err : unknown) : void => {
538
- if (err instanceof DecommissionedSessionError) {
539
- log.warn("DRM: A session's closing condition has been triggered");
540
- this._lockInitDataQueue();
541
- const indexOf = this._currentSessions.indexOf(sessionInfo);
542
- if (indexOf >= 0) {
543
- this._currentSessions.splice(indexOf);
544
- }
545
- if (initializationData.content !== undefined) {
546
- updateDecipherability(initializationData.content.manifest,
547
- [],
548
- [],
549
- sessionInfo.record.getAssociatedKeyIds());
550
- }
551
- stores.persistentSessionsStore?.delete(mediaKeySession.sessionId);
552
- stores.loadedSessionsStore.closeSession(mediaKeySession)
553
- .catch(e => {
554
- const closeError = e instanceof Error ? e :
555
- "unknown error";
556
- log.warn("DRM: failed to close expired session", closeError);
557
- })
558
- .then(() => this._unlockInitDataQueue())
559
- .catch((retryError) => this._onFatalError(retryError));
560
-
561
- if (!this._isStopped()) {
562
- this.trigger("warning", err.reason);
563
- }
564
- return;
565
- }
566
- if (!(err instanceof BlacklistedSessionError)) {
567
- this._onFatalError(err);
568
- return ;
569
- }
570
-
571
- sessionInfo.blacklistedSessionError = err;
572
-
573
- if (initializationData.content !== undefined) {
574
- const { manifest } = initializationData.content;
575
- log.info("DRM: blacklisting Representations based on " +
576
- "protection data.");
577
- blackListProtectionData(manifest, initializationData);
578
- }
579
-
580
- this._unlockInitDataQueue();
581
-
582
- // TODO warning for blacklisted session?
583
- },
584
- },
585
- this._canceller.signal);
586
-
587
- if (options.singleLicensePer === undefined ||
588
- options.singleLicensePer === "init-data")
589
- {
590
- this._unlockInitDataQueue();
591
- }
592
-
593
- if (sessionRes.type === MediaKeySessionLoadingType.Created) {
594
- const requestData = initializationData.values.constructRequestData();
595
- try {
596
- await stores.loadedSessionsStore.generateLicenseRequest(
597
- mediaKeySession,
598
- initializationData.type,
599
- requestData);
600
- } catch (error) {
601
- // First check that the error was not due to the MediaKeySession closing
602
- // or being closed
603
- const entry = stores.loadedSessionsStore.getEntryForSession(mediaKeySession);
604
- if (entry === null || entry.closingStatus.type !== "none") {
605
- // MediaKeySession closing/closed: Just remove from handled list and abort.
606
- const indexInCurrent = this._currentSessions.indexOf(sessionInfo);
607
- if (indexInCurrent >= 0) {
608
- this._currentSessions.splice(indexInCurrent, 1);
609
- }
610
- return Promise.resolve();
611
- }
612
- throw new EncryptedMediaError("KEY_GENERATE_REQUEST_ERROR",
613
- error instanceof Error ? error.toString() :
614
- "Unknown error");
615
- }
616
- }
617
-
618
- return Promise.resolve();
619
- }
620
-
621
- private _tryToUseAlreadyCreatedSession(
622
- initializationData : IProcessedProtectionData,
623
- mediaKeysData : IAttachedMediaKeysData
624
- ) : boolean {
625
- const { stores, options } = mediaKeysData;
626
-
627
- /**
628
- * If set, a currently-used key session is already compatible to this
629
- * initialization data.
630
- */
631
- const compatibleSessionInfo = arrayFind(
632
- this._currentSessions,
633
- (x) => x.record.isCompatibleWith(initializationData));
634
-
635
- if (compatibleSessionInfo === undefined) {
636
- return false;
637
- }
638
-
639
- // Check if the compatible session is blacklisted
640
- const blacklistedSessionError = compatibleSessionInfo.blacklistedSessionError;
641
- if (!isNullOrUndefined(blacklistedSessionError)) {
642
- if (initializationData.type === undefined ||
643
- initializationData.content === undefined)
644
- {
645
- log.error("DRM: This initialization data has already been blacklisted " +
646
- "but the current content is not known.");
647
- return true;
648
- } else {
649
- log.info("DRM: This initialization data has already been blacklisted. " +
650
- "Blacklisting the related content.");
651
- const { manifest } = initializationData.content;
652
- blackListProtectionData(manifest, initializationData);
653
- return true;
654
- }
655
- }
656
-
657
- // Check if the current key id(s) has been blacklisted by this session
658
- if (initializationData.keyIds !== undefined) {
659
- /**
660
- * If set to `true`, the Representation(s) linked to this
661
- * initialization data's key id should be marked as "not decipherable".
662
- */
663
- let isUndecipherable : boolean;
664
-
665
- if (options.singleLicensePer === undefined ||
666
- options.singleLicensePer === "init-data")
667
- {
668
- // Note: In the default "init-data" mode, we only avoid a
669
- // Representation if the key id was originally explicitely
670
- // blacklisted (and not e.g. if its key was just not present in
671
- // the license).
672
- //
673
- // This is to enforce v3.x.x retro-compatibility: we cannot
674
- // fallback from a Representation unless some RxPlayer option
675
- // documentating this behavior has been set.
676
- const { blacklisted } = compatibleSessionInfo.keyStatuses;
677
- isUndecipherable = areSomeKeyIdsContainedIn(initializationData.keyIds,
678
- blacklisted);
679
- } else {
680
- // In any other mode, as soon as not all of this initialization
681
- // data's linked key ids are explicitely whitelisted, we can mark
682
- // the corresponding Representation as "not decipherable".
683
- // This is because we've no such retro-compatibility guarantee to
684
- // make there.
685
- const { whitelisted } = compatibleSessionInfo.keyStatuses;
686
- isUndecipherable = !areAllKeyIdsContainedIn(initializationData.keyIds,
687
- whitelisted);
688
- }
689
-
690
- if (isUndecipherable) {
691
- if (initializationData.content === undefined) {
692
- log.error("DRM: Cannot forbid key id, the content is unknown.");
693
- return true;
694
- }
695
- log.info("DRM: Current initialization data is linked to blacklisted keys. " +
696
- "Marking Representations as not decipherable");
697
- updateDecipherability(initializationData.content.manifest,
698
- [],
699
- initializationData.keyIds,
700
- []);
701
- return true;
702
- }
703
- }
704
-
705
- // If we reached here, it means that this initialization data is not
706
- // blacklisted in any way.
707
- // Search loaded session and put it on top of the cache if it exists.
708
- const entry = stores.loadedSessionsStore.reuse(initializationData);
709
- if (entry !== null) {
710
- // TODO update decipherability to `true` if not?
711
- log.debug("DRM: Init data already processed. Skipping it.");
712
- return true;
713
- }
714
-
715
- // Session not found in `loadedSessionsStore`, it might have been closed
716
- // since.
717
- // Remove from `this._currentSessions` and start again.
718
- const indexOf = this._currentSessions.indexOf(compatibleSessionInfo);
719
- if (indexOf === -1) {
720
- log.error("DRM: Unable to remove processed init data: not found.");
721
- } else {
722
- log.debug("DRM: A session from a processed init data is not available " +
723
- "anymore. Re-processing it.");
724
- this._currentSessions.splice(indexOf, 1);
725
- }
726
- return false;
727
- }
728
-
729
- /**
730
- * Callback that should be called if an error that made the current
731
- * `ContentDecryptor` instance unusable arised.
732
- * This callbacks takes care of resetting state and sending the right events.
733
- *
734
- * Once called, no further actions should be taken.
735
- *
736
- * @param {*} err - The error object which describes the issue. Will be
737
- * formatted and sent in an "error" event.
738
- */
739
- private _onFatalError(err : unknown) : void {
740
- if (this._canceller.isUsed()) {
741
- return;
742
- }
743
- const formattedErr = err instanceof Error ?
744
- err :
745
- new OtherError("NONE", "Unknown decryption error");
746
- this.error = formattedErr;
747
- this._initDataQueue.length = 0;
748
- this._stateData = { state: ContentDecryptorState.Error,
749
- isMediaKeysAttached: undefined,
750
- isInitDataQueueLocked: undefined,
751
- data: null };
752
- this._canceller.cancel();
753
- this.trigger("error", formattedErr);
754
-
755
- // The previous trigger might have lead to a disposal of the `ContentDecryptor`.
756
- if (this._stateData.state === ContentDecryptorState.Error) {
757
- this.trigger("stateChange", this._stateData.state);
758
- }
759
- }
760
-
761
- /**
762
- * Return `true` if the `ContentDecryptor` has either been disposed or
763
- * encountered a fatal error which made it stop.
764
- * @returns {boolean}
765
- */
766
- private _isStopped() : boolean {
767
- return this._stateData.state === ContentDecryptorState.Disposed ||
768
- this._stateData.state === ContentDecryptorState.Error;
769
- }
770
-
771
- /**
772
- * Start processing the next initialization data of the `_initDataQueue` if it
773
- * isn't lock.
774
- */
775
- private _processCurrentInitDataQueue() : void {
776
- while (this._stateData.isInitDataQueueLocked === false) {
777
- const initData = this._initDataQueue.shift();
778
- if (initData === undefined) {
779
- return;
780
- }
781
- this.onInitializationData(initData);
782
- }
783
- }
784
-
785
- /**
786
- * Lock new initialization data (from the `_initDataQueue`) from being
787
- * processed until `_unlockInitDataQueue` is called.
788
- *
789
- * You may want to call this method when performing operations which may have
790
- * an impact on the handling of other initialization data.
791
- */
792
- private _lockInitDataQueue() : void {
793
- if (this._stateData.isInitDataQueueLocked === false) {
794
- this._stateData.isInitDataQueueLocked = true;
795
- }
796
- }
797
-
798
- /**
799
- * Unlock `_initDataQueue` and start processing the first element.
800
- *
801
- * Should have no effect if the `_initDataQueue` was not locked.
802
- */
803
- private _unlockInitDataQueue() : void {
804
- if (this._stateData.isMediaKeysAttached !== MediaKeyAttachmentStatus.Attached) {
805
- log.error("DRM: Trying to unlock in the wrong state");
806
- return;
807
- }
808
- this._stateData.isInitDataQueueLocked = false;
809
- this._processCurrentInitDataQueue();
810
- }
811
- }
812
-
813
- /**
814
- * Returns `true` if the given MediaKeySystemAccess can create
815
- * "persistent-license" MediaKeySessions.
816
- * @param {MediaKeySystemAccess} mediaKeySystemAccess
817
- * @returns {Boolean}
818
- */
819
- function canCreatePersistentSession(
820
- mediaKeySystemAccess : MediaKeySystemAccess | ICustomMediaKeySystemAccess
821
- ) : boolean {
822
- const { sessionTypes } = mediaKeySystemAccess.getConfiguration();
823
- return sessionTypes !== undefined &&
824
- arrayIncludes(sessionTypes, "persistent-license");
825
- }
826
-
827
- /**
828
- * Change the decipherability of Representations which have their key id in one
829
- * of the given Arrays:
830
- *
831
- * - Those who have a key id listed in `whitelistedKeyIds` will have their
832
- * decipherability updated to `true`
833
- *
834
- * - Those who have a key id listed in `blacklistedKeyIds` will have their
835
- * decipherability updated to `false`
836
- *
837
- * - Those who have a key id listed in `delistedKeyIds` will have their
838
- * decipherability updated to `undefined`.
839
- *
840
- * @param {Object} manifest
841
- * @param {Array.<Uint8Array>} whitelistedKeyIds
842
- * @param {Array.<Uint8Array>} blacklistedKeyIds
843
- * @param {Array.<Uint8Array>} delistedKeyIds
844
- */
845
- function updateDecipherability(
846
- manifest : Manifest,
847
- whitelistedKeyIds : Uint8Array[],
848
- blacklistedKeyIds : Uint8Array[],
849
- delistedKeyIds : Uint8Array[]
850
- ) : void {
851
- manifest.updateRepresentationsDeciperability((representation) => {
852
- if (representation.contentProtections === undefined) {
853
- return representation.decipherable;
854
- }
855
- const contentKIDs = representation.contentProtections.keyIds;
856
- if (contentKIDs !== undefined) {
857
- for (const elt of contentKIDs) {
858
- for (const blacklistedKeyId of blacklistedKeyIds) {
859
- if (areArraysOfNumbersEqual(blacklistedKeyId, elt.keyId)) {
860
- return false;
861
- }
862
- }
863
- for (const whitelistedKeyId of whitelistedKeyIds) {
864
- if (areArraysOfNumbersEqual(whitelistedKeyId, elt.keyId)) {
865
- return true;
866
- }
867
- }
868
- for (const delistedKeyId of delistedKeyIds) {
869
- if (areArraysOfNumbersEqual(delistedKeyId, elt.keyId)) {
870
- return undefined;
871
- }
872
- }
873
- }
874
- }
875
- return representation.decipherable;
876
- });
877
- }
878
-
879
- /**
880
- * Update decipherability to `false` to any Representation which is linked to
881
- * the given initialization data.
882
- * @param {Object} manifest
883
- * @param {Object} initData
884
- */
885
- function blackListProtectionData(
886
- manifest : Manifest,
887
- initData : IProcessedProtectionData
888
- ) : void {
889
- manifest.updateRepresentationsDeciperability((representation) => {
890
- if (representation.decipherable === false) {
891
- return false;
892
- }
893
- const segmentProtections = representation.contentProtections?.initData ?? [];
894
- for (const protection of segmentProtections) {
895
- if (initData.type === undefined ||
896
- protection.type === initData.type)
897
- {
898
- const containedInitData = initData.values.getFormattedValues()
899
- .every(undecipherableVal => {
900
- return protection.values.some(currVal => {
901
- return (undecipherableVal.systemId === undefined ||
902
- currVal.systemId === undecipherableVal.systemId) &&
903
- areArraysOfNumbersEqual(currVal.data,
904
- undecipherableVal.data);
905
- });
906
- });
907
- if (containedInitData) {
908
- return false;
909
- }
910
- }
911
- }
912
- return representation.decipherable;
913
- });
914
- }
915
-
916
- /**
917
- * Returns set of all usable and unusable keys - explicit or implicit - that are
918
- * linked to a `MediaKeySession`.
919
- *
920
- * In the RxPlayer, there is a concept of "explicit" key ids, which are key ids
921
- * found in a license whose status can be known through the `keyStatuses`
922
- * property from a `MediaKeySession`, and of "implicit" key ids, which are key
923
- * ids which were expected to be in a fetched license, but apparently weren't.
924
- *
925
- * @param {Object} initializationData - Initialization data object used to make
926
- * the request for the current license.
927
- * @param {Object} keySessionRecord - The `KeySessionRecord` associated with the
928
- * session that has been loaded. It might give supplementary information on
929
- * keys implicitly linked to the license.
930
- * @param {string|undefined} singleLicensePer - Setting allowing to indicate the
931
- * scope a given license should have.
932
- * @param {boolean} isCurrentLicense - If `true` the license has been fetched
933
- * especially for the current content.
934
- *
935
- * Knowing this allows to determine that if decryption keys that should have
936
- * been referenced in the fetched license (according to the `singleLicensePer`
937
- * setting) are missing, then the keys surely must have been voluntarly
938
- * removed from the license.
939
- *
940
- * If it is however set to `false`, it means that the license is an older
941
- * license that might have been linked to another content, thus we cannot make
942
- * that assumption.
943
- * @param {Array.<Uint8Array>} usableKeyIds - Key ids that are present in the
944
- * license and can be used.
945
- * @param {Array.<Uint8Array>} unusableKeyIds - Key ids that are present in the
946
- * license yet cannot be used.
947
- * @returns {Object} - Returns an object with the following properties:
948
- * - `whitelisted`: Array of key ids for keys that are known to be usable
949
- * - `blacklisted`: Array of key ids for keys that are considered unusable.
950
- * The qualities linked to those keys should not be played.
951
- */
952
- function getKeyIdsLinkedToSession(
953
- initializationData : IProcessedProtectionData,
954
- keySessionRecord : KeySessionRecord,
955
- singleLicensePer : undefined | "init-data" | "content" | "periods",
956
- isCurrentLicense : boolean,
957
- usableKeyIds : Uint8Array[],
958
- unusableKeyIds : Uint8Array[]
959
- ) : { whitelisted : Uint8Array[];
960
- blacklisted : Uint8Array[]; }
961
- {
962
- /**
963
- * Every key id associated with the MediaKeySession, starting with
964
- * whitelisted ones.
965
- */
966
- const associatedKeyIds = [...usableKeyIds,
967
- ...unusableKeyIds];
968
-
969
- // Add all key ids associated to the `KeySessionRecord` yet not in
970
- // `usableKeyIds` nor in `unusableKeyIds`
971
- const allKnownKeyIds = keySessionRecord.getAssociatedKeyIds();
972
- for (const kid of allKnownKeyIds) {
973
- if (!associatedKeyIds.some(ak => areArraysOfNumbersEqual(ak, kid))) {
974
- if (log.hasLevel("DEBUG")) {
975
- log.debug("DRM: KeySessionRecord's key missing in the license, blacklisting it",
976
- bytesToHex(kid));
977
- }
978
- associatedKeyIds.push(kid);
979
- }
980
- }
981
-
982
- if (singleLicensePer !== undefined && singleLicensePer !== "init-data") {
983
- // We want to add the current key ids in the blacklist if it is
984
- // not already there.
985
- //
986
- // We only do that when `singleLicensePer` is set to something
987
- // else than the default `"init-data"` because this logic:
988
- // 1. might result in a quality fallback, which is a v3.x.x
989
- // breaking change if some APIs (like `singleLicensePer`)
990
- // aren't used.
991
- // 2. Rely on the EME spec regarding key statuses being well
992
- // implemented on all supported devices, which we're not
993
- // sure yet. Because in any other `singleLicensePer`, we
994
- // need a good implementation anyway, it doesn't matter
995
- // there.
996
- const { keyIds: expectedKeyIds,
997
- content } = initializationData;
998
- if (expectedKeyIds !== undefined) {
999
- const missingKeyIds = expectedKeyIds.filter(expected => {
1000
- return !associatedKeyIds.some(k => areArraysOfNumbersEqual(k, expected));
1001
- });
1002
- if (missingKeyIds.length > 0) {
1003
- if (log.hasLevel("DEBUG")) {
1004
- log.debug("DRM: init data keys missing in the license, blacklisting them",
1005
- missingKeyIds.map(m => bytesToHex(m)).join(", "));
1006
- }
1007
- associatedKeyIds.push(...missingKeyIds) ;
1008
- }
1009
- }
1010
-
1011
- if (isCurrentLicense && content !== undefined) {
1012
- if (singleLicensePer === "content") {
1013
- // Put it in a Set to automatically filter out duplicates (by ref)
1014
- const contentKeys = new Set<Uint8Array>();
1015
- const { manifest } = content;
1016
- for (const period of manifest.periods) {
1017
- addKeyIdsFromPeriod(contentKeys, period);
1018
- }
1019
- mergeKeyIdSetIntoArray(contentKeys, associatedKeyIds);
1020
- } else if (singleLicensePer === "periods") {
1021
- const { manifest } = content;
1022
- for (const period of manifest.periods) {
1023
- const periodKeys = new Set<Uint8Array>();
1024
- addKeyIdsFromPeriod(periodKeys, period);
1025
- if (initializationData.content?.period.id === period.id) {
1026
- mergeKeyIdSetIntoArray(periodKeys, associatedKeyIds);
1027
- } else {
1028
- const periodKeysArr = Array.from(periodKeys);
1029
- for (const kid of periodKeysArr) {
1030
- const isFound = associatedKeyIds.some(k => areArraysOfNumbersEqual(k, kid));
1031
- if (isFound) {
1032
- mergeKeyIdSetIntoArray(periodKeys, associatedKeyIds);
1033
- break;
1034
- }
1035
- }
1036
- }
1037
- }
1038
- }
1039
- }
1040
- }
1041
- return { whitelisted: usableKeyIds,
1042
- /** associatedKeyIds starts with the whitelisted one. */
1043
- blacklisted: associatedKeyIds.slice(usableKeyIds.length) };
1044
- }
1045
-
1046
- /**
1047
- * Push all kei ids in the given `set` and add it to the `arr` Array only if it
1048
- * isn't already present in it.
1049
- * @param {Set.<Uint8Array>} set
1050
- * @param {Array.<Uint8Array>} arr
1051
- */
1052
- function mergeKeyIdSetIntoArray(
1053
- set : Set<Uint8Array>,
1054
- arr : Uint8Array[]
1055
- ) {
1056
- const setArr = Array.from(set.values());
1057
- for (const kid of setArr) {
1058
- const isFound = arr.some(k => areArraysOfNumbersEqual(k, kid));
1059
- if (!isFound) {
1060
- arr.push(kid);
1061
- }
1062
- }
1063
- }
1064
-
1065
- /**
1066
- * Add to the given `set` all key ids found in the given `Period`.
1067
- * @param {Set.<Uint8Array>} set
1068
- * @param {Object} period
1069
- */
1070
- function addKeyIdsFromPeriod(
1071
- set : Set<Uint8Array>,
1072
- period : Period
1073
- ) {
1074
- for (const adaptation of period.getAdaptations()) {
1075
- for (const representation of adaptation.representations) {
1076
- if (representation.contentProtections !== undefined &&
1077
- representation.contentProtections.keyIds !== undefined)
1078
- {
1079
- for (const kidInf of representation.contentProtections.keyIds) {
1080
- set.add(kidInf.keyId);
1081
- }
1082
- }
1083
- }
1084
- }
1085
- }
1086
-
1087
- /** Possible states the ContentDecryptor is in and associated data for each one. */
1088
- type IContentDecryptorStateData = IInitializingStateData |
1089
- IWaitingForAttachmentStateData |
1090
- IReadyForContentStateDataUnattached |
1091
- IReadyForContentStateDataAttached |
1092
- IDisposeStateData |
1093
- IErrorStateData;
1094
-
1095
- /** Skeleton that all variants of `IContentDecryptorStateData` use. */
1096
- interface IContentDecryptorStateBase<
1097
- TStateName extends ContentDecryptorState,
1098
- TIsQueueLocked extends boolean | undefined,
1099
- TIsMediaKeyAttached extends MediaKeyAttachmentStatus | undefined,
1100
- TData
1101
- > {
1102
- /** Identify the ContentDecryptor's state. */
1103
- state: TStateName;
1104
- /**
1105
- * If `true`, the `ContentDecryptor` will wait before processing
1106
- * newly-received initialization data.
1107
- * If `false`, it will process them right away.
1108
- * Set to undefined when it won't ever process them like for example in a
1109
- * disposed or errored state.
1110
- */
1111
- isInitDataQueueLocked: TIsQueueLocked;
1112
- /**
1113
- * If `true`, the `MediaKeys` instance has been attached to the HTMLMediaElement.
1114
- * If `false`, it hasn't happened yet.
1115
- * If uncertain or unimportant (for example if the `ContentDecryptor` is an
1116
- * disposed/errored state, set to `undefined`).
1117
- */
1118
- isMediaKeysAttached: TIsMediaKeyAttached;
1119
- /** Data stored relative to that state. */
1120
- data: TData;
1121
- }
1122
-
1123
- const enum MediaKeyAttachmentStatus {
1124
- NotAttached,
1125
- Pending,
1126
- Attached,
1127
- }
1128
-
1129
- /** ContentDecryptor's internal data when in the `Initializing` state. */
1130
- type IInitializingStateData = IContentDecryptorStateBase<
1131
- ContentDecryptorState.Initializing,
1132
- true, // isInitDataQueueLocked
1133
- MediaKeyAttachmentStatus.NotAttached, // isMediaKeysAttached
1134
- null // data
1135
- >;
1136
-
1137
- /** ContentDecryptor's internal data when in the `WaitingForAttachment` state. */
1138
- type IWaitingForAttachmentStateData = IContentDecryptorStateBase<
1139
- ContentDecryptorState.WaitingForAttachment,
1140
- true, // isInitDataQueueLocked
1141
- MediaKeyAttachmentStatus.NotAttached, // isMediaKeysAttached
1142
- // data
1143
- { mediaKeysInfo : IMediaKeysInfos;
1144
- mediaElement : HTMLMediaElement; }
1145
- >;
1146
-
1147
- /**
1148
- * ContentDecryptor's internal data when in the `ReadyForContent` state before
1149
- * it has attached the `MediaKeys` to the media element.
1150
- */
1151
- type IReadyForContentStateDataUnattached = IContentDecryptorStateBase<
1152
- ContentDecryptorState.ReadyForContent,
1153
- true, // isInitDataQueueLocked
1154
- MediaKeyAttachmentStatus.NotAttached |
1155
- MediaKeyAttachmentStatus.Pending, // isMediaKeysAttached
1156
- { mediaKeysInfo : IMediaKeysInfos;
1157
- mediaElement : HTMLMediaElement; } // data
1158
- >;
1159
-
1160
- /**
1161
- * ContentDecryptor's internal data when in the `ReadyForContent` state once
1162
- * it has attached the `MediaKeys` to the media element.
1163
- */
1164
- type IReadyForContentStateDataAttached = IContentDecryptorStateBase<
1165
- ContentDecryptorState.ReadyForContent,
1166
- boolean, // isInitDataQueueLocked
1167
- MediaKeyAttachmentStatus.Attached, // isMediaKeysAttached
1168
- {
1169
- /**
1170
- * MediaKeys-related information linked to this instance of the
1171
- * `ContentDecryptor`.
1172
- * Set to `null` until it is known.
1173
- * Should be always set when the `ContentDecryptor` has reached the
1174
- * Initialized state (@see ContentDecryptorState).
1175
- */
1176
- mediaKeysData : IAttachedMediaKeysData;
1177
- }
1178
- >;
1179
-
1180
- /** ContentDecryptor's internal data when in the `Disposed` state. */
1181
- type IDisposeStateData = IContentDecryptorStateBase<
1182
- ContentDecryptorState.Disposed,
1183
- undefined, // isInitDataQueueLocked
1184
- undefined, // isMediaKeysAttached
1185
- null // data
1186
- >;
1187
-
1188
- /** ContentDecryptor's internal data when in the `Error` state. */
1189
- type IErrorStateData = IContentDecryptorStateBase<
1190
- ContentDecryptorState.Error,
1191
- undefined, // isInitDataQueueLocked
1192
- undefined, // isMediaKeysAttached
1193
- null // data
1194
- >;
1195
-
1196
- /** Information linked to a session created by the `ContentDecryptor`. */
1197
- interface IActiveSessionInfo {
1198
- /**
1199
- * Record associated to the session.
1200
- * Most notably, it allows both to identify the session as well as to
1201
- * anounce and find out which key ids are already handled.
1202
- */
1203
- record : KeySessionRecord;
1204
-
1205
- /** Current keys' statuses linked that session. */
1206
- keyStatuses : {
1207
- /** Key ids linked to keys that are "usable". */
1208
- whitelisted : Uint8Array[];
1209
- /**
1210
- * Key ids linked to keys that are not considered "usable".
1211
- * Content linked to those keys are not decipherable and may thus be
1212
- * fallbacked from.
1213
- */
1214
- blacklisted : Uint8Array[];
1215
- };
1216
-
1217
- /** Source of the MediaKeySession linked to that record. */
1218
- source : MediaKeySessionLoadingType;
1219
-
1220
- /**
1221
- * If different than `null`, all initialization data compatible with this
1222
- * processed initialization data has been blacklisted with this corresponding
1223
- * error.
1224
- */
1225
- blacklistedSessionError : BlacklistedSessionError | null;
1226
- }
1227
-
1228
- /**
1229
- * Sent when the created (or already created) MediaKeys is attached to the
1230
- * current HTMLMediaElement element.
1231
- * On some peculiar devices, we have to wait for that step before the first
1232
- * media segments are to be pushed to avoid issues.
1233
- * Because this event is sent after a MediaKeys is created, you will always have
1234
- * a "created-media-keys" event before an "attached-media-keys" event.
1235
- */
1236
- interface IAttachedMediaKeysData {
1237
- /** The MediaKeySystemAccess which allowed to create the MediaKeys instance. */
1238
- mediaKeySystemAccess: MediaKeySystemAccess |
1239
- ICustomMediaKeySystemAccess;
1240
- /** The MediaKeys instance. */
1241
- mediaKeys : MediaKeys |
1242
- ICustomMediaKeys;
1243
- stores : IMediaKeySessionStores;
1244
- options : IKeySystemOption;
1245
- }
1246
-