@blockcast/mmt-container 0.1.0-main.149f78a4adae

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 (678) hide show
  1. package/README.md +432 -0
  2. package/dist/.build-stamp +0 -0
  3. package/dist/__tests__/test-utils.d.ts +71 -0
  4. package/dist/__tests__/test-utils.d.ts.map +1 -0
  5. package/dist/align.d.ts +148 -0
  6. package/dist/align.d.ts.map +1 -0
  7. package/dist/align.js +88 -0
  8. package/dist/align.js.map +7 -0
  9. package/dist/audio-init-parser.d.ts +66 -0
  10. package/dist/audio-init-parser.d.ts.map +1 -0
  11. package/dist/audio-init-parser.js +118 -0
  12. package/dist/audio-init-parser.js.map +7 -0
  13. package/dist/audio-ring-buffer.d.ts +50 -0
  14. package/dist/audio-ring-buffer.d.ts.map +1 -0
  15. package/dist/audio-ring-buffer.js +93 -0
  16. package/dist/audio-ring-buffer.js.map +7 -0
  17. package/dist/authored-timing.d.ts +32 -0
  18. package/dist/authored-timing.d.ts.map +1 -0
  19. package/dist/authored-timing.js +32 -0
  20. package/dist/authored-timing.js.map +7 -0
  21. package/dist/browser-runtime.js +17109 -0
  22. package/dist/browser-runtime.js.map +7 -0
  23. package/dist/carp-catalog.d.ts +318 -0
  24. package/dist/carp-catalog.d.ts.map +1 -0
  25. package/dist/carp-catalog.js +549 -0
  26. package/dist/carp-catalog.js.map +7 -0
  27. package/dist/catalog-fec-params.d.ts +82 -0
  28. package/dist/catalog-fec-params.d.ts.map +1 -0
  29. package/dist/catalog-fec-params.js +66 -0
  30. package/dist/catalog-fec-params.js.map +7 -0
  31. package/dist/catalog-network-source.d.ts +19 -0
  32. package/dist/catalog-network-source.d.ts.map +1 -0
  33. package/dist/catalog-network-source.js +22 -0
  34. package/dist/catalog-network-source.js.map +7 -0
  35. package/dist/catalog-validator.d.ts +18 -0
  36. package/dist/catalog-validator.d.ts.map +1 -0
  37. package/dist/catalog-validator.js +7747 -0
  38. package/dist/catalog-validator.js.map +7 -0
  39. package/dist/cmaf-block-assembler.d.ts +168 -0
  40. package/dist/cmaf-block-assembler.d.ts.map +1 -0
  41. package/dist/cmaf-block-assembler.js +1755 -0
  42. package/dist/cmaf-block-assembler.js.map +7 -0
  43. package/dist/cmaf-group-batcher.d.ts +38 -0
  44. package/dist/cmaf-group-batcher.d.ts.map +1 -0
  45. package/dist/cmaf-group-batcher.js +195 -0
  46. package/dist/cmaf-group-batcher.js.map +7 -0
  47. package/dist/cmcd-producer.d.ts +104 -0
  48. package/dist/cmcd-producer.d.ts.map +1 -0
  49. package/dist/cmcd-producer.js +207 -0
  50. package/dist/cmcd-producer.js.map +7 -0
  51. package/dist/codec-utils.d.ts +235 -0
  52. package/dist/codec-utils.d.ts.map +1 -0
  53. package/dist/codec-utils.js +1225 -0
  54. package/dist/codec-utils.js.map +7 -0
  55. package/dist/fec-codec.d.ts +32 -0
  56. package/dist/fec-codec.d.ts.map +1 -0
  57. package/dist/fec-codec.js +47 -0
  58. package/dist/fec-codec.js.map +7 -0
  59. package/dist/fec-manager.d.ts +266 -0
  60. package/dist/fec-manager.d.ts.map +1 -0
  61. package/dist/fec-manager.js +1447 -0
  62. package/dist/fec-manager.js.map +7 -0
  63. package/dist/fec-starvation-detector.d.ts +59 -0
  64. package/dist/fec-starvation-detector.d.ts.map +1 -0
  65. package/dist/fec-starvation-detector.js +75 -0
  66. package/dist/fec-starvation-detector.js.map +7 -0
  67. package/dist/fec-worker-setup.d.ts +76 -0
  68. package/dist/fec-worker-setup.d.ts.map +1 -0
  69. package/dist/fec-worker-setup.js +603 -0
  70. package/dist/fec-worker-setup.js.map +7 -0
  71. package/dist/fmp4-completion.d.ts +30 -0
  72. package/dist/fmp4-completion.d.ts.map +1 -0
  73. package/dist/fmp4-completion.js +21 -0
  74. package/dist/fmp4-completion.js.map +7 -0
  75. package/dist/fmp4-reader.d.ts +37 -0
  76. package/dist/fmp4-reader.d.ts.map +1 -0
  77. package/dist/fmp4-reader.js +100 -0
  78. package/dist/fmp4-reader.js.map +7 -0
  79. package/dist/index.d.ts +47 -0
  80. package/dist/index.d.ts.map +1 -0
  81. package/dist/index.js +330 -0
  82. package/dist/index.js.map +7 -0
  83. package/dist/iso-bmff-timing.d.ts +47 -0
  84. package/dist/iso-bmff-timing.d.ts.map +1 -0
  85. package/dist/iso-bmff-timing.js +526 -0
  86. package/dist/iso-bmff-timing.js.map +7 -0
  87. package/dist/loc.d.ts +68 -0
  88. package/dist/loc.d.ts.map +1 -0
  89. package/dist/loc.js +143 -0
  90. package/dist/loc.js.map +7 -0
  91. package/dist/manifest-auth-plan.d.ts +30 -0
  92. package/dist/manifest-auth-plan.d.ts.map +1 -0
  93. package/dist/manifest-auth-plan.js +1267 -0
  94. package/dist/manifest-auth-plan.js.map +7 -0
  95. package/dist/media-router.d.ts +338 -0
  96. package/dist/media-router.d.ts.map +1 -0
  97. package/dist/media-router.js +802 -0
  98. package/dist/media-router.js.map +7 -0
  99. package/dist/mfu-reassembler.d.ts +264 -0
  100. package/dist/mfu-reassembler.d.ts.map +1 -0
  101. package/dist/mfu-reassembler.js +2668 -0
  102. package/dist/mfu-reassembler.js.map +7 -0
  103. package/dist/mfu-reassembly-policy.d.ts +24 -0
  104. package/dist/mfu-reassembly-policy.d.ts.map +1 -0
  105. package/dist/mfu-reassembly-policy.js +99 -0
  106. package/dist/mfu-reassembly-policy.js.map +7 -0
  107. package/dist/mmtp-container-parser.d.ts +304 -0
  108. package/dist/mmtp-container-parser.d.ts.map +1 -0
  109. package/dist/mmtp-container-parser.js +5378 -0
  110. package/dist/mmtp-container-parser.js.map +7 -0
  111. package/dist/mmtp-container-parser.no-modules.js +7853 -0
  112. package/dist/mmtp-container-parser.no-modules.js.map +7 -0
  113. package/dist/mmtp-decode-pipeline.d.ts +96 -0
  114. package/dist/mmtp-decode-pipeline.d.ts.map +1 -0
  115. package/dist/mmtp-decode-pipeline.js +5589 -0
  116. package/dist/mmtp-decode-pipeline.js.map +7 -0
  117. package/dist/mmtp-router.d.ts +383 -0
  118. package/dist/mmtp-router.d.ts.map +1 -0
  119. package/dist/mmtp-router.js +8384 -0
  120. package/dist/mmtp-router.js.map +7 -0
  121. package/dist/mmtp-to-cmaf.d.ts +166 -0
  122. package/dist/mmtp-to-cmaf.d.ts.map +1 -0
  123. package/dist/mmtp-to-cmaf.js +781 -0
  124. package/dist/mmtp-to-cmaf.js.map +7 -0
  125. package/dist/multicast-auth-catalog.d.ts +115 -0
  126. package/dist/multicast-auth-catalog.d.ts.map +1 -0
  127. package/dist/multicast-auth-catalog.js +202 -0
  128. package/dist/multicast-auth-catalog.js.map +7 -0
  129. package/dist/multicast-input.d.ts +107 -0
  130. package/dist/multicast-input.d.ts.map +1 -0
  131. package/dist/multicast-input.js +256 -0
  132. package/dist/multicast-input.js.map +7 -0
  133. package/dist/multicast-manager.d.ts +330 -0
  134. package/dist/multicast-manager.d.ts.map +1 -0
  135. package/dist/multicast-manager.js +11032 -0
  136. package/dist/multicast-manager.js.map +7 -0
  137. package/dist/multicast-transport.d.ts +62 -0
  138. package/dist/multicast-transport.d.ts.map +1 -0
  139. package/dist/multicast-transport.js +338 -0
  140. package/dist/multicast-transport.js.map +7 -0
  141. package/dist/multicast-unwrap.d.ts +57 -0
  142. package/dist/multicast-unwrap.d.ts.map +1 -0
  143. package/dist/multicast-unwrap.js +384 -0
  144. package/dist/multicast-unwrap.js.map +7 -0
  145. package/dist/no-modules.d.ts +9 -0
  146. package/dist/no-modules.d.ts.map +1 -0
  147. package/dist/no-modules.js +7819 -0
  148. package/dist/no-modules.js.map +7 -0
  149. package/dist/phase14-catalog-override.d.ts +126 -0
  150. package/dist/phase14-catalog-override.d.ts.map +1 -0
  151. package/dist/phase14-catalog-override.js +155 -0
  152. package/dist/phase14-catalog-override.js.map +7 -0
  153. package/dist/repair-fetch.d.ts +58 -0
  154. package/dist/repair-fetch.d.ts.map +1 -0
  155. package/dist/repair-fetch.js +117 -0
  156. package/dist/repair-fetch.js.map +7 -0
  157. package/dist/sample-combiner.d.ts +182 -0
  158. package/dist/sample-combiner.d.ts.map +1 -0
  159. package/dist/sample-combiner.js +571 -0
  160. package/dist/sample-combiner.js.map +7 -0
  161. package/dist/signaling.d.ts +29 -0
  162. package/dist/signaling.d.ts.map +1 -0
  163. package/dist/signaling.js +232 -0
  164. package/dist/signaling.js.map +7 -0
  165. package/dist/source-auth.d.ts +2 -0
  166. package/dist/source-auth.d.ts.map +1 -0
  167. package/dist/source-auth.js +1220 -0
  168. package/dist/source-auth.js.map +7 -0
  169. package/dist/switching-set-alignment.d.ts +61 -0
  170. package/dist/switching-set-alignment.d.ts.map +1 -0
  171. package/dist/switching-set-alignment.js +85 -0
  172. package/dist/switching-set-alignment.js.map +7 -0
  173. package/dist/timestamp-codec.d.ts +34 -0
  174. package/dist/timestamp-codec.d.ts.map +1 -0
  175. package/dist/timestamp-codec.js +456 -0
  176. package/dist/timestamp-codec.js.map +7 -0
  177. package/dist/track-pipeline-setup.d.ts +72 -0
  178. package/dist/track-pipeline-setup.d.ts.map +1 -0
  179. package/dist/track-pipeline-setup.js +306 -0
  180. package/dist/track-pipeline-setup.js.map +7 -0
  181. package/dist/track-pipeline.d.ts +121 -0
  182. package/dist/track-pipeline.d.ts.map +1 -0
  183. package/dist/track-pipeline.js +229 -0
  184. package/dist/track-pipeline.js.map +7 -0
  185. package/dist/track-session.d.ts +269 -0
  186. package/dist/track-session.d.ts.map +1 -0
  187. package/dist/track-session.js +597 -0
  188. package/dist/track-session.js.map +7 -0
  189. package/dist/transport-pool.d.ts +69 -0
  190. package/dist/transport-pool.d.ts.map +1 -0
  191. package/dist/transport-pool.js +88 -0
  192. package/dist/transport-pool.js.map +7 -0
  193. package/dist/wasm-mfu-reassembler.d.ts +81 -0
  194. package/dist/wasm-mfu-reassembler.d.ts.map +1 -0
  195. package/dist/wasm-mfu-reassembler.js +1915 -0
  196. package/dist/wasm-mfu-reassembler.js.map +7 -0
  197. package/dist/wasm-mmtp-container-parser.d.ts +10 -0
  198. package/dist/wasm-mmtp-container-parser.d.ts.map +1 -0
  199. package/dist/wasm-mmtp-container-parser.js +5635 -0
  200. package/dist/wasm-mmtp-container-parser.js.map +7 -0
  201. package/node_modules/@blockcast/fec-worker/README.md +213 -0
  202. package/node_modules/@blockcast/fec-worker/dist/.build-stamp +0 -0
  203. package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.d.ts +80 -0
  204. package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.d.ts.map +1 -0
  205. package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.js +270 -0
  206. package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.js.map +1 -0
  207. package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.d.ts +252 -0
  208. package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.d.ts.map +1 -0
  209. package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.js +11 -0
  210. package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.js.map +1 -0
  211. package/node_modules/@blockcast/fec-worker/dist/fec-worker.d.ts +14 -0
  212. package/node_modules/@blockcast/fec-worker/dist/fec-worker.d.ts.map +1 -0
  213. package/node_modules/@blockcast/fec-worker/dist/fec-worker.js +565 -0
  214. package/node_modules/@blockcast/fec-worker/dist/fec-worker.js.map +7 -0
  215. package/node_modules/@blockcast/fec-worker/dist/index.d.ts +10 -0
  216. package/node_modules/@blockcast/fec-worker/dist/index.d.ts.map +1 -0
  217. package/node_modules/@blockcast/fec-worker/dist/index.js +8 -0
  218. package/node_modules/@blockcast/fec-worker/dist/index.js.map +1 -0
  219. package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.d.ts +20 -0
  220. package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.d.ts.map +1 -0
  221. package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.js +349 -0
  222. package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.js.map +7 -0
  223. package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.d.ts +104 -0
  224. package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.d.ts.map +1 -0
  225. package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.js +181 -0
  226. package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.js.map +1 -0
  227. package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.d.ts +179 -0
  228. package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.d.ts.map +1 -0
  229. package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.js +47 -0
  230. package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.js.map +1 -0
  231. package/node_modules/@blockcast/fec-worker/dist/transfer.d.ts +9 -0
  232. package/node_modules/@blockcast/fec-worker/dist/transfer.d.ts.map +1 -0
  233. package/node_modules/@blockcast/fec-worker/dist/transfer.js +13 -0
  234. package/node_modules/@blockcast/fec-worker/dist/transfer.js.map +1 -0
  235. package/node_modules/@blockcast/fec-worker/package.json +59 -0
  236. package/node_modules/@blockcast/fec-worker/src/fec-worker-client.ts +309 -0
  237. package/node_modules/@blockcast/fec-worker/src/fec-worker-types.ts +268 -0
  238. package/node_modules/@blockcast/fec-worker/src/fec-worker.ts +1048 -0
  239. package/node_modules/@blockcast/fec-worker/src/index.ts +32 -0
  240. package/node_modules/@blockcast/fec-worker/src/shred-fec-worker.ts +558 -0
  241. package/node_modules/@blockcast/fec-worker/src/shred-worker-client.ts +222 -0
  242. package/node_modules/@blockcast/fec-worker/src/shred-worker-types.ts +194 -0
  243. package/node_modules/@blockcast/fec-worker/src/transfer.ts +12 -0
  244. package/node_modules/@blockcast/mmt-alta-parse/README.md +181 -0
  245. package/node_modules/@blockcast/mmt-alta-parse/dist/.build-stamp +0 -0
  246. package/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts +57 -0
  247. package/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts.map +1 -0
  248. package/node_modules/@blockcast/mmt-alta-parse/dist/index.js +115 -0
  249. package/node_modules/@blockcast/mmt-alta-parse/dist/index.js.map +1 -0
  250. package/node_modules/@blockcast/mmt-alta-parse/package.json +50 -0
  251. package/node_modules/@blockcast/mmt-alta-parse/src/index.ts +136 -0
  252. package/node_modules/@blockcast/mmt-base/README.md +120 -0
  253. package/node_modules/@blockcast/mmt-base/dist/.build-stamp +0 -0
  254. package/node_modules/@blockcast/mmt-base/dist/index.d.ts +2 -0
  255. package/node_modules/@blockcast/mmt-base/dist/index.d.ts.map +1 -0
  256. package/node_modules/@blockcast/mmt-base/dist/index.js +2 -0
  257. package/node_modules/@blockcast/mmt-base/dist/index.js.map +1 -0
  258. package/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts +275 -0
  259. package/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts.map +1 -0
  260. package/node_modules/@blockcast/mmt-base/dist/mmtp.js +644 -0
  261. package/node_modules/@blockcast/mmt-base/dist/mmtp.js.map +1 -0
  262. package/node_modules/@blockcast/mmt-base/package.json +49 -0
  263. package/node_modules/@blockcast/mmt-base/src/index.ts +1 -0
  264. package/node_modules/@blockcast/mmt-base/src/mmtp.ts +898 -0
  265. package/node_modules/@blockcast/mmt-fec/README.md +270 -0
  266. package/node_modules/@blockcast/mmt-fec/dist/.build-stamp +0 -0
  267. package/node_modules/@blockcast/mmt-fec/dist/block-manager.d.ts +80 -0
  268. package/node_modules/@blockcast/mmt-fec/dist/block-manager.d.ts.map +1 -0
  269. package/node_modules/@blockcast/mmt-fec/dist/block-manager.js +294 -0
  270. package/node_modules/@blockcast/mmt-fec/dist/block-manager.js.map +1 -0
  271. package/node_modules/@blockcast/mmt-fec/dist/block-processor.d.ts +72 -0
  272. package/node_modules/@blockcast/mmt-fec/dist/block-processor.d.ts.map +1 -0
  273. package/node_modules/@blockcast/mmt-fec/dist/block-processor.js +192 -0
  274. package/node_modules/@blockcast/mmt-fec/dist/block-processor.js.map +1 -0
  275. package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.d.ts +46 -0
  276. package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.d.ts.map +1 -0
  277. package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.js +96 -0
  278. package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.js.map +1 -0
  279. package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.d.ts +33 -0
  280. package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.d.ts.map +1 -0
  281. package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.js +57 -0
  282. package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.js.map +1 -0
  283. package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.d.ts +185 -0
  284. package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.d.ts.map +1 -0
  285. package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.js +273 -0
  286. package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.js.map +1 -0
  287. package/node_modules/@blockcast/mmt-fec/dist/index.d.ts +22 -0
  288. package/node_modules/@blockcast/mmt-fec/dist/index.d.ts.map +1 -0
  289. package/node_modules/@blockcast/mmt-fec/dist/index.js +22 -0
  290. package/node_modules/@blockcast/mmt-fec/dist/index.js.map +1 -0
  291. package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.d.ts +20 -0
  292. package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.d.ts.map +1 -0
  293. package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.js +28 -0
  294. package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.js.map +1 -0
  295. package/node_modules/@blockcast/mmt-fec/dist/oti.d.ts +174 -0
  296. package/node_modules/@blockcast/mmt-fec/dist/oti.d.ts.map +1 -0
  297. package/node_modules/@blockcast/mmt-fec/dist/oti.js +256 -0
  298. package/node_modules/@blockcast/mmt-fec/dist/oti.js.map +1 -0
  299. package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.d.ts +41 -0
  300. package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.d.ts.map +1 -0
  301. package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.js +81 -0
  302. package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.js.map +1 -0
  303. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/README.md +181 -0
  304. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/.build-stamp +0 -0
  305. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts +57 -0
  306. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts.map +1 -0
  307. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.js +115 -0
  308. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.js.map +1 -0
  309. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/package.json +50 -0
  310. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/src/index.ts +136 -0
  311. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/README.md +120 -0
  312. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/.build-stamp +0 -0
  313. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.d.ts +2 -0
  314. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.d.ts.map +1 -0
  315. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.js +2 -0
  316. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.js.map +1 -0
  317. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts +275 -0
  318. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts.map +1 -0
  319. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.js +644 -0
  320. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.js.map +1 -0
  321. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/package.json +49 -0
  322. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/src/index.ts +1 -0
  323. package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/src/mmtp.ts +898 -0
  324. package/node_modules/@blockcast/mmt-fec/package.json +79 -0
  325. package/node_modules/@blockcast/mmt-fec/src/block-manager.ts +369 -0
  326. package/node_modules/@blockcast/mmt-fec/src/block-processor.ts +277 -0
  327. package/node_modules/@blockcast/mmt-fec/src/cmaf-recovery.ts +127 -0
  328. package/node_modules/@blockcast/mmt-fec/src/cmaf-symbols.ts +68 -0
  329. package/node_modules/@blockcast/mmt-fec/src/fec-block-mapper.ts +332 -0
  330. package/node_modules/@blockcast/mmt-fec/src/index.ts +77 -0
  331. package/node_modules/@blockcast/mmt-fec/src/loc-symbols.ts +34 -0
  332. package/node_modules/@blockcast/mmt-fec/src/oti.ts +319 -0
  333. package/node_modules/@blockcast/mmt-fec/src/reorder-buffer.ts +101 -0
  334. package/node_modules/@blockcast/mmt-manifest-verify/dist/.build-stamp +0 -0
  335. package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.d.ts +28 -0
  336. package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.d.ts.map +1 -0
  337. package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.js +128 -0
  338. package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.js.map +1 -0
  339. package/node_modules/@blockcast/mmt-manifest-verify/dist/index.d.ts +4 -0
  340. package/node_modules/@blockcast/mmt-manifest-verify/dist/index.d.ts.map +1 -0
  341. package/node_modules/@blockcast/mmt-manifest-verify/dist/index.js +4 -0
  342. package/node_modules/@blockcast/mmt-manifest-verify/dist/index.js.map +1 -0
  343. package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.d.ts +37 -0
  344. package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.d.ts.map +1 -0
  345. package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.js +179 -0
  346. package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.js.map +1 -0
  347. package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.d.ts +90 -0
  348. package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.d.ts.map +1 -0
  349. package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.js +462 -0
  350. package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.js.map +1 -0
  351. package/node_modules/@blockcast/mmt-manifest-verify/package.json +45 -0
  352. package/node_modules/@blockcast/mmt-manifest-verify/src/admission.ts +171 -0
  353. package/node_modules/@blockcast/mmt-manifest-verify/src/index.ts +3 -0
  354. package/node_modules/@blockcast/mmt-manifest-verify/src/source-auth.ts +230 -0
  355. package/node_modules/@blockcast/mmt-manifest-verify/src/verifier.ts +636 -0
  356. package/node_modules/@noble/hashes/LICENSE +21 -0
  357. package/node_modules/@noble/hashes/README.md +521 -0
  358. package/node_modules/@noble/hashes/_assert.d.ts +17 -0
  359. package/node_modules/@noble/hashes/_assert.d.ts.map +1 -0
  360. package/node_modules/@noble/hashes/_assert.js +18 -0
  361. package/node_modules/@noble/hashes/_assert.js.map +1 -0
  362. package/node_modules/@noble/hashes/_blake.d.ts +14 -0
  363. package/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
  364. package/node_modules/@noble/hashes/_blake.js +50 -0
  365. package/node_modules/@noble/hashes/_blake.js.map +1 -0
  366. package/node_modules/@noble/hashes/_md.d.ts +51 -0
  367. package/node_modules/@noble/hashes/_md.d.ts.map +1 -0
  368. package/node_modules/@noble/hashes/_md.js +162 -0
  369. package/node_modules/@noble/hashes/_md.js.map +1 -0
  370. package/node_modules/@noble/hashes/_u64.d.ts +55 -0
  371. package/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
  372. package/node_modules/@noble/hashes/_u64.js +90 -0
  373. package/node_modules/@noble/hashes/_u64.js.map +1 -0
  374. package/node_modules/@noble/hashes/argon2.d.ts +32 -0
  375. package/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
  376. package/node_modules/@noble/hashes/argon2.js +401 -0
  377. package/node_modules/@noble/hashes/argon2.js.map +1 -0
  378. package/node_modules/@noble/hashes/blake1.d.ts +106 -0
  379. package/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
  380. package/node_modules/@noble/hashes/blake1.js +459 -0
  381. package/node_modules/@noble/hashes/blake1.js.map +1 -0
  382. package/node_modules/@noble/hashes/blake2.d.ts +116 -0
  383. package/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
  384. package/node_modules/@noble/hashes/blake2.js +420 -0
  385. package/node_modules/@noble/hashes/blake2.js.map +1 -0
  386. package/node_modules/@noble/hashes/blake2b.d.ts +11 -0
  387. package/node_modules/@noble/hashes/blake2b.d.ts.map +1 -0
  388. package/node_modules/@noble/hashes/blake2b.js +14 -0
  389. package/node_modules/@noble/hashes/blake2b.js.map +1 -0
  390. package/node_modules/@noble/hashes/blake2s.d.ts +20 -0
  391. package/node_modules/@noble/hashes/blake2s.d.ts.map +1 -0
  392. package/node_modules/@noble/hashes/blake2s.js +24 -0
  393. package/node_modules/@noble/hashes/blake2s.js.map +1 -0
  394. package/node_modules/@noble/hashes/blake3.d.ts +54 -0
  395. package/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
  396. package/node_modules/@noble/hashes/blake3.js +255 -0
  397. package/node_modules/@noble/hashes/blake3.js.map +1 -0
  398. package/node_modules/@noble/hashes/crypto.d.ts +2 -0
  399. package/node_modules/@noble/hashes/crypto.d.ts.map +1 -0
  400. package/node_modules/@noble/hashes/crypto.js +5 -0
  401. package/node_modules/@noble/hashes/crypto.js.map +1 -0
  402. package/node_modules/@noble/hashes/cryptoNode.d.ts +2 -0
  403. package/node_modules/@noble/hashes/cryptoNode.d.ts.map +1 -0
  404. package/node_modules/@noble/hashes/cryptoNode.js +18 -0
  405. package/node_modules/@noble/hashes/cryptoNode.js.map +1 -0
  406. package/node_modules/@noble/hashes/eskdf.d.ts +47 -0
  407. package/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
  408. package/node_modules/@noble/hashes/eskdf.js +166 -0
  409. package/node_modules/@noble/hashes/eskdf.js.map +1 -0
  410. package/node_modules/@noble/hashes/esm/_assert.d.ts +17 -0
  411. package/node_modules/@noble/hashes/esm/_assert.d.ts.map +1 -0
  412. package/node_modules/@noble/hashes/esm/_assert.js +15 -0
  413. package/node_modules/@noble/hashes/esm/_assert.js.map +1 -0
  414. package/node_modules/@noble/hashes/esm/_blake.d.ts +14 -0
  415. package/node_modules/@noble/hashes/esm/_blake.d.ts.map +1 -0
  416. package/node_modules/@noble/hashes/esm/_blake.js +45 -0
  417. package/node_modules/@noble/hashes/esm/_blake.js.map +1 -0
  418. package/node_modules/@noble/hashes/esm/_md.d.ts +51 -0
  419. package/node_modules/@noble/hashes/esm/_md.d.ts.map +1 -0
  420. package/node_modules/@noble/hashes/esm/_md.js +155 -0
  421. package/node_modules/@noble/hashes/esm/_md.js.map +1 -0
  422. package/node_modules/@noble/hashes/esm/_u64.d.ts +55 -0
  423. package/node_modules/@noble/hashes/esm/_u64.d.ts.map +1 -0
  424. package/node_modules/@noble/hashes/esm/_u64.js +67 -0
  425. package/node_modules/@noble/hashes/esm/_u64.js.map +1 -0
  426. package/node_modules/@noble/hashes/esm/argon2.d.ts +32 -0
  427. package/node_modules/@noble/hashes/esm/argon2.d.ts.map +1 -0
  428. package/node_modules/@noble/hashes/esm/argon2.js +392 -0
  429. package/node_modules/@noble/hashes/esm/argon2.js.map +1 -0
  430. package/node_modules/@noble/hashes/esm/blake1.d.ts +106 -0
  431. package/node_modules/@noble/hashes/esm/blake1.d.ts.map +1 -0
  432. package/node_modules/@noble/hashes/esm/blake1.js +452 -0
  433. package/node_modules/@noble/hashes/esm/blake1.js.map +1 -0
  434. package/node_modules/@noble/hashes/esm/blake2.d.ts +116 -0
  435. package/node_modules/@noble/hashes/esm/blake2.d.ts.map +1 -0
  436. package/node_modules/@noble/hashes/esm/blake2.js +413 -0
  437. package/node_modules/@noble/hashes/esm/blake2.js.map +1 -0
  438. package/node_modules/@noble/hashes/esm/blake2b.d.ts +11 -0
  439. package/node_modules/@noble/hashes/esm/blake2b.d.ts.map +1 -0
  440. package/node_modules/@noble/hashes/esm/blake2b.js +11 -0
  441. package/node_modules/@noble/hashes/esm/blake2b.js.map +1 -0
  442. package/node_modules/@noble/hashes/esm/blake2s.d.ts +20 -0
  443. package/node_modules/@noble/hashes/esm/blake2s.d.ts.map +1 -0
  444. package/node_modules/@noble/hashes/esm/blake2s.js +21 -0
  445. package/node_modules/@noble/hashes/esm/blake2s.js.map +1 -0
  446. package/node_modules/@noble/hashes/esm/blake3.d.ts +54 -0
  447. package/node_modules/@noble/hashes/esm/blake3.d.ts.map +1 -0
  448. package/node_modules/@noble/hashes/esm/blake3.js +251 -0
  449. package/node_modules/@noble/hashes/esm/blake3.js.map +1 -0
  450. package/node_modules/@noble/hashes/esm/crypto.d.ts +2 -0
  451. package/node_modules/@noble/hashes/esm/crypto.d.ts.map +1 -0
  452. package/node_modules/@noble/hashes/esm/crypto.js +2 -0
  453. package/node_modules/@noble/hashes/esm/crypto.js.map +1 -0
  454. package/node_modules/@noble/hashes/esm/cryptoNode.d.ts +2 -0
  455. package/node_modules/@noble/hashes/esm/cryptoNode.d.ts.map +1 -0
  456. package/node_modules/@noble/hashes/esm/cryptoNode.js +15 -0
  457. package/node_modules/@noble/hashes/esm/cryptoNode.js.map +1 -0
  458. package/node_modules/@noble/hashes/esm/eskdf.d.ts +47 -0
  459. package/node_modules/@noble/hashes/esm/eskdf.d.ts.map +1 -0
  460. package/node_modules/@noble/hashes/esm/eskdf.js +160 -0
  461. package/node_modules/@noble/hashes/esm/eskdf.js.map +1 -0
  462. package/node_modules/@noble/hashes/esm/hkdf.d.ts +36 -0
  463. package/node_modules/@noble/hashes/esm/hkdf.d.ts.map +1 -0
  464. package/node_modules/@noble/hashes/esm/hkdf.js +82 -0
  465. package/node_modules/@noble/hashes/esm/hkdf.js.map +1 -0
  466. package/node_modules/@noble/hashes/esm/hmac.d.ts +35 -0
  467. package/node_modules/@noble/hashes/esm/hmac.d.ts.map +1 -0
  468. package/node_modules/@noble/hashes/esm/hmac.js +86 -0
  469. package/node_modules/@noble/hashes/esm/hmac.js.map +1 -0
  470. package/node_modules/@noble/hashes/esm/index.d.ts +2 -0
  471. package/node_modules/@noble/hashes/esm/index.d.ts.map +1 -0
  472. package/node_modules/@noble/hashes/esm/index.js +33 -0
  473. package/node_modules/@noble/hashes/esm/index.js.map +1 -0
  474. package/node_modules/@noble/hashes/esm/legacy.d.ts +71 -0
  475. package/node_modules/@noble/hashes/esm/legacy.d.ts.map +1 -0
  476. package/node_modules/@noble/hashes/esm/legacy.js +281 -0
  477. package/node_modules/@noble/hashes/esm/legacy.js.map +1 -0
  478. package/node_modules/@noble/hashes/esm/package.json +10 -0
  479. package/node_modules/@noble/hashes/esm/pbkdf2.d.ts +23 -0
  480. package/node_modules/@noble/hashes/esm/pbkdf2.d.ts.map +1 -0
  481. package/node_modules/@noble/hashes/esm/pbkdf2.js +97 -0
  482. package/node_modules/@noble/hashes/esm/pbkdf2.js.map +1 -0
  483. package/node_modules/@noble/hashes/esm/ripemd160.d.ts +13 -0
  484. package/node_modules/@noble/hashes/esm/ripemd160.d.ts.map +1 -0
  485. package/node_modules/@noble/hashes/esm/ripemd160.js +13 -0
  486. package/node_modules/@noble/hashes/esm/ripemd160.js.map +1 -0
  487. package/node_modules/@noble/hashes/esm/scrypt.d.ts +34 -0
  488. package/node_modules/@noble/hashes/esm/scrypt.d.ts.map +1 -0
  489. package/node_modules/@noble/hashes/esm/scrypt.js +228 -0
  490. package/node_modules/@noble/hashes/esm/scrypt.js.map +1 -0
  491. package/node_modules/@noble/hashes/esm/sha1.d.ts +11 -0
  492. package/node_modules/@noble/hashes/esm/sha1.d.ts.map +1 -0
  493. package/node_modules/@noble/hashes/esm/sha1.js +11 -0
  494. package/node_modules/@noble/hashes/esm/sha1.js.map +1 -0
  495. package/node_modules/@noble/hashes/esm/sha2.d.ts +159 -0
  496. package/node_modules/@noble/hashes/esm/sha2.d.ts.map +1 -0
  497. package/node_modules/@noble/hashes/esm/sha2.js +375 -0
  498. package/node_modules/@noble/hashes/esm/sha2.js.map +1 -0
  499. package/node_modules/@noble/hashes/esm/sha256.d.ts +20 -0
  500. package/node_modules/@noble/hashes/esm/sha256.d.ts.map +1 -0
  501. package/node_modules/@noble/hashes/esm/sha256.js +20 -0
  502. package/node_modules/@noble/hashes/esm/sha256.js.map +1 -0
  503. package/node_modules/@noble/hashes/esm/sha3-addons.d.ts +142 -0
  504. package/node_modules/@noble/hashes/esm/sha3-addons.d.ts.map +1 -0
  505. package/node_modules/@noble/hashes/esm/sha3-addons.js +393 -0
  506. package/node_modules/@noble/hashes/esm/sha3-addons.js.map +1 -0
  507. package/node_modules/@noble/hashes/esm/sha3.d.ts +53 -0
  508. package/node_modules/@noble/hashes/esm/sha3.d.ts.map +1 -0
  509. package/node_modules/@noble/hashes/esm/sha3.js +234 -0
  510. package/node_modules/@noble/hashes/esm/sha3.js.map +1 -0
  511. package/node_modules/@noble/hashes/esm/sha512.d.ts +26 -0
  512. package/node_modules/@noble/hashes/esm/sha512.d.ts.map +1 -0
  513. package/node_modules/@noble/hashes/esm/sha512.js +26 -0
  514. package/node_modules/@noble/hashes/esm/sha512.js.map +1 -0
  515. package/node_modules/@noble/hashes/esm/utils.d.ts +161 -0
  516. package/node_modules/@noble/hashes/esm/utils.d.ts.map +1 -0
  517. package/node_modules/@noble/hashes/esm/utils.js +281 -0
  518. package/node_modules/@noble/hashes/esm/utils.js.map +1 -0
  519. package/node_modules/@noble/hashes/hkdf.d.ts +36 -0
  520. package/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
  521. package/node_modules/@noble/hashes/hkdf.js +88 -0
  522. package/node_modules/@noble/hashes/hkdf.js.map +1 -0
  523. package/node_modules/@noble/hashes/hmac.d.ts +35 -0
  524. package/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
  525. package/node_modules/@noble/hashes/hmac.js +91 -0
  526. package/node_modules/@noble/hashes/hmac.js.map +1 -0
  527. package/node_modules/@noble/hashes/index.d.ts +1 -0
  528. package/node_modules/@noble/hashes/index.d.ts.map +1 -0
  529. package/node_modules/@noble/hashes/index.js +33 -0
  530. package/node_modules/@noble/hashes/index.js.map +1 -0
  531. package/node_modules/@noble/hashes/legacy.d.ts +71 -0
  532. package/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
  533. package/node_modules/@noble/hashes/legacy.js +287 -0
  534. package/node_modules/@noble/hashes/legacy.js.map +1 -0
  535. package/node_modules/@noble/hashes/package.json +266 -0
  536. package/node_modules/@noble/hashes/pbkdf2.d.ts +23 -0
  537. package/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
  538. package/node_modules/@noble/hashes/pbkdf2.js +101 -0
  539. package/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
  540. package/node_modules/@noble/hashes/ripemd160.d.ts +13 -0
  541. package/node_modules/@noble/hashes/ripemd160.d.ts.map +1 -0
  542. package/node_modules/@noble/hashes/ripemd160.js +16 -0
  543. package/node_modules/@noble/hashes/ripemd160.js.map +1 -0
  544. package/node_modules/@noble/hashes/scrypt.d.ts +34 -0
  545. package/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
  546. package/node_modules/@noble/hashes/scrypt.js +232 -0
  547. package/node_modules/@noble/hashes/scrypt.js.map +1 -0
  548. package/node_modules/@noble/hashes/sha1.d.ts +11 -0
  549. package/node_modules/@noble/hashes/sha1.d.ts.map +1 -0
  550. package/node_modules/@noble/hashes/sha1.js +14 -0
  551. package/node_modules/@noble/hashes/sha1.js.map +1 -0
  552. package/node_modules/@noble/hashes/sha2.d.ts +159 -0
  553. package/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
  554. package/node_modules/@noble/hashes/sha2.js +384 -0
  555. package/node_modules/@noble/hashes/sha2.js.map +1 -0
  556. package/node_modules/@noble/hashes/sha256.d.ts +20 -0
  557. package/node_modules/@noble/hashes/sha256.d.ts.map +1 -0
  558. package/node_modules/@noble/hashes/sha256.js +23 -0
  559. package/node_modules/@noble/hashes/sha256.js.map +1 -0
  560. package/node_modules/@noble/hashes/sha3-addons.d.ts +142 -0
  561. package/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
  562. package/node_modules/@noble/hashes/sha3-addons.js +402 -0
  563. package/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
  564. package/node_modules/@noble/hashes/sha3.d.ts +53 -0
  565. package/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
  566. package/node_modules/@noble/hashes/sha3.js +239 -0
  567. package/node_modules/@noble/hashes/sha3.js.map +1 -0
  568. package/node_modules/@noble/hashes/sha512.d.ts +26 -0
  569. package/node_modules/@noble/hashes/sha512.d.ts.map +1 -0
  570. package/node_modules/@noble/hashes/sha512.js +29 -0
  571. package/node_modules/@noble/hashes/sha512.js.map +1 -0
  572. package/node_modules/@noble/hashes/src/_assert.ts +22 -0
  573. package/node_modules/@noble/hashes/src/_blake.ts +50 -0
  574. package/node_modules/@noble/hashes/src/_md.ts +176 -0
  575. package/node_modules/@noble/hashes/src/_u64.ts +91 -0
  576. package/node_modules/@noble/hashes/src/argon2.ts +497 -0
  577. package/node_modules/@noble/hashes/src/blake1.ts +534 -0
  578. package/node_modules/@noble/hashes/src/blake2.ts +486 -0
  579. package/node_modules/@noble/hashes/src/blake2b.ts +10 -0
  580. package/node_modules/@noble/hashes/src/blake2s.ts +20 -0
  581. package/node_modules/@noble/hashes/src/blake3.ts +272 -0
  582. package/node_modules/@noble/hashes/src/crypto.ts +9 -0
  583. package/node_modules/@noble/hashes/src/cryptoNode.ts +15 -0
  584. package/node_modules/@noble/hashes/src/eskdf.ts +187 -0
  585. package/node_modules/@noble/hashes/src/hkdf.ts +88 -0
  586. package/node_modules/@noble/hashes/src/hmac.ts +94 -0
  587. package/node_modules/@noble/hashes/src/index.ts +31 -0
  588. package/node_modules/@noble/hashes/src/legacy.ts +293 -0
  589. package/node_modules/@noble/hashes/src/pbkdf2.ts +122 -0
  590. package/node_modules/@noble/hashes/src/ripemd160.ts +12 -0
  591. package/node_modules/@noble/hashes/src/scrypt.ts +257 -0
  592. package/node_modules/@noble/hashes/src/sha1.ts +10 -0
  593. package/node_modules/@noble/hashes/src/sha2.ts +402 -0
  594. package/node_modules/@noble/hashes/src/sha256.ts +24 -0
  595. package/node_modules/@noble/hashes/src/sha3-addons.ts +499 -0
  596. package/node_modules/@noble/hashes/src/sha3.ts +258 -0
  597. package/node_modules/@noble/hashes/src/sha512.ts +34 -0
  598. package/node_modules/@noble/hashes/src/utils.ts +395 -0
  599. package/node_modules/@noble/hashes/utils.d.ts +161 -0
  600. package/node_modules/@noble/hashes/utils.d.ts.map +1 -0
  601. package/node_modules/@noble/hashes/utils.js +313 -0
  602. package/node_modules/@noble/hashes/utils.js.map +1 -0
  603. package/package.json +203 -0
  604. package/schemas/catalog.schema.json +283 -0
  605. package/src/align.ts +235 -0
  606. package/src/audio-init-parser.ts +189 -0
  607. package/src/audio-ring-buffer.ts +120 -0
  608. package/src/authored-timing.ts +63 -0
  609. package/src/carp-catalog.ts +776 -0
  610. package/src/catalog-fec-params.ts +167 -0
  611. package/src/catalog-network-source.ts +49 -0
  612. package/src/catalog-validator.ts +34 -0
  613. package/src/cmaf-block-assembler.ts +1058 -0
  614. package/src/cmaf-group-batcher.ts +104 -0
  615. package/src/cmcd-producer.ts +329 -0
  616. package/src/codec-utils.ts +1539 -0
  617. package/src/fec-codec.ts +61 -0
  618. package/src/fec-manager.ts +1939 -0
  619. package/src/fec-starvation-detector.ts +128 -0
  620. package/src/fec-worker-setup.ts +177 -0
  621. package/src/fmp4-completion.ts +47 -0
  622. package/src/fmp4-reader.ts +112 -0
  623. package/src/index.ts +443 -0
  624. package/src/iso-bmff-timing.ts +688 -0
  625. package/src/loc.ts +181 -0
  626. package/src/manifest-auth-plan.ts +107 -0
  627. package/src/media-router.ts +1185 -0
  628. package/src/mfu-reassembler.ts +2842 -0
  629. package/src/mfu-reassembly-policy.ts +134 -0
  630. package/src/mmtp-container-parser.ts +1498 -0
  631. package/src/mmtp-decode-pipeline.ts +315 -0
  632. package/src/mmtp-router.ts +3027 -0
  633. package/src/mmtp-to-cmaf.ts +956 -0
  634. package/src/multicast-auth-catalog.ts +340 -0
  635. package/src/multicast-input.ts +439 -0
  636. package/src/multicast-manager.ts +1503 -0
  637. package/src/multicast-transport.ts +320 -0
  638. package/src/multicast-unwrap.ts +132 -0
  639. package/src/no-modules.ts +20 -0
  640. package/src/phase14-catalog-override.ts +336 -0
  641. package/src/repair-fetch.ts +217 -0
  642. package/src/sample-combiner.ts +846 -0
  643. package/src/signaling.ts +78 -0
  644. package/src/source-auth.ts +1 -0
  645. package/src/switching-set-alignment.ts +109 -0
  646. package/src/timestamp-codec.ts +265 -0
  647. package/src/track-pipeline-setup.ts +189 -0
  648. package/src/track-pipeline.ts +332 -0
  649. package/src/track-session.ts +778 -0
  650. package/src/transport-pool.ts +128 -0
  651. package/src/wasm-mfu-reassembler.ts +372 -0
  652. package/src/wasm-mmtp-container-parser.ts +23 -0
  653. package/test-vectors/align.json +199 -0
  654. package/test-vectors/catalog/README.md +25 -0
  655. package/test-vectors/catalog/negative/legacy-selection-params.json +15 -0
  656. package/test-vectors/catalog/negative/missing-mmtp-fields.json +12 -0
  657. package/test-vectors/catalog/negative/multicast-auth-padded-key.json +37 -0
  658. package/test-vectors/catalog/negative/multicast-auth-reused-track-format.json +53 -0
  659. package/test-vectors/catalog/negative/multicast-auth-trailing-pad-bits.json +37 -0
  660. package/test-vectors/catalog/negative/multicast-endpoint-missing-protocol-and-source.json +24 -0
  661. package/test-vectors/catalog/negative/network-source-object.json +25 -0
  662. package/test-vectors/catalog/negative/raptorq-unaligned-symbol.json +26 -0
  663. package/test-vectors/catalog/negative/repair-track-legacy-shape.json +18 -0
  664. package/test-vectors/catalog/negative/track-role-empty.json +16 -0
  665. package/test-vectors/catalog/negative/track-role-non-string.json +16 -0
  666. package/test-vectors/catalog/positive/fec-multicast.json +51 -0
  667. package/test-vectors/catalog/positive/flat-av.json +30 -0
  668. package/test-vectors/catalog/positive/multicast-auth-rotation.json +55 -0
  669. package/test-vectors/catalog/positive/ticks-and-mixed-timescales.json +39 -0
  670. package/test-vectors/catalog/positive/track-role.json +49 -0
  671. package/test-vectors/catalog/releases/moqcast-native-v16-v1/catalog.json +65 -0
  672. package/test-vectors/catalog/releases/moqcast-native-v16-v1.archive.sha256 +1 -0
  673. package/test-vectors/catalog-multicast-auth-v1.json +26 -0
  674. package/test-vectors/catalog-validation.json +148 -0
  675. package/test-vectors/catalog-validator-public-api.mjs +25 -0
  676. package/test-vectors/generate-source-auth-fixture.mjs +114 -0
  677. package/test-vectors/source-auth-v1.json +61 -0
  678. package/test-vectors/subsample-placement-v1.json +230 -0
@@ -0,0 +1,222 @@
1
+ /**
2
+ * @blockcast/fec-worker — Shred Worker Main-Thread Client
3
+ *
4
+ * Thin wrapper over the shred (Reed-Solomon) worker, mirroring
5
+ * {@link FecWorkerClient}'s shape. Spawns one Worker, speaks the
6
+ * {@link ShredWorkerCommand}/{@link ShredWorkerEvent} protocol, and keeps the
7
+ * datagram read loop + wire parse + WASM FEC off the main thread.
8
+ *
9
+ * Typical wiring for a WebTransport datagram source (fully off-thread):
10
+ *
11
+ * const client = new ShredWorkerClient(new URL("./shred-fec-worker.js", import.meta.url));
12
+ * client.onRecovered((data, meta) => renderRecoveredSet(data, meta));
13
+ * client.configure({ maxSlots: 5000, symbolSize: 512, wasmUrl: "/vendor/fec/mmt_wasm.js" });
14
+ * client.attachStream(wt.datagrams.readable); // transferred; main does no read() per packet
15
+ *
16
+ * For sources that demux on the main thread (moqtail OBJECT_DATAGRAM callback,
17
+ * IWA multicast bridge), push each raw frame with {@link feedShred} instead.
18
+ *
19
+ * {@link feedShred} is a fire-and-forget `postMessage` with no native
20
+ * backpressure, so a consumer that decodes slower than the ingest rate (a
21
+ * backgrounded/throttled tab, WASM RS falling behind a ~4k shred/s feed) would
22
+ * grow the worker's inbound message queue without limit — the queue lives in the
23
+ * renderer process and has been observed to reach multiple GB, GC-thrashing the
24
+ * page into a wedge. The client bounds it with an in-flight window keyed off the
25
+ * worker's own periodic stats heartbeat (no per-frame ack round-trip); see
26
+ * {@link ShredWorkerClientOptions.maxInflight}.
27
+ */
28
+
29
+ import type {
30
+ ShredWorkerCommand,
31
+ ShredWorkerConfig,
32
+ ShredWorkerEvent,
33
+ ShredWorkerStats,
34
+ ShredWorkerErrorCode,
35
+ RecoveredMeta,
36
+ } from "./shred-worker-types.js";
37
+
38
+ /** Construction-time options for {@link ShredWorkerClient}. */
39
+ export interface ShredWorkerClientOptions {
40
+ /**
41
+ * Cap on frames posted via {@link ShredWorkerClient.feedShred} but not yet
42
+ * drained by the worker, before further frames are dropped ("skip-to-live" at
43
+ * the worker boundary). Bounds the worker's inbound message queue — the sole
44
+ * unbounded structure on the main-thread-demux (`feedShred`) path.
45
+ *
46
+ * The drain signal is the worker's periodic `stats` heartbeat: the monotonic
47
+ * total of frames it has taken off the queue (`shredsRx + malformed +
48
+ * versionMismatch`). No per-frame acknowledgement crosses the boundary, so the
49
+ * bound is heartbeat-granular — size it above one heartbeat's worth of ingest
50
+ * (default 250ms heartbeat × ~4k frames/s ≈ ~1k frames).
51
+ *
52
+ * Default {@link DEFAULT_MAX_INFLIGHT} (8192 frames ≈ ~10 MB at ~1.3 KB/frame).
53
+ * Set to `0` (or any value `<= 0`) to disable the bound entirely — only do so
54
+ * for a source with its own backpressure (e.g. a bounded {@link
55
+ * ShredWorkerClient.attachStream} producer). Note the bound assumes `feedShred`
56
+ * is the sole ingest path; mixing it with `attachStream` (whose frames also
57
+ * advance the heartbeat total) makes the window under-count and benignly
58
+ * disables the drop.
59
+ */
60
+ maxInflight?: number;
61
+ }
62
+
63
+ /** Default {@link ShredWorkerClientOptions.maxInflight} (~10 MB of queued frames). */
64
+ export const DEFAULT_MAX_INFLIGHT = 8192;
65
+
66
+ export class ShredWorkerClient {
67
+ readonly #worker: Worker;
68
+ #onRecovered: ((data: ArrayBuffer, meta: RecoveredMeta) => void) | null = null;
69
+ #onStats: ((stats: ShredWorkerStats) => void) | null = null;
70
+ #onError: ((message: string, code?: ShredWorkerErrorCode) => void) | null = null;
71
+ #disposed = false;
72
+
73
+ /** feedShred in-flight backpressure accounting (see ShredWorkerClientOptions.maxInflight). */
74
+ readonly #maxInflight: number;
75
+ #sent = 0; // frames posted via feedShred (monotonic)
76
+ #processed = 0; // worker-consumed total from the last stats heartbeat (monotonic)
77
+ #droppedBackpressure = 0; // frames dropped by the in-flight guard (monotonic)
78
+
79
+ /**
80
+ * @param workerOrUrl - A URL (a Worker is created internally, `type: module`)
81
+ * or a pre-created Worker (for testing via constructor injection).
82
+ * @param opts - Optional {@link ShredWorkerClientOptions}.
83
+ */
84
+ constructor(workerOrUrl: Worker | URL, opts: ShredWorkerClientOptions = {}) {
85
+ this.#maxInflight = opts.maxInflight ?? DEFAULT_MAX_INFLIGHT;
86
+ this.#worker =
87
+ workerOrUrl instanceof URL
88
+ ? new Worker(workerOrUrl, { type: "module" })
89
+ : workerOrUrl;
90
+ this.#worker.onmessage = (e: MessageEvent<ShredWorkerEvent>) =>
91
+ this.#handleEvent(e.data);
92
+ this.#worker.onerror = (e) =>
93
+ this.#onError?.(formatWorkerError(e), "worker-runtime");
94
+ this.#worker.onmessageerror = () =>
95
+ this.#onError?.("failed to deserialize worker message", "worker-message");
96
+ }
97
+
98
+ /** Configure the decoder (WASM load + ShredFecBuffer construction happen in the worker). */
99
+ configure(config: ShredWorkerConfig): void {
100
+ if (this.#disposed) throw new Error("[ShredWorkerClient] disposed");
101
+ this.#post({ type: "configure", config });
102
+ }
103
+
104
+ /**
105
+ * Hand the worker a stream of raw shred frames to batch-drain. The stream is
106
+ * transferred — the caller must not use it afterward. One active stream at a
107
+ * time; attaching a new one cancels the previous.
108
+ */
109
+ attachStream(readable: ReadableStream<Uint8Array>): void {
110
+ if (this.#disposed) return;
111
+ this.#post({ type: "attachStream", readable }, [readable]);
112
+ }
113
+
114
+ /**
115
+ * Feed one already-demuxed raw shred frame. `frame` is transferred zero-copy;
116
+ * the caller must not access it afterward.
117
+ *
118
+ * Dropped (frame NOT transferred, so the caller's buffer stays intact) when the
119
+ * in-flight window is full — i.e. the worker is more than `maxInflight` frames
120
+ * behind. This is the memory bound: a slow/wedged consumer costs bounded
121
+ * skip-to-live drops (see {@link droppedBackpressure}), never an unbounded
122
+ * renderer-heap blow-up.
123
+ */
124
+ feedShred(frame: ArrayBuffer): void {
125
+ if (this.#disposed) return;
126
+ if (this.#maxInflight > 0 && this.#sent - this.#processed >= this.#maxInflight) {
127
+ this.#droppedBackpressure++;
128
+ return;
129
+ }
130
+ this.#sent++;
131
+ this.#post({ type: "feedShred", frame }, [frame]);
132
+ }
133
+
134
+ /** Explicitly drive loss recovery (in addition to the worker's internal timer). */
135
+ recoverAll(nowMs: number = Date.now()): void {
136
+ if (this.#disposed) return;
137
+ this.#post({ type: "recoverAll", nowMs });
138
+ }
139
+
140
+ /** Register callback for recovered/completed FEC sets. `data` is a transferred buffer. */
141
+ onRecovered(cb: (data: ArrayBuffer, meta: RecoveredMeta) => void): void {
142
+ this.#onRecovered = cb;
143
+ }
144
+
145
+ /** Register callback for the coalesced stats heartbeat. */
146
+ onStats(cb: (stats: ShredWorkerStats) => void): void {
147
+ this.#onStats = cb;
148
+ }
149
+
150
+ /** Register callback for worker errors. */
151
+ onError(cb: (message: string, code?: ShredWorkerErrorCode) => void): void {
152
+ this.#onError = cb;
153
+ }
154
+
155
+ /**
156
+ * Frames dropped by the in-flight backpressure guard since construction
157
+ * (monotonic). Surface this in the UI so sustained loss is visible rather than
158
+ * silent — a rising counter means the consumer can't keep pace with ingest.
159
+ */
160
+ get droppedBackpressure(): number {
161
+ return this.#droppedBackpressure;
162
+ }
163
+
164
+ /**
165
+ * Frames posted via {@link feedShred} but not yet reported drained by the
166
+ * worker's last stats heartbeat (best-effort, heartbeat-granular; never < 0).
167
+ */
168
+ get inflight(): number {
169
+ return Math.max(0, this.#sent - this.#processed);
170
+ }
171
+
172
+ /** Dispose the worker. Idempotent. */
173
+ dispose(): void {
174
+ if (this.#disposed) return;
175
+ this.#disposed = true;
176
+ try {
177
+ this.#worker.postMessage({ type: "dispose" } satisfies ShredWorkerCommand);
178
+ } catch {
179
+ /* worker may already be gone */
180
+ }
181
+ this.#worker.terminate();
182
+ }
183
+
184
+ #post(cmd: ShredWorkerCommand, transfer: Transferable[] = []): void {
185
+ this.#worker.postMessage(cmd, transfer);
186
+ }
187
+
188
+ #handleEvent(event: ShredWorkerEvent): void {
189
+ switch (event.type) {
190
+ case "recovered":
191
+ this.#onRecovered?.(event.data, event.meta);
192
+ break;
193
+ case "stats":
194
+ // The worker's monotonic consumed-frame total is the drain signal for
195
+ // the feedShred in-flight guard. shredsRx counts only valid frames;
196
+ // malformed + versionMismatch are consumed off the queue too, so the
197
+ // sum is the true "frames taken off the queue" and keeps the window
198
+ // from inflating (and false-dropping) on a malformed/skewed source.
199
+ this.#processed =
200
+ event.stats.shredsRx + event.stats.malformed + event.stats.versionMismatch;
201
+ this.#onStats?.(event.stats);
202
+ break;
203
+ case "error":
204
+ if (event.code) this.#onError?.(event.message, event.code);
205
+ else this.#onError?.(event.message);
206
+ break;
207
+ }
208
+ }
209
+ }
210
+
211
+ function formatWorkerError(event: ErrorEvent): string {
212
+ const parts = ["Worker error"];
213
+ if (event.message) parts.push(event.message);
214
+ if (event.filename) {
215
+ const loc = [event.filename];
216
+ if (event.lineno) loc.push(String(event.lineno));
217
+ if (event.colno) loc.push(String(event.colno));
218
+ parts.push(`at ${loc.join(":")}`);
219
+ }
220
+ if (event.error instanceof Error && event.error.stack) parts.push(event.error.stack);
221
+ return parts.join(": ");
222
+ }
@@ -0,0 +1,194 @@
1
+ /**
2
+ * @blockcast/fec-worker — Shred (Reed-Solomon) Worker Protocol
3
+ *
4
+ * A sibling codec to the RaptorQ/MMTP worker (`fec-worker.ts`). Solana-style
5
+ * shred streams carry a different FEC payload identity than MMTP source/repair
6
+ * symbols — a shred is `(slot, fecSetIndex, localIndex, numData, numCoding,
7
+ * isCoding, lastInSet)`, not a flat `ssId` — so they need their own command
8
+ * shape. The transport harness (Worker spawn, onmessage plumbing, zero-copy
9
+ * `toOwnedArrayBuffer` transfers) is shared; the decoder WASM is not.
10
+ *
11
+ * The worker owns the batch-drain: the consumer transfers a WebTransport
12
+ * `datagrams.readable` (or any `ReadableStream<Uint8Array>` of raw shred
13
+ * frames) into the Worker via {@link ShredWorkerCommand} `attachStream`, and
14
+ * the read loop + wire parse + `ShredFecBuffer.add_shred` all run off the main
15
+ * thread. Only recovered FEC sets (and coalesced stats) cross back. A
16
+ * `feedShred` command covers sources that have already demuxed the shred bytes
17
+ * on the main thread (e.g. a moqtail OBJECT_DATAGRAM callback, or the IWA
18
+ * multicast bridge).
19
+ *
20
+ * Types here are importable from both main thread and Worker contexts.
21
+ */
22
+
23
+ // --- Wire format ------------------------------------------------------------
24
+
25
+ /**
26
+ * Wire header layout the worker parses. Mirrors the deployed shred player's
27
+ * `onShredBytes` exactly (libmmt shred-forwarder `emit_frame`) so the off-thread
28
+ * path is bit-identical to the proven on-thread path.
29
+ *
30
+ * v3 (28-byte header):
31
+ * [0] version u8 (== 3; non-3 frames are dropped, not misframed)
32
+ * [1-8] slot u64 LE
33
+ * [9-12] fecSetIndex u32 LE
34
+ * [13-16] localIndex u32 LE (data: 0..numData; coding: numData+position)
35
+ * [17] flags u8 (bit0 = DATA_COMPLETE, bit1 = IS_CODING_SHRED)
36
+ * [18] numData u8 (coding shreds only; 0 on data — WASM infers)
37
+ * [19] numCoding u8 (coding shreds only; 0 on data)
38
+ * [20-27] sendTsUs u64 LE (µs since epoch, 0 when unstamped)
39
+ * [28+] erasureShard (equal length across the FEC set)
40
+ *
41
+ * DATA_COMPLETE (last data shred in the set) is passed to `add_shred` as its
42
+ * `lastInSet` argument — the WASM uses it to infer numData for a set that
43
+ * received only data shreds (no coding).
44
+ */
45
+ export const SHRED_WIRE_VERSION = 3;
46
+ export const SHRED_HEADER_LEN = 28;
47
+ export const SHRED_FLAG_DATA_COMPLETE = 0x01;
48
+ export const SHRED_FLAG_IS_CODING = 0x02;
49
+
50
+ // --- Config -----------------------------------------------------------------
51
+
52
+ /** Per-decoder configuration for the shred FEC worker. */
53
+ export interface ShredWorkerConfig {
54
+ /** Ring capacity in slots (matches `new ShredFecBuffer(maxSlots, symbolSize)`). */
55
+ maxSlots: number;
56
+ /** Symbol size in bytes (Solana shred payloads are fixed-size within a set). */
57
+ symbolSize: number;
58
+ /**
59
+ * Module URL for the shred WASM (wasm-bindgen ESM exporting `default` init +
60
+ * `ShredFecBuffer`). The worker `import()`s it and calls `await default()`.
61
+ * Ignored when `self.__SHRED_WASM_BINDINGS__` is pre-injected (tests / custom
62
+ * loaders), mirroring the RaptorQ worker's `__MMT_WASM_BINDINGS__` contract.
63
+ */
64
+ wasmUrl?: string;
65
+ /**
66
+ * How often (ms) the worker coalesces and posts a `stats` event. The read
67
+ * loop never posts per-shred; only recovered frames and this heartbeat cross
68
+ * the boundary. Default 250ms.
69
+ */
70
+ statsIntervalMs?: number;
71
+ /**
72
+ * How often (ms) the worker runs `try_recover_all(now)` to drain timed-out
73
+ * FEC sets that `add_shred` didn't complete (loss scenarios). Default 50ms,
74
+ * matching the player's on-thread recovery timer. Set to 0 to disable (the
75
+ * consumer may instead drive it explicitly with `recoverAll`).
76
+ */
77
+ recoverIntervalMs?: number;
78
+ }
79
+
80
+ // --- Stats ------------------------------------------------------------------
81
+
82
+ /**
83
+ * First-shred-per-slot sample, collected by the worker and drained into each
84
+ * coalesced `stats` heartbeat. Lets the main thread run app-specific,
85
+ * slot-derived stats (e.g. the turbine-leg latency estimator, per-slot latency
86
+ * percentiles) WITHOUT re-parsing the wire header — the worker stays the single
87
+ * source of truth for parsing, and these cross the boundary aggregated (a
88
+ * handful per heartbeat), never per-packet.
89
+ */
90
+ export interface SlotSample {
91
+ /** Slot number (first shred of this slot the worker saw). */
92
+ slot: bigint;
93
+ /** Publisher send timestamp (µs since epoch) of that first shred, 0 when unstamped. */
94
+ sendTsUs: bigint;
95
+ /** Frame byte length of that first shred. */
96
+ bytes: number;
97
+ }
98
+
99
+ /** Aggregate shred-decode counters, emitted on the coalesced `stats` heartbeat. */
100
+ export interface ShredWorkerStats {
101
+ /** Total shred frames parsed (data + coding). */
102
+ shredsRx: number;
103
+ /** Data (source) shreds observed. */
104
+ sourceShreds: number;
105
+ /** Coding (repair) shreds observed. */
106
+ repairShreds: number;
107
+ /** FEC sets completed (direct completion + FEC recovery). */
108
+ fecSetsCompleted: number;
109
+ /** Bytes handed back as recovered/completed sets. */
110
+ bytesReassembled: number;
111
+ /** Sets recovered specifically via `try_recover_all` (loss recovery). */
112
+ fecSetsRecovered: number;
113
+ /** Current `ShredFecBuffer.pending_fec_sets()`, or -1 when unavailable. */
114
+ pendingFecSets: number;
115
+ /** Frames dropped for being shorter than the v3 header. */
116
+ malformed: number;
117
+ /** Frames dropped for carrying a non-v3 version byte (forwarder/worker skew). */
118
+ versionMismatch: number;
119
+ /** Highest slot number observed (as a string — bigint isn't JSON-safe for UI). */
120
+ currentSlot: string;
121
+ /** First-shred-per-slot samples parsed since the previous heartbeat (drained each emit). */
122
+ slotSamples: SlotSample[];
123
+ }
124
+
125
+ /** Stable identities for worker failures whose message text carries live values. */
126
+ export type ShredWorkerErrorCode =
127
+ | "wasm-load-failed"
128
+ | "wasm-bindings-missing"
129
+ | "not-configured"
130
+ | "stream-read-failed"
131
+ | "unknown-command"
132
+ | "worker-runtime"
133
+ | "worker-message";
134
+
135
+ // --- Recovered frame metadata ----------------------------------------------
136
+
137
+ /** Metadata attached to each recovered set the worker emits. */
138
+ export interface RecoveredMeta {
139
+ /**
140
+ * Slot the recovered set belongs to. Attributed on both the direct-completion
141
+ * path and the identity-carrying recovery drain
142
+ * (`try_recover_all_with_identity`); only 0n on the legacy `ShredReassembler`
143
+ * fallback, which has no identity variant. Do NOT branch on `slot === 0n` as
144
+ * "unattributed" — that would drop the majority of recovered sets.
145
+ */
146
+ slot: bigint;
147
+ /** FEC set index within the slot (0 only on the legacy identity-less fallback). */
148
+ fecSetIndex: number;
149
+ /**
150
+ * Publisher send timestamp (µs since epoch), 0 when unstamped/unknown. On
151
+ * direct completion this is the completing shred's stamp; on the recovery
152
+ * drain it is the set's first-seen shred stamp (shreds of a set are sent µs
153
+ * apart, so the two are equivalent latency baselines).
154
+ */
155
+ sendTsUs: bigint;
156
+ /** True when produced by loss recovery (`try_recover_all`) rather than direct completion. */
157
+ recovered: boolean;
158
+ }
159
+
160
+ // --- Commands (main -> worker) ----------------------------------------------
161
+
162
+ /** Discriminated union of all commands sent from the main thread to the shred worker. */
163
+ export type ShredWorkerCommand =
164
+ | { type: "configure"; config: ShredWorkerConfig }
165
+ | {
166
+ /**
167
+ * Hand the worker a stream of raw shred frames to batch-drain. Each
168
+ * chunk is one wire frame (one WebTransport datagram). The stream is
169
+ * transferred (add to the postMessage transfer list) — the main thread
170
+ * must not touch it afterward.
171
+ */
172
+ type: "attachStream";
173
+ readable: ReadableStream<Uint8Array>;
174
+ }
175
+ | {
176
+ /**
177
+ * Feed one already-demuxed raw shred frame. `frame` is transferred
178
+ * zero-copy — the caller must not access it after posting. Use this for
179
+ * sources whose demux stays on the main thread (moqtail OBJECT_DATAGRAM
180
+ * callback, IWA multicast bridge).
181
+ */
182
+ type: "feedShred";
183
+ frame: ArrayBuffer;
184
+ }
185
+ | { type: "recoverAll"; nowMs: number }
186
+ | { type: "dispose" };
187
+
188
+ // --- Events (worker -> main) ------------------------------------------------
189
+
190
+ /** Discriminated union of all events emitted from the shred worker to the main thread. */
191
+ export type ShredWorkerEvent =
192
+ | { type: "recovered"; data: ArrayBuffer; meta: RecoveredMeta }
193
+ | { type: "stats"; stats: ShredWorkerStats }
194
+ | { type: "error"; message: string; code?: ShredWorkerErrorCode };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Return a fresh ArrayBuffer containing exactly the bytes in `view`.
3
+ *
4
+ * Worker outputs must not transfer buffers that might be owned by a WASM
5
+ * binding or by a larger shared packet. A fresh JS-owned buffer gives
6
+ * postMessage() exclusive ownership without detaching unrelated memory.
7
+ */
8
+ export function toOwnedArrayBuffer(view: Uint8Array): ArrayBuffer {
9
+ const copy = new Uint8Array(view.byteLength);
10
+ copy.set(view);
11
+ return copy.buffer;
12
+ }
@@ -0,0 +1,181 @@
1
+ # @blockcast/mmt-alta-parse
2
+
3
+ Zero-dependency leaf package that extracts the detached **ALTA authenticator trailer** from an MMTP source packet. ALTA (Authenticated Lightweight TESLA-like Algorithm) is Blockcast's sender-authentication scheme for multicast streams: each MMTP source packet carries a detached signature trailer that downstream consumers (the FEC worker, the FFI core) verify against a catalog-published public key. This package is **the parser only** — it locates the trailer, returns the raw authenticator bytes, and tells the caller where the signed payload ends. Signature verification (Ed25519 / P-256) lives in the consumer that has crypto and the public key in hand.
4
+
5
+ It is split into a leaf package with zero `@blockcast/*` dependencies so both `@blockcast/mmt-container` (wire-path parsing) and `@blockcast/fec-worker` (FEC-recovered-source parsing) can share one implementation without creating a package cycle.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ pnpm add @blockcast/mmt-alta-parse
11
+ ```
12
+
13
+ ## Quick start
14
+
15
+ ```ts
16
+ import { extractAltaTrailer } from "@blockcast/mmt-alta-parse"
17
+
18
+ // `wirePacket` is a full MMTP packet as it came off the network (Uint8Array).
19
+ const trailer = extractAltaTrailer(wirePacket)
20
+
21
+ if (trailer === null) {
22
+ // Packet has no ALTA trailer. This is normal for:
23
+ // - non-MPU packets (repair, signaling)
24
+ // - unsigned streams
25
+ // - malformed / truncated packets
26
+ return
27
+ }
28
+
29
+ // `trailer.auth` — the authenticator bytes (no ext_type/ext_length prefix)
30
+ // `trailer.signedEnd` — byte offset where the signed payload ends inside wirePacket.
31
+ // The signer signed wirePacket.subarray(0, signedEnd).
32
+
33
+ const signedPayload = wirePacket.subarray(0, trailer.signedEnd)
34
+ // Hand off to a verifier with the catalog-published public key:
35
+ // ed25519.verify_detached(trailer.auth, signedPayload, publicKey)
36
+ ```
37
+
38
+ For FEC-recovered source symbols (where the upstream FEC pipeline has already stripped the 4-byte Source FEC Payload ID), pass `{ skipFecId: true }`:
39
+
40
+ ```ts
41
+ const trailer = extractAltaTrailer(recoveredSymbol, { skipFecId: true })
42
+ ```
43
+
44
+ ## Exports
45
+
46
+ Per `package.json` (single entry point, ESM only):
47
+
48
+ | Export | Kind | Purpose |
49
+ |--------|------|---------|
50
+ | `extractAltaTrailer(packet, options?)` | function | Parse a wire MMTP packet and return its `AltaTrailer` or `null`. |
51
+ | `AltaTrailer` | type | `{ auth: Uint8Array; signedEnd: number }` |
52
+ | `MMTP_EXT_TYPE_ALTA_AUTH` | const `0xf0a1` | The MMTP header-extension `ext_type` assigned to the detached ALTA trailer. |
53
+ | `MMTP_EXT_TRAILER_HEADER_SIZE` | const `4` | Fixed size of the trailer's `[ext_type][ext_length]` prefix (2 + 2 bytes BE). |
54
+
55
+ The package has no runtime dependencies — `package.json` lists `"dependencies": {}`.
56
+
57
+ ## ALTA wire format
58
+
59
+ The detached ALTA authenticator is appended **after** the declared MPU payload bytes and **before** the optional 4-byte Source FEC Payload ID. ISO/IEC 23008-1 defines `payload_length` as a length-after-field value: it includes the six MPU-header bytes following the field, the MFU data-unit header when present, and the media bytes. The MMTP header-extension `X` bit stays `0` — non-ALTA receivers treat the trailing bytes as data past `payload_length` and discard them per ISO/IEC 23008-1 §9.2.2 ("may be discarded without impacting correct processing").
60
+
61
+ Wire layout for a signed source packet:
62
+
63
+ ```
64
+ | MMTP hdr | length (2) | remaining MPU hdr (6) | MFU hdr? | MFU data | TRAILER | SS_ID? (4) |
65
+ \_______________________________________________________/
66
+ payload_length bytes start after the field
67
+ ^
68
+ |
69
+ signedEnd
70
+ ```
71
+
72
+ In MPU-payload coordinates, `signedEnd` is exactly `2 + payload_length`; the returned packet-relative offset also includes the complete, possibly extended MMTP header.
73
+
74
+ The trailer itself is:
75
+
76
+ ```
77
+ | ext_type (2 BE) | ext_length (2 BE) | auth (ext_length bytes) |
78
+ 0xf0a1
79
+ ```
80
+
81
+ - `ext_type = 0xf0a1` identifies the trailer as ALTA. Anything else is rejected (`null` return).
82
+ - `ext_length` is the authenticator length in bytes — 64 for Ed25519, 64 for P-256 raw `(r,s)`, or whatever the signer minted.
83
+ - The signed range is everything from byte 0 through `signedEnd-1` of the wire packet — i.e. the MMTP header, MPU header, MFU header, and MFU payload, but **not** the trailer itself or the optional FEC payload ID.
84
+
85
+ This is the **detached trailer** form (a.k.a. "Path 2 / 08-07") from `draft-ramadan-moq-mmt` §12. It coexists with FEC: the signer signs the source-packet bytes **before** they enter the FEC encoder, so a receiver that recovers a missing source symbol from repair gets the same signed bytes the sender minted. This is the "sign-before-encode" rule — see the parent monorepo Phase 8 spec.
86
+
87
+ ### When `extractAltaTrailer` returns `null`
88
+
89
+ The function returns `null` (rather than throwing) for every non-trailer outcome — see `src/index.ts:69-115`:
90
+
91
+ | Condition | Why |
92
+ |-----------|-----|
93
+ | Packet shorter than `MMTP_HEADER_SIZE + MPU_HEADER_SIZE` (20 B) | Truncated/malformed |
94
+ | Packet type ≠ MPU (`0x00`) | Repair and signaling packets aren't signed per-packet |
95
+ | Fragment type ≠ 2 (MFU) | Only timed or non-timed MFU media packets carry trailers |
96
+ | `payload_length` cannot contain the MPU-header remainder, structurally required DU header, and media | The declaration ends inside headers or describes a header-only MFU |
97
+ | `2 + payload_length` exceeds the pre-FEC packet boundary | Truncated/malformed declaration |
98
+ | No bytes between MFU data and SS_ID for the 4-byte trailer header | Unsigned stream |
99
+ | `ext_type` ≠ `0xf0a1` | Some other header-extension lives in that slot |
100
+ | Declared `ext_length` does not end exactly at the SS_ID boundary | Malformed or ambiguous trailer suffix |
101
+
102
+ Callers should treat `null` as "no signature on this packet" and route based on stream policy (require-signed vs allow-unsigned).
103
+
104
+ ## Verification flow (where this package fits)
105
+
106
+ ```
107
+ catalog (CMSF)
108
+
109
+ alta.publicKey (SPKI bytes)
110
+
111
+
112
+ ┌─────────────────────────────────────────────────────┐
113
+ │ @blockcast/mmt-container :: mmtp-router │
114
+ │ wirePacket → extractAltaTrailer(packet) ──────────┼──► this package
115
+ │ ⇒ { auth, signedEnd } │
116
+ │ │
117
+ │ feedSourceSymbol(..., { auth, payloadEnd: signedEnd })
118
+ └────────────────────────┬────────────────────────────┘
119
+
120
+
121
+ ┌─────────────────────────────────────────────────────┐
122
+ │ @blockcast/fec-worker (configured with publicKey)│
123
+ │ ed25519.verify_detached(auth, │
124
+ │ symbol[0..payloadEnd], │
125
+ │ publicKey) │
126
+ │ → emits altaVerified per packet → FecTrackStats │
127
+ └─────────────────────────────────────────────────────┘
128
+ ```
129
+
130
+ Concretely, in `packages/container/src/mmtp-router.ts:798`, the router calls `extractAltaTrailer(packet)` for every signed source packet on the wire, packages the result as `{ auth, payloadEnd: signedEnd }`, and hands it to the FEC manager. The FEC worker (configured with `alta.publicKey` from the CMSF catalog at `configure()` time) does the actual Ed25519 / P-256 verification and increments per-track `altaVerified` / `altaFailed` counters in `FecTrackStats`. Those counters surface in CMCD as `x-bc-alta-verified` (see `packages/container/src/cmcd-producer.ts:93`).
131
+
132
+ ## Why not TESLA
133
+
134
+ TESLA (RFC 4082) is the IETF reference for sender-authenticated multicast: it uses delayed-disclosure of MAC keys to amortize signing cost, but at the protocol level it carries 10–20% authentication overhead per stream (depending on key chain depth and disclosure interval). ALTA is Blockcast's lighter variant — same threat model (verify each packet was minted by the legitimate sender, not a rogue injector on the multicast group), measurably lower overhead (~6.91% in production multicast tests). The parent monorepo's `CLAUDE.md` calls this out at `packages/alta/`. ALTA replaces the v2 stub verifier in v3.0 / Phase 8.
135
+
136
+ ## Relation to DRM
137
+
138
+ ALTA and DRM solve **different** problems and are orthogonal:
139
+
140
+ | | ALTA | DRM (Widevine / PlayReady / FairPlay / ClearKey) |
141
+ |---|---|---|
142
+ | Authenticates | the **sender** | the **receiver** |
143
+ | Question | "Did this packet come from the legitimate broadcaster?" | "Is this device authorized to play this content?" |
144
+ | Wire layer | Per-MMTP-packet detached trailer | Sample-level CENC encryption + license server |
145
+ | Catalog field | `alta.publicKey` | `contentProtection[]` (planned in v4 / M7) |
146
+
147
+ A stream can use both — ALTA on the multicast wire (so receivers reject injected packets), CENC + DRM at the sample level (so unauthorized devices can't play). They don't interact.
148
+
149
+ ## Specifications
150
+
151
+ - **ISO/IEC 23008-1:2023** §9.2.2 (MMTP packet header), §9.2.3 (MPU/MFU header) — the host packet structure
152
+ - **draft-ramadan-moq-mmt** §12 — detached authenticator trailer ("Path 2 / 08-07") wire format
153
+ - **RFC 8032** — Ed25519 signature algorithm (a typical inhabitant of the trailer)
154
+ - **NIST FIPS 186-4** — ECDSA over P-256 (alternative inhabitant)
155
+ - **RFC 4082** — TESLA (the heavier scheme ALTA replaces; included for context, not a dependency)
156
+ - ATSC A/331 §A — referenced by libmmt for catalog-style key/signaling distribution patterns
157
+
158
+ This package is agnostic to the signature algorithm — it only carries opaque bytes.
159
+
160
+ ## Related packages
161
+
162
+ | Package | Role |
163
+ |---------|------|
164
+ | `@blockcast/mmt-container` | Consumes this parser via `mmtp-router.ts`; provides the CMSF catalog that distributes `alta.publicKey` to the FEC worker. |
165
+ | `@blockcast/fec-worker` | Verifier — receives `{ auth, payloadEnd }` and the catalog public key at configure time, performs the actual Ed25519 / P-256 verification, increments `altaVerified` / `altaFailed` in `FecTrackStats`. |
166
+ | `@blockcast/mmt-fec` | Surfaces verification counters to the application via FEC stats snapshots. |
167
+
168
+ ## Testing
169
+
170
+ ```bash
171
+ pnpm test # vitest run
172
+ pnpm test:watch # vitest in watch mode
173
+ pnpm typecheck # tsc --noEmit
174
+ pnpm build # tsc → dist/
175
+ ```
176
+
177
+ Direct tests in `src/index.test.ts` cover canonical complete/fragmented declarations, ALTA-only and ALTA+FEC suffixes, malformed lengths, and rejection of obsolete boundary conventions. Coverage is also exercised through the re-exported parser in `@blockcast/mmt-container`.
178
+
179
+ ## License
180
+
181
+ Apache-2.0 — see `LICENSE`.
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Zero-dependency helper for extracting the detached ALTA authenticator trailer
3
+ * from an MMTP source packet.
4
+ *
5
+ * Lives in its own leaf package so both `@blockcast/mmt-container` (wire-path
6
+ * parsing) and `@blockcast/fec-worker` (FEC-recovered-source parsing) can share
7
+ * one implementation without creating a package cycle between them.
8
+ *
9
+ * Spec: ISO/IEC 23008-1:2023 + draft-ramadan-moq-mmt §12 (detached trailer, Path 2).
10
+ */
11
+ /**
12
+ * MMTP header-extension ext_type assigned to the detached ALTA authenticator
13
+ * trailer (Path 2 / 08-07). Carried in an `[ext_type][ext_length][auth]`
14
+ * block appended after the MPU's declared payload bytes, before the 4-byte
15
+ * Source FEC Payload ID. MMTP X-bit stays 0 — non-ALTA MMTP receivers treat
16
+ * the trailer as bytes past `payload_length` and skip it (per ISO 23008-1
17
+ * §9.2.2 "may be discarded without impacting correct processing").
18
+ */
19
+ export declare const MMTP_EXT_TYPE_ALTA_AUTH = 61601;
20
+ /** Fixed size of the trailer's `[ext_type][ext_length]` prefix (2 + 2 BE). */
21
+ export declare const MMTP_EXT_TRAILER_HEADER_SIZE = 4;
22
+ /** Result of extracting the detached ALTA authenticator from an MMTP packet. */
23
+ export interface AltaTrailer {
24
+ /** Authenticator bytes (no ext_type/ext_length prefix, no trailing padding). */
25
+ auth: Uint8Array;
26
+ /**
27
+ * Wire-packet byte offset where the signed payload ends, i.e. where the
28
+ * trailer begins. Caller uses this to produce
29
+ * `payload = wirePacket.subarray(0, signedEnd)` for verify_detached.
30
+ */
31
+ signedEnd: number;
32
+ }
33
+ /**
34
+ * Extract the detached ALTA authenticator trailer from an MMTP source packet.
35
+ *
36
+ * Wire layout:
37
+ * `[MMTP hdr][length(2)][remaining MPU hdr(6)][DU?][media][TRAILER][SS_ID?]`
38
+ * `payload_length = 6 + DU bytes + media bytes`
39
+ *
40
+ * Returns `null` when:
41
+ * - the packet is too small / malformed,
42
+ * - `payload_length` cannot contain the remaining six MPU-header bytes,
43
+ * - the declared payload overruns the packet,
44
+ * - no bytes remain between `payload_length` and the SS_ID,
45
+ * - the trailer's `ext_type` isn't {@link MMTP_EXT_TYPE_ALTA_AUTH},
46
+ * - the declared `ext_length` would extend past the SS_ID boundary.
47
+ *
48
+ * Non-MPU packets (repair, signaling) always return `null`.
49
+ *
50
+ * @param options.skipFecId When true, do NOT reserve 4 trailing bytes for the
51
+ * Source FEC Payload ID. Use on FEC-recovered symbols where the PID has
52
+ * already been stripped upstream.
53
+ */
54
+ export declare function extractAltaTrailer(mmtpPacket: Uint8Array, options?: {
55
+ skipFecId?: boolean;
56
+ }): AltaTrailer | null;
57
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAiBH;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,QAAS,CAAA;AAE7C,8EAA8E;AAC9E,eAAO,MAAM,4BAA4B,IAAI,CAAA;AAE7C,gFAAgF;AAChF,MAAM,WAAW,WAAW;IAC1B,gFAAgF;IAChF,IAAI,EAAE,UAAU,CAAA;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAA;CAClB;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAChC,WAAW,GAAG,IAAI,CA4DpB"}