@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,956 @@
1
+ /**
2
+ * MMTP → CMAF converter per draft-ramadan-moq-mmt §5.3.
3
+ *
4
+ * Converts reassembled MFU frames (raw codec samples from MMTP) into
5
+ * fMP4 segments (moof+mdat) suitable for MSE SourceBuffer.appendBuffer().
6
+ *
7
+ * MPU metadata (fragment_type=0) packets from FFmpeg are complete
8
+ * ftyp+moov init segments and can be used directly as MSE init data.
9
+ *
10
+ * MFU data (fragment_type=2) contains raw AVCC samples that must be
11
+ * wrapped in moof+mdat boxes for MSE consumption.
12
+ *
13
+ * ISO 14496-12 (ISOBMFF) box construction is inline — no dependencies.
14
+ */
15
+
16
+ // ── ISOBMFF box helpers ──
17
+
18
+ function box(type: string, ...children: Uint8Array[]): Uint8Array {
19
+ let size = 8
20
+ for (const c of children) size += c.length
21
+ const buf = new Uint8Array(size)
22
+ new DataView(buf.buffer).setUint32(0, size)
23
+ buf[4] = type.charCodeAt(0)
24
+ buf[5] = type.charCodeAt(1)
25
+ buf[6] = type.charCodeAt(2)
26
+ buf[7] = type.charCodeAt(3)
27
+ let pos = 8
28
+ for (const c of children) {
29
+ buf.set(c, pos)
30
+ pos += c.length
31
+ }
32
+ return buf
33
+ }
34
+
35
+ function fullBox(type: string, version: number, flags: number, ...children: Uint8Array[]): Uint8Array {
36
+ let size = 12
37
+ for (const c of children) size += c.length
38
+ const buf = new Uint8Array(size)
39
+ const dv = new DataView(buf.buffer)
40
+ dv.setUint32(0, size)
41
+ buf[4] = type.charCodeAt(0)
42
+ buf[5] = type.charCodeAt(1)
43
+ buf[6] = type.charCodeAt(2)
44
+ buf[7] = type.charCodeAt(3)
45
+ dv.setUint32(8, (version << 24) | (flags & 0xffffff))
46
+ let pos = 12
47
+ for (const c of children) {
48
+ buf.set(c, pos)
49
+ pos += c.length
50
+ }
51
+ return buf
52
+ }
53
+
54
+ function u32(v: number): Uint8Array {
55
+ const b = new Uint8Array(4)
56
+ new DataView(b.buffer).setUint32(0, v)
57
+ return b
58
+ }
59
+
60
+ // ── Sample flags per ISO 14496-12 §8.8.3.1 ──
61
+ const KEYFRAME_FLAGS = 0x02000000
62
+ const DELTA_FLAGS = 0x01010000
63
+
64
+ // ── Track geometry field ranges per ISO 14496-12 ──
65
+ // tkhd/trex/tfhd track_ID and the mdhd/mvhd timescales are all unsigned 32-bit
66
+ // fields, written below with DataView.setUint32. That call takes the value
67
+ // modulo 2^32 without complaint, so an out-of-range configuration does not
68
+ // fail — it silently emits different geometry than the caller asked for
69
+ // (trackId 2^32 becomes track 0, which no fragment can ever reference).
70
+ const UINT32_MAX = 0xffffffff
71
+ // mvhd next_track_ID is emitted as track_ID + 1 by both buildVideoInitSegment
72
+ // and buildAudioInitSegment (ISO 14496-12 §8.2.2.3, "a non-zero integer"). At
73
+ // track_ID = UINT32_MAX that sum wraps to 0, which is both invalid and
74
+ // indistinguishable from an unset field, so the largest usable track_ID is one
75
+ // below the field maximum. (Cited by symbol, not line: this repo's docs gate
76
+ // exists because line anchors rot silently — see rustfmt.yml's citation check.)
77
+ const MAX_TRACK_ID = UINT32_MAX - 1
78
+ const INT32_MIN = -0x80000000
79
+ const INT32_MAX = 0x7fffffff
80
+
81
+ /**
82
+ * Fail closed on a track_ID the fMP4 writers below cannot serialize faithfully.
83
+ *
84
+ * Called from both low-level encoders (encodeDataSegment,
85
+ * encodeMultiSampleSegment) so every fragment path is covered by construction
86
+ * rather than by enumerating callers. The class wrappers and init builders call
87
+ * it earlier as well — partly for a clearer label, partly because the encoders
88
+ * receive an already-incremented sequence number, so their throw would gap the
89
+ * sequence on a call that emitted nothing.
90
+ */
91
+ function assertTrackId(trackId: number, label: string): void {
92
+ if (!Number.isInteger(trackId) || trackId <= 0 || trackId > MAX_TRACK_ID) {
93
+ throw new RangeError(`${label} must be an integer in 1..${MAX_TRACK_ID}, got ${trackId}`)
94
+ }
95
+ }
96
+
97
+ /** Fail closed on a timescale the mdhd/mvhd uint32 fields cannot hold. */
98
+ function assertTimescale(timescale: number, label: string): void {
99
+ if (!Number.isInteger(timescale) || timescale <= 0 || timescale > UINT32_MAX) {
100
+ throw new RangeError(`${label} must be an integer in 1..${UINT32_MAX}, got ${timescale}`)
101
+ }
102
+ }
103
+
104
+ /** Fail closed on a signed trun sample_composition_time_offset. */
105
+ function assertCompositionTimeOffsets(
106
+ samples: Array<{ compositionTimeOffset?: number }>,
107
+ ): void {
108
+ for (let i = 0; i < samples.length; i++) {
109
+ const offset = samples[i]!.compositionTimeOffset
110
+ if (offset !== undefined &&
111
+ (!Number.isInteger(offset) || offset < INT32_MIN || offset > INT32_MAX)) {
112
+ throw new RangeError(
113
+ `sample ${i} compositionTimeOffset must be an integer in ${INT32_MIN}..${INT32_MAX}, got ${offset}`,
114
+ )
115
+ }
116
+ }
117
+ }
118
+
119
+ /**
120
+ * Wrap multiple samples in a single moof+mdat fMP4 segment.
121
+ *
122
+ * Builds a trun with N sample entries (duration + size + flags each).
123
+ * Used by CmafBlockAssembler to emit one segment per FEC source block.
124
+ *
125
+ * @param samples - Array of samples with data, duration (timescale units), keyframe flag,
126
+ * and an optional signed composition-time offset (same timescale units)
127
+ * @param baseDecodeTime - Decode time of the first sample in timescale units
128
+ * @param sequence - moof sequence number
129
+ * @param trackId - ISO track ID (default 1)
130
+ * @returns moof+mdat bytes ready for SourceBuffer.appendBuffer()
131
+ */
132
+ export function encodeMultiSampleSegment(
133
+ samples: Array<{
134
+ data: Uint8Array
135
+ duration: number
136
+ keyframe: boolean
137
+ compositionTimeOffset?: number
138
+ }>,
139
+ baseDecodeTime: number,
140
+ sequence: number,
141
+ trackId = 1,
142
+ ): Uint8Array {
143
+ if (samples.length === 0) return new Uint8Array(0)
144
+ assertTrackId(trackId, 'trackId')
145
+ assertCompositionTimeOffsets(samples)
146
+
147
+ const mfhd = fullBox('mfhd', 0, 0, u32(sequence))
148
+ const tfhd = fullBox('tfhd', 0, 0x020000, u32(trackId))
149
+
150
+ // tfdt version=1 for 64-bit baseMediaDecodeTime
151
+ const tfdtBody = new Uint8Array(8)
152
+ const tfdtView = new DataView(tfdtBody.buffer)
153
+ tfdtView.setUint32(0, Math.floor(baseDecodeTime / 0x100000000))
154
+ tfdtView.setUint32(4, baseDecodeTime >>> 0)
155
+ const tfdt = fullBox('tfdt', 1, 0, tfdtBody)
156
+
157
+ // A composition-time offset is signed only in trun version 1. When one is
158
+ // present, every sample gets the field; omitted offsets are encoded as zero.
159
+ const hasCompositionTimeOffset = samples.some(sample => sample.compositionTimeOffset !== undefined)
160
+ const trunVersion = hasCompositionTimeOffset ? 1 : 0
161
+ const trunFlags = 0x000701 | (hasCompositionTimeOffset ? 0x000800 : 0)
162
+ // 4 bytes sample_count + 4 bytes data_offset + N * (4+4+4 [+4]) per sample
163
+ const sampleCount = samples.length
164
+ const sampleEntrySize = hasCompositionTimeOffset ? 16 : 12
165
+ const trunBody = new Uint8Array(8 + sampleCount * sampleEntrySize)
166
+ const trunView = new DataView(trunBody.buffer)
167
+ trunView.setUint32(0, sampleCount)
168
+ trunView.setUint32(4, 0) // dataOffset placeholder
169
+ for (let i = 0; i < sampleCount; i++) {
170
+ const s = samples[i]!
171
+ const off = 8 + i * sampleEntrySize
172
+ trunView.setUint32(off, s.duration >>> 0)
173
+ trunView.setUint32(off + 4, s.data.length)
174
+ trunView.setUint32(off + 8, s.keyframe ? KEYFRAME_FLAGS : DELTA_FLAGS)
175
+ if (hasCompositionTimeOffset) {
176
+ trunView.setInt32(off + 12, s.compositionTimeOffset ?? 0)
177
+ }
178
+ }
179
+ const trun = fullBox('trun', trunVersion, trunFlags, trunBody)
180
+
181
+ const traf = box('traf', tfhd, tfdt, trun)
182
+ const moof = box('moof', mfhd, traf)
183
+
184
+ // Concatenate all sample data into mdat
185
+ let mdatSize = 0
186
+ for (const s of samples) mdatSize += s.data.length
187
+ const mdatPayload = new Uint8Array(mdatSize)
188
+ let pos = 0
189
+ for (const s of samples) {
190
+ mdatPayload.set(s.data, pos)
191
+ pos += s.data.length
192
+ }
193
+ const mdat = box('mdat', mdatPayload)
194
+
195
+ // Fix trun.dataOffset: moof size + 8 (mdat box header)
196
+ const dataOffsetPos = 8 + mfhd.length + 8 + tfhd.length + tfdt.length + 12 + 4
197
+ new DataView(moof.buffer).setUint32(dataOffsetPos, moof.length + 8)
198
+
199
+ const result = new Uint8Array(moof.length + mdat.length)
200
+ result.set(moof, 0)
201
+ result.set(mdat, moof.length)
202
+ return result
203
+ }
204
+
205
+ // ── Green fill / silence generators ──
206
+
207
+ /**
208
+ * Generate a minimal H.264 IDR slice NAL for green fill (YUV 0,128,128).
209
+ *
210
+ * Reuses SPS/PPS from the stream's avcC so the fill frame is compatible
211
+ * with the existing decoder configuration. Returns AVCC-framed data
212
+ * (4-byte length prefix per NAL) ready for moof+mdat wrapping.
213
+ *
214
+ * @param avcC - Raw avcC payload from catalog description
215
+ * @param width - Video width in pixels
216
+ * @param height - Video height in pixels
217
+ */
218
+ export function generateGreenFillNAL(avcC: Uint8Array, width: number, height: number): Uint8Array {
219
+ // Parse SPS and PPS from avcC box payload
220
+ // avcC layout: version(1) + profile(1) + compat(1) + level(1) + lengthSizeMinusOne(1)
221
+ // + numSPS(1) + [spsLen(2) + spsData]... + numPPS(1) + [ppsLen(2) + ppsData]...
222
+ if (avcC.length < 8) return new Uint8Array(0)
223
+
224
+ const lengthSize = (avcC[4]! & 0x03) + 1 // NAL length field size (usually 4)
225
+ let offset = 5
226
+ const numSPS = avcC[offset++]! & 0x1f
227
+ const nals: Uint8Array[] = []
228
+
229
+ // Extract SPS NAL(s)
230
+ for (let i = 0; i < numSPS; i++) {
231
+ if (offset + 2 > avcC.length) break
232
+ const spsLen = (avcC[offset]! << 8) | avcC[offset + 1]!
233
+ offset += 2
234
+ if (offset + spsLen > avcC.length) break
235
+ const sps = avcC.subarray(offset, offset + spsLen)
236
+ // AVCC frame: 4-byte length + NAL
237
+ const framed = new Uint8Array(4 + sps.length)
238
+ new DataView(framed.buffer).setUint32(0, sps.length)
239
+ framed.set(sps, 4)
240
+ nals.push(framed)
241
+ offset += spsLen
242
+ }
243
+
244
+ // Extract PPS NAL(s)
245
+ if (offset < avcC.length) {
246
+ const numPPS = avcC[offset++]!
247
+ for (let i = 0; i < numPPS; i++) {
248
+ if (offset + 2 > avcC.length) break
249
+ const ppsLen = (avcC[offset]! << 8) | avcC[offset + 1]!
250
+ offset += 2
251
+ if (offset + ppsLen > avcC.length) break
252
+ const pps = avcC.subarray(offset, offset + ppsLen)
253
+ const framed = new Uint8Array(4 + pps.length)
254
+ new DataView(framed.buffer).setUint32(0, pps.length)
255
+ framed.set(pps, 4)
256
+ nals.push(framed)
257
+ offset += ppsLen
258
+ }
259
+ }
260
+
261
+ // Build minimal IDR slice NAL (NAL type 5)
262
+ // Slice header: first_mb_in_slice=0, slice_type=7 (I), pic_parameter_set_id=0
263
+ // Exp-Golomb coded: 0(1 bit) + 0001000(slice_type=7=I-all, ue(v)) + 1(pps_id=0, ue(v))
264
+ // Then fill with green macroblocks.
265
+ //
266
+ // For a minimal valid IDR that decodes to green, we use:
267
+ // nal_type=5 (IDR), slice_type=I, then CABAC/CAVLC all-intra-16x16
268
+ // with luma DC=0, chroma DC=128. Exact encoding depends on SPS entropy mode.
269
+ //
270
+ // Simplified approach: generate a very small IDR slice that MSE will accept.
271
+ // The slice header + minimal macroblock data. The decoder fills with the
272
+ // predicted values which default to mid-gray/green.
273
+ const mbWidth = Math.ceil(width / 16)
274
+ const mbHeight = Math.ceil(height / 16)
275
+ const totalMBs = mbWidth * mbHeight
276
+
277
+ // Minimal IDR slice: nal_ref_idc=3, nal_type=5
278
+ // Slice header bits: first_mb=0 (1 bit ue), slice_type=7 (I-all, 0001000 ue),
279
+ // pps_id=0 (1 bit ue), frame_num=0 (depends on SPS log2_max)
280
+ // We construct a minimal bitstream that encodes an all-skip I-slice.
281
+ // For simplicity, build a fixed small IDR payload — the decoder will
282
+ // pad/error-conceal remaining MBs producing a solid fill frame.
283
+ const idrSlice = new Uint8Array([
284
+ 0x65, // nal_ref_idc=3, nal_type=5 (IDR)
285
+ 0x88, // slice header: first_mb_in_slice=0, slice_type=7 (I)
286
+ 0x80, // pps_id=0, frame_num=0, idr_pic_id=0
287
+ 0x40, // slice data: mb_skip_run covering remaining MBs
288
+ // Truncated — decoder will error-conceal remaining MBs as green/gray
289
+ ])
290
+ const idrFramed = new Uint8Array(4 + idrSlice.length)
291
+ new DataView(idrFramed.buffer).setUint32(0, idrSlice.length)
292
+ idrFramed.set(idrSlice, 4)
293
+ nals.push(idrFramed)
294
+
295
+ // Concatenate all NALs: SPS + PPS + IDR
296
+ let totalLen = 0
297
+ for (const n of nals) totalLen += n.length
298
+ const result = new Uint8Array(totalLen)
299
+ let p = 0
300
+ for (const n of nals) {
301
+ result.set(n, p)
302
+ p += n.length
303
+ }
304
+ return result
305
+ }
306
+
307
+ /**
308
+ * Generate a minimal silent audio frame for FEC fill.
309
+ *
310
+ * Supports AAC (mp4a) and Opus codecs. Returns raw frame data (no ADTS/OBU
311
+ * header) suitable for fMP4/CMAF wrapping.
312
+ *
313
+ * @param codec - Audio codec string (e.g. 'mp4a.40.2', 'opus')
314
+ * @param sampleRate - Audio sample rate (e.g. 48000)
315
+ * @param channels - Channel count (e.g. 1 or 2)
316
+ */
317
+ export function generateSilenceFrame(codec: string, sampleRate: number, channels: number): Uint8Array {
318
+ if (codec.startsWith('opus') || codec.startsWith('Opus')) {
319
+ return generateSilenceOpus(channels)
320
+ }
321
+ return generateSilenceAAC(sampleRate, channels)
322
+ }
323
+
324
+ /** Minimal silent AAC-LC access unit (raw, no ADTS). */
325
+ function generateSilenceAAC(sampleRate: number, channels: number): Uint8Array {
326
+ if (channels >= 2) {
327
+ // CPE (channel pair element) + END
328
+ return new Uint8Array([
329
+ 0x21, 0x00, 0x49, 0x90, 0x02, 0x19, 0x00, 0x23, 0x80,
330
+ ])
331
+ }
332
+ // SCE (single channel element) + END
333
+ return new Uint8Array([
334
+ 0x01, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00,
335
+ ])
336
+ }
337
+
338
+ /** Minimal silent Opus frame.
339
+ * RFC 6716 §3.1: a 1-byte frame with code 0 encodes silence for SILK/CELT. */
340
+ function generateSilenceOpus(channels: number): Uint8Array {
341
+ // Opus TOC byte: config=0 (SILK NB 10ms), s=0 (mono/stereo from channel mapping), c=0 (1 frame)
342
+ // Frame data: single zero byte → silence
343
+ // For stereo, channel mapping in fMP4 init handles routing; the Opus frame itself is the same.
344
+ return new Uint8Array([0xF8, 0xFF, 0xFE])
345
+ }
346
+
347
+ export function normalizeAacSampleForCmaf(data: Uint8Array): Uint8Array {
348
+ if (data.length < 7 || data[0] !== 0xff || (data[1]! & 0xf6) !== 0xf0) {
349
+ return data
350
+ }
351
+ const headerLength = (data[1]! & 0x01) ? 7 : 9
352
+ if (data.length <= headerLength) return data
353
+ const frameLength = ((data[3]! & 0x03) << 11) | (data[4]! << 3) | ((data[5]! & 0xe0) >>> 5)
354
+ if (frameLength !== data.length || frameLength <= headerLength) return data
355
+ return data.subarray(headerLength)
356
+ }
357
+
358
+ /**
359
+ * Wrap a single raw codec sample in a moof+mdat fMP4 segment.
360
+ *
361
+ * @param data - Raw sample bytes (AVCC H.264 or raw AAC)
362
+ * @param timestamp - Decode time in timescale units
363
+ * @param duration - Sample duration in timescale units
364
+ * @param keyframe - true for IDR/sync sample
365
+ * @param sequence - moof sequence number (monotonically incrementing)
366
+ * @param trackId - ISO track ID (default 1)
367
+ * @returns moof+mdat bytes ready for SourceBuffer.appendBuffer()
368
+ */
369
+ export function encodeDataSegment(
370
+ data: Uint8Array,
371
+ timestamp: number,
372
+ duration: number,
373
+ keyframe: boolean,
374
+ sequence: number,
375
+ trackId = 1,
376
+ compositionTimeOffset?: number,
377
+ ): Uint8Array {
378
+ assertTrackId(trackId, 'trackId')
379
+ assertCompositionTimeOffsets([{ compositionTimeOffset }])
380
+ if (compositionTimeOffset !== undefined) {
381
+ return encodeMultiSampleSegment(
382
+ [{ data, duration, keyframe, compositionTimeOffset }],
383
+ timestamp,
384
+ sequence,
385
+ trackId,
386
+ )
387
+ }
388
+ const sampleFlags = keyframe ? KEYFRAME_FLAGS : DELTA_FLAGS
389
+
390
+ const mfhd = fullBox('mfhd', 0, 0, u32(sequence))
391
+ const tfhd = fullBox('tfhd', 0, 0x020000, u32(trackId))
392
+
393
+ // tfdt version=1 for 64-bit baseMediaDecodeTime
394
+ const tfdtBody = new Uint8Array(8)
395
+ const tfdtView = new DataView(tfdtBody.buffer)
396
+ tfdtView.setUint32(0, Math.floor(timestamp / 0x100000000))
397
+ tfdtView.setUint32(4, timestamp >>> 0)
398
+ const tfdt = fullBox('tfdt', 1, 0, tfdtBody)
399
+
400
+ // trun: flags=0x000701 (data-offset + duration + size + flags)
401
+ const trunBody = new Uint8Array(20)
402
+ const trunView = new DataView(trunBody.buffer)
403
+ trunView.setUint32(0, 1) // sample_count
404
+ trunView.setUint32(4, 0) // dataOffset placeholder
405
+ trunView.setUint32(8, duration >>> 0)
406
+ trunView.setUint32(12, data.length)
407
+ trunView.setUint32(16, sampleFlags)
408
+ const trun = fullBox('trun', 0, 0x000701, trunBody)
409
+
410
+ const traf = box('traf', tfhd, tfdt, trun)
411
+ const moof = box('moof', mfhd, traf)
412
+ const mdat = box('mdat', data)
413
+
414
+ // Fix trun.dataOffset: moof size + 8 (mdat box header)
415
+ const dataOffsetPos = 8 + mfhd.length + 8 + tfhd.length + tfdt.length + 12 + 4
416
+ new DataView(moof.buffer).setUint32(dataOffsetPos, moof.length + 8)
417
+
418
+ const result = new Uint8Array(moof.length + mdat.length)
419
+ result.set(moof, 0)
420
+ result.set(mdat, moof.length)
421
+ return result
422
+ }
423
+
424
+ /**
425
+ * Build an ftyp+moov init segment for H.264 video MSE from an avcC box.
426
+ *
427
+ * @param avcC - Raw avcC box payload (SPS/PPS configuration)
428
+ * @param width - Video width in pixels
429
+ * @param height - Video height in pixels
430
+ * @param timescale - Timescale (default 1_000_000 = microseconds)
431
+ * @param trackId - Track ID (default 1)
432
+ */
433
+ export function buildVideoInitSegment(
434
+ avcC: Uint8Array,
435
+ width: number,
436
+ height: number,
437
+ timescale = 1_000_000,
438
+ trackId = 1,
439
+ ): Uint8Array {
440
+ // Validated here as well as in setVideoTrackParams: this builder is exported
441
+ // from the package index, so a direct caller reaches the same uint32 tkhd /
442
+ // trex / mdhd / mvhd fields without passing through the class.
443
+ assertTrackId(trackId, 'video trackId')
444
+ assertTimescale(timescale, 'video timescale')
445
+ const ftyp = box('ftyp', new Uint8Array([
446
+ 0x69, 0x73, 0x6f, 0x6d, 0, 0, 2, 0,
447
+ 0x69, 0x73, 0x6f, 0x6d,
448
+ 0x69, 0x73, 0x6f, 0x36,
449
+ 0x6d, 0x70, 0x34, 0x31,
450
+ ]))
451
+
452
+ const avcCBox = box('avcC', avcC)
453
+ const avc1Body = new Uint8Array(78 + avcCBox.length)
454
+ const avc1View = new DataView(avc1Body.buffer)
455
+ avc1View.setUint16(6, 1)
456
+ avc1View.setUint16(24, width)
457
+ avc1View.setUint16(26, height)
458
+ avc1View.setUint32(28, 0x00480000)
459
+ avc1View.setUint32(32, 0x00480000)
460
+ avc1View.setUint16(40, 1)
461
+ avc1View.setUint16(74, 0x0018)
462
+ avc1View.setInt16(76, -1)
463
+ avc1Body.set(avcCBox, 78)
464
+ const avc1 = box('avc1', avc1Body)
465
+
466
+ const stsd = fullBox('stsd', 0, 0, u32(1), avc1)
467
+ const stbl = box('stbl', stsd,
468
+ fullBox('stts', 0, 0, u32(0)),
469
+ fullBox('stsc', 0, 0, u32(0)),
470
+ fullBox('stsz', 0, 0, u32(0), u32(0)),
471
+ fullBox('stco', 0, 0, u32(0)),
472
+ )
473
+ const dinf = box('dinf', fullBox('dref', 0, 0, u32(1), fullBox('url ', 0, 1)))
474
+ const minf = box('minf', fullBox('vmhd', 0, 1), dinf, stbl)
475
+ const hdlr = fullBox('hdlr', 0, 0, new Uint8Array([
476
+ 0, 0, 0, 0, 0x76, 0x69, 0x64, 0x65,
477
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
478
+ 0x56, 0x69, 0x64, 0x65, 0x6f, 0,
479
+ ]))
480
+ const mdhdBody = new Uint8Array(20)
481
+ new DataView(mdhdBody.buffer).setUint32(8, timescale)
482
+ const mdhd = fullBox('mdhd', 0, 0, mdhdBody)
483
+ const mdia = box('mdia', mdhd, hdlr, minf)
484
+
485
+ const tkhdBody = new Uint8Array(80)
486
+ const tkhdView = new DataView(tkhdBody.buffer)
487
+ tkhdView.setUint32(8, trackId)
488
+ tkhdView.setUint32(36, 0x00010000)
489
+ tkhdView.setUint32(52, 0x00010000)
490
+ tkhdView.setUint32(64, 0x40000000)
491
+ tkhdView.setUint32(72, width << 16)
492
+ tkhdView.setUint32(76, height << 16)
493
+ const tkhd = fullBox('tkhd', 0, 3, tkhdBody)
494
+ const trak = box('trak', tkhd, mdia)
495
+
496
+ const mvhdBody = new Uint8Array(96)
497
+ const mvhdView = new DataView(mvhdBody.buffer)
498
+ mvhdView.setUint32(8, timescale)
499
+ mvhdView.setUint32(16, 0x00010000)
500
+ mvhdView.setUint16(20, 0x0100)
501
+ mvhdView.setUint32(32, 0x00010000)
502
+ mvhdView.setUint32(48, 0x00010000)
503
+ mvhdView.setUint32(60, 0x40000000)
504
+ mvhdView.setUint32(92, trackId + 1)
505
+ const mvhd = fullBox('mvhd', 0, 0, mvhdBody)
506
+
507
+ const trexBody = new Uint8Array(20)
508
+ new DataView(trexBody.buffer).setUint32(0, trackId)
509
+ new DataView(trexBody.buffer).setUint32(4, 1)
510
+ const mvex = box('mvex', fullBox('trex', 0, 0, trexBody))
511
+
512
+ const moov = box('moov', mvhd, trak, mvex)
513
+ const result = new Uint8Array(ftyp.length + moov.length)
514
+ result.set(ftyp, 0)
515
+ result.set(moov, ftyp.length)
516
+ return result
517
+ }
518
+
519
+ /**
520
+ * Build ftyp+moov init segment for AAC audio MSE.
521
+ */
522
+ export function buildAudioInitSegment(
523
+ sampleRate: number,
524
+ channels: number,
525
+ asc?: Uint8Array,
526
+ timescale?: number,
527
+ trackId = 1,
528
+ ): Uint8Array {
529
+ // trackId only: this reaches the same uint32 tkhd/trex/mvhd fields as the
530
+ // video builder. The audio *timescale* is deliberately left unchecked here —
531
+ // wrapAudioSample branches on its exact value, so constraining it belongs
532
+ // with that path rather than in this range fix.
533
+ assertTrackId(trackId, 'audio trackId')
534
+ const ts = timescale ?? sampleRate
535
+
536
+ if (!asc) {
537
+ const freqTable = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350]
538
+ const fi = freqTable.indexOf(sampleRate)
539
+ const freqIdx = fi >= 0 ? fi : 0x0f
540
+ if (freqIdx <= 0x0e) {
541
+ const v = (2 << 11) | (freqIdx << 7) | (channels << 3)
542
+ asc = new Uint8Array([(v >> 8) & 0xff, v & 0xff])
543
+ } else {
544
+ asc = new Uint8Array([
545
+ (2 << 3) | 0x07,
546
+ (0x08 | ((sampleRate >> 20) & 0x07)) & 0xff,
547
+ (sampleRate >> 12) & 0xff,
548
+ (sampleRate >> 4) & 0xff,
549
+ (((sampleRate & 0x0f) << 4) | (channels << 0)) & 0xff,
550
+ ])
551
+ }
552
+ }
553
+
554
+ // esds: ES_Descriptor → DecoderConfigDescriptor → AudioSpecificConfig
555
+ const dsi = new Uint8Array(2 + asc.length)
556
+ dsi[0] = 0x05; dsi[1] = asc.length; dsi.set(asc, 2)
557
+ const dcdBody = new Uint8Array(13 + dsi.length)
558
+ dcdBody[0] = 0x40; dcdBody[1] = 0x15; dcdBody.set(dsi, 13)
559
+ const dcd = new Uint8Array(2 + dcdBody.length)
560
+ dcd[0] = 0x04; dcd[1] = dcdBody.length; dcd.set(dcdBody, 2)
561
+ const esBody = new Uint8Array(3 + dcd.length)
562
+ esBody[0] = 0; esBody[1] = 0x01; esBody[2] = 0; esBody.set(dcd, 3)
563
+ const es = new Uint8Array(2 + esBody.length)
564
+ es[0] = 0x03; es[1] = esBody.length; es.set(esBody, 2)
565
+ const esdsBox = fullBox('esds', 0, 0, es)
566
+
567
+ const mp4aBody = new Uint8Array(28 + esdsBox.length)
568
+ const mp4aView = new DataView(mp4aBody.buffer)
569
+ mp4aView.setUint16(6, 1)
570
+ mp4aView.setUint16(16, channels)
571
+ mp4aView.setUint16(18, 16)
572
+ mp4aView.setUint32(24, sampleRate << 16)
573
+ mp4aBody.set(esdsBox, 28)
574
+ const mp4a = box('mp4a', mp4aBody)
575
+
576
+ const stsd = fullBox('stsd', 0, 0, u32(1), mp4a)
577
+ const stbl = box('stbl', stsd,
578
+ fullBox('stts', 0, 0, u32(0)),
579
+ fullBox('stsc', 0, 0, u32(0)),
580
+ fullBox('stsz', 0, 0, u32(0), u32(0)),
581
+ fullBox('stco', 0, 0, u32(0)),
582
+ )
583
+ const dinf = box('dinf', fullBox('dref', 0, 0, u32(1), fullBox('url ', 0, 1)))
584
+ const minf = box('minf', fullBox('smhd', 0, 0, new Uint8Array(4)), dinf, stbl)
585
+ const hdlr = fullBox('hdlr', 0, 0, new Uint8Array([
586
+ 0, 0, 0, 0, 0x73, 0x6f, 0x75, 0x6e,
587
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
588
+ 0x53, 0x6f, 0x75, 0x6e, 0x64, 0,
589
+ ]))
590
+ const mdhdBody = new Uint8Array(20)
591
+ new DataView(mdhdBody.buffer).setUint32(8, ts)
592
+ const mdhd = fullBox('mdhd', 0, 0, mdhdBody)
593
+ const mdia = box('mdia', mdhd, hdlr, minf)
594
+
595
+ const tkhdBody = new Uint8Array(80)
596
+ const tkhdView = new DataView(tkhdBody.buffer)
597
+ tkhdView.setUint32(8, trackId)
598
+ tkhdView.setUint32(36, 0x00010000)
599
+ tkhdView.setUint32(52, 0x00010000)
600
+ tkhdView.setUint32(64, 0x40000000)
601
+ const tkhd = fullBox('tkhd', 0, 3, tkhdBody)
602
+ const trak = box('trak', tkhd, mdia)
603
+
604
+ const mvhdBody = new Uint8Array(96)
605
+ const mvhdView = new DataView(mvhdBody.buffer)
606
+ mvhdView.setUint32(8, ts)
607
+ mvhdView.setUint32(16, 0x00010000)
608
+ mvhdView.setUint16(20, 0x0100)
609
+ mvhdView.setUint32(32, 0x00010000)
610
+ mvhdView.setUint32(48, 0x00010000)
611
+ mvhdView.setUint32(60, 0x40000000)
612
+ mvhdView.setUint32(92, trackId + 1)
613
+ const mvhd = fullBox('mvhd', 0, 0, mvhdBody)
614
+
615
+ const trexBody = new Uint8Array(20)
616
+ new DataView(trexBody.buffer).setUint32(0, trackId)
617
+ new DataView(trexBody.buffer).setUint32(4, 1)
618
+ const mvex = box('mvex', fullBox('trex', 0, 0, trexBody))
619
+
620
+ const moov = box('moov', mvhd, trak, mvex)
621
+ const ftyp = box('ftyp', new Uint8Array([
622
+ 0x69, 0x73, 0x6f, 0x6d, 0, 0, 2, 0,
623
+ 0x69, 0x73, 0x6f, 0x6d,
624
+ 0x69, 0x73, 0x6f, 0x36,
625
+ 0x6d, 0x70, 0x34, 0x31,
626
+ ]))
627
+ const result = new Uint8Array(ftyp.length + moov.length)
628
+ result.set(ftyp, 0)
629
+ result.set(moov, ftyp.length)
630
+ return result
631
+ }
632
+
633
+ /**
634
+ * MMTP → CMAF converter.
635
+ *
636
+ * Accepts reassembled MFU frames (raw codec samples) from MmtpDecoder
637
+ * and produces fMP4 segments for MSE SourceBuffer.
638
+ *
639
+ * Per draft-ramadan-moq-mmt §5.3:
640
+ * MPU metadata (ftyp+moov) → init segment
641
+ * MFU sample bytes → moof+mdat data segment
642
+ *
643
+ * Timescale is microseconds (1_000_000) matching MMTP NTP short timestamps
644
+ * converted via mmtpTimestampToMicros().
645
+ */
646
+ export class MmtpToCmaf {
647
+ #videoSeq = 1
648
+ #audioSeq = 1
649
+ #videoInitSegment: Uint8Array | null = null
650
+ // Known only for locally-built init segments. Wire-supplied MPU metadata is
651
+ // intentionally opaque here, so setVideoTrackParams remains the API that
652
+ // lets a caller declare its track geometry before wrapping samples.
653
+ #videoInitTrackId: number | null = null
654
+ #audioInitSegment: Uint8Array | null = null
655
+ #lastVideoTimestamp = 0
656
+ // Sticky sample duration in video timescale units, updated from caller-
657
+ // supplied durations or adjacent-timestamp deltas. null means "nothing
658
+ // observed yet", in which case #videoFrameDuration derives ~30fps from the
659
+ // configured timescale (33333 at the 1_000_000 default, i.e. unchanged).
660
+ #frameDuration: number | null = null
661
+ // Per-track rebase: each track anchors on its OWN first sample so
662
+ // baseMediaDecodeTime is never negative. A shared base was wrong — if the
663
+ // first sample of one track arrives later than the other's first sample,
664
+ // the earlier track computes `timestamp - sharedBase` as a negative number,
665
+ // which serializes into tfdt as a huge unsigned uint64 (~2^64 - 46) and
666
+ // Chromium rejects the segment with CHUNK_DEMUXER_ERROR_APPEND_FAILED,
667
+ // closing the MediaSource and detaching all SourceBuffers.
668
+ // For A/V alignment, choose a COMMON anchor: set when the first sample of
669
+ // EITHER track arrives, but only if that sample's timestamp is <= any
670
+ // subsequent track's first sample. Implementation: each track rebases to
671
+ // the minimum timestamp seen across tracks on their respective first sample.
672
+ #videoBaseTs = -1
673
+ #audioBaseTs = -1
674
+
675
+ // Video track geometry. These pair with the video init segment's tkhd
676
+ // track_ID and mdhd/mvhd timescale: every moof this converter emits must
677
+ // reference the same track at the same rate or the browser either drops the
678
+ // fragment (unknown track) or plays it at the wrong rate. They are
679
+ // configuration rather than stream state, so — unlike the sequence numbers
680
+ // and time bases above — reset() deliberately preserves them, matching the
681
+ // fact that reset() also preserves #videoInitSegment.
682
+ #videoTrackId = 1
683
+ #videoTimescale = 1_000_000
684
+
685
+ /**
686
+ * Point the single-sample video wrappers at a specific track and rate.
687
+ *
688
+ * Call this when the init segment came off the wire (setInitSegmentFromMpu)
689
+ * rather than from buildVideoInit, so the wrappers match the publisher's
690
+ * tkhd/mdhd instead of assuming trackId=1 at microsecond rate. Consumers
691
+ * that build their init through buildVideoInit can pass the same values
692
+ * there instead and skip this call.
693
+ *
694
+ * The rate is settable only until the first single-sample wrap — see the
695
+ * throw below for why.
696
+ */
697
+ setVideoTrackParams(trackId: number, timescale: number) {
698
+ assertTrackId(trackId, 'video trackId')
699
+ assertTimescale(timescale, 'video timescale')
700
+ // #frameDuration, #lastVideoTimestamp and #videoBaseTs are all denominated
701
+ // in #videoTimescale, so moving the rate out from under them reinterprets
702
+ // every one at the new rate. Both consequences are silent:
703
+ // - a duration latched as 33333 (1 MHz ~30fps) re-emits as 33333 ticks of
704
+ // 90 kHz, a 370 ms frame;
705
+ // - a base captured on the old scale rebases new-scale timestamps to a
706
+ // negative relTs, which tfdt serializes as a ~2^64 uint64 and Chromium
707
+ // rejects with CHUNK_DEMUXER_ERROR_APPEND_FAILED, closing the
708
+ // MediaSource (same failure the #videoBaseTs comment above describes).
709
+ // Rescaling instead of refusing would be a guess: the class cannot tell
710
+ // whether the caller's next timestamps continue this timeline in new units
711
+ // or open a fresh epoch. reset() is the exact mechanism for that
712
+ // discontinuity — it clears all three fields while preserving geometry —
713
+ // so require it rather than infer. Re-asserting the same rate is a no-op.
714
+ // A cached init also fixes the track ID in tkhd/trex; changing only the
715
+ // wrapper setting would make later tfhd IDs disagree with that init.
716
+ if (trackId !== this.#videoTrackId && this.#videoInitTrackId !== null) {
717
+ throw new Error(
718
+ `video track ID cannot change from ${this.#videoTrackId} to ${trackId} ` +
719
+ 'after a video init has been cached; replace the init atomically',
720
+ )
721
+ }
722
+ if (timescale !== this.#videoTimescale && this.#videoBaseTs >= 0) {
723
+ throw new Error(
724
+ `video timescale cannot change from ${this.#videoTimescale} to ${timescale} ` +
725
+ `after video samples have been wrapped; call reset() first`,
726
+ )
727
+ }
728
+ this.#videoTrackId = trackId
729
+ this.#videoTimescale = timescale
730
+ }
731
+
732
+ /** Set init segment from MPU metadata packet (fragment_type=0).
733
+ * These are complete ftyp+moov bytes from FFmpeg — use directly. */
734
+ setInitSegmentFromMpu(data: Uint8Array, isAudio: boolean) {
735
+ if (isAudio) {
736
+ this.#audioInitSegment = data
737
+ } else {
738
+ this.#videoInitSegment = data
739
+ this.#videoInitTrackId = null
740
+ }
741
+ }
742
+
743
+ /** Build init segment from codec config (catalog path — no MPU metadata available).
744
+ * Passing timescale/trackId also configures the wrappers via
745
+ * setVideoTrackParams, so init and media segments cannot disagree. */
746
+ buildVideoInit(avcC: Uint8Array, width: number, height: number, timescale?: number, trackId?: number) {
747
+ const nextTimescale = timescale ?? this.#videoTimescale
748
+ const nextTrackId = trackId ?? this.#videoTrackId
749
+ assertTrackId(nextTrackId, 'video trackId')
750
+ assertTimescale(nextTimescale, 'video timescale')
751
+ if (nextTimescale !== this.#videoTimescale && this.#videoBaseTs >= 0) {
752
+ throw new Error(
753
+ `video timescale cannot change from ${this.#videoTimescale} to ${nextTimescale} ` +
754
+ 'after video samples have been wrapped; call reset() first',
755
+ )
756
+ }
757
+ // Build first, then publish both geometry and init together. This is the
758
+ // sanctioned path for replacing a cached init with a new track ID.
759
+ const init = buildVideoInitSegment(
760
+ avcC,
761
+ width,
762
+ height,
763
+ nextTimescale,
764
+ nextTrackId,
765
+ )
766
+ this.#videoTimescale = nextTimescale
767
+ this.#videoTrackId = nextTrackId
768
+ this.#videoInitSegment = init
769
+ this.#videoInitTrackId = nextTrackId
770
+ }
771
+
772
+ buildAudioInit(sampleRate: number, channels: number, asc?: Uint8Array, timescale?: number) {
773
+ const ts = timescale ?? sampleRate
774
+ this.#audioTimescale = ts
775
+ this.#audioInitSegment = buildAudioInitSegment(sampleRate, channels, asc, ts)
776
+ }
777
+
778
+ get videoInitSegment(): Uint8Array | null { return this.#videoInitSegment }
779
+ get audioInitSegment(): Uint8Array | null { return this.#audioInitSegment }
780
+
781
+ /** Convert a raw video sample to an fMP4 moof+mdat segment. */
782
+ wrapVideoSample(data: Uint8Array, timestamp: number, keyframe: boolean, duration?: number): Uint8Array {
783
+ return this.wrapVideoSampleWithTiming(data, timestamp, keyframe, duration).segment
784
+ }
785
+
786
+ /**
787
+ * Convert a raw video sample and return the exact browser media interval
788
+ * encoded into tfdt/trun. Consumers that correlate SourceBuffer appends with
789
+ * requestVideoFrameCallback must use this rebased timestamp, not the wire or
790
+ * caller-owned timestamp passed above.
791
+ */
792
+ wrapVideoSampleWithTiming(
793
+ data: Uint8Array,
794
+ timestamp: number,
795
+ keyframe: boolean,
796
+ duration?: number,
797
+ ): Readonly<{ segment: Uint8Array; mediaTimestamp: number; duration: number }> {
798
+ // Prefer a caller-provided media duration when the browser append timeline
799
+ // is intentionally decoupled from sparse MMTP wire timestamps. Fall back to
800
+ // estimating from adjacent timestamps for legacy/direct callers. A delta of
801
+ // a full second or more is not a frame interval, so it is rejected as a
802
+ // discontinuity rather than latched.
803
+ if (duration !== undefined && Number.isFinite(duration) && duration > 0) {
804
+ this.#frameDuration = Math.round(duration)
805
+ } else if (this.#lastVideoTimestamp > 0 && timestamp > this.#lastVideoTimestamp) {
806
+ const delta = timestamp - this.#lastVideoTimestamp
807
+ if (delta > 0 && delta < this.#videoTimescale) this.#frameDuration = delta
808
+ }
809
+ this.#lastVideoTimestamp = timestamp
810
+ if (this.#videoBaseTs < 0) this.#videoBaseTs = timestamp
811
+ const relTs = timestamp - this.#videoBaseTs
812
+ const frameDuration = this.#videoFrameDuration
813
+ return Object.freeze({
814
+ segment: encodeDataSegment(
815
+ data,
816
+ relTs,
817
+ frameDuration,
818
+ keyframe,
819
+ this.#videoSeq++,
820
+ this.#videoTrackId,
821
+ ),
822
+ mediaTimestamp: relTs,
823
+ duration: frameDuration,
824
+ })
825
+ }
826
+
827
+ /** Sticky duration if one has been observed, else ~30fps at the current rate. */
828
+ get #videoFrameDuration(): number {
829
+ return this.#frameDuration ?? Math.max(1, Math.round(this.#videoTimescale / 30))
830
+ }
831
+
832
+ /** Convert an append-safe video batch using the caller-owned timeline.
833
+ * Durations, baseDecodeTime, and compositionTimeOffset are in the
834
+ * configured video timescale. compositionTimeOffset is the signed PTS-DTS
835
+ * delta; its presence selects a version-1 trun for the whole batch.
836
+ * An explicit trackId is range-checked before #videoSeq++ for the same
837
+ * reason as wrapAudioSamples: the encoder's own check fires too late to
838
+ * keep the sequence ungapped. */
839
+ wrapVideoSamples(
840
+ samples: Array<{
841
+ data: Uint8Array
842
+ duration: number
843
+ keyframe: boolean
844
+ compositionTimeOffset?: number
845
+ }>,
846
+ baseDecodeTime: number,
847
+ trackId = this.#videoTrackId,
848
+ ): Uint8Array {
849
+ assertTrackId(trackId, 'video trackId')
850
+ assertCompositionTimeOffsets(samples)
851
+ return encodeMultiSampleSegment(samples, baseDecodeTime, this.#videoSeq++, trackId)
852
+ }
853
+
854
+ // Audio timescale from init segment (default 1M µs; real FFmpeg init uses sampleRate).
855
+ // Set by buildAudioInit or setAudioTimescale.
856
+ #audioTimescale = 1_000_000
857
+
858
+ /** Set audio timescale to match the init segment's mdhd timescale.
859
+ * Call after appending the real encoder init (FT=0 ftyp+moov). */
860
+ setAudioTimescale(timescale: number) { this.#audioTimescale = timescale }
861
+
862
+ // Audio sample counter for drift-free baseMediaDecodeTime.
863
+ // AAC frames are exactly 1024 samples at sampleRate. Using sequential
864
+ // counter × 1024 avoids floating-point rounding drift from timestamp conversion.
865
+ #audioSampleCount = 0
866
+
867
+ /** AAC access-unit length in samples. ISO/IEC 14496-3: an AAC-LC frame is
868
+ * exactly 1024 samples at every sample rate — it is not rate-dependent. */
869
+ readonly #aacFrameSamples = 1024
870
+
871
+ /** Convert a raw audio sample to an fMP4 moof+mdat segment. */
872
+ wrapAudioSample(
873
+ data: Uint8Array,
874
+ timestamp: number,
875
+ sampleDuration = 21333,
876
+ compositionTimeOffset?: number,
877
+ ): Uint8Array {
878
+ assertCompositionTimeOffsets([{ compositionTimeOffset }])
879
+ const sampleData = normalizeAacSampleForCmaf(data)
880
+ if (this.#audioBaseTs < 0) this.#audioBaseTs = timestamp
881
+
882
+ // When timescale matches sampleRate (e.g. 48000), use integer sample counting
883
+ // for exact baseMediaDecodeTime alignment. This eliminates cumulative rounding
884
+ // drift from Math.round(µs * sampleRate / 1_000_000) that causes frequency
885
+ // wandering in FFT analysis (42% consistency → 99%+ with exact counting).
886
+ //
887
+ // samplesPerFrame is the AAC access-unit length, NOT a rescaled duration.
888
+ // Deriving it as Math.round(sampleDuration * timescale / 1e6) only lands on
889
+ // 1024 when the rate happens to be 48 kHz (21333 * 48000 / 1e6 = 1023.98),
890
+ // which made the default silently correct at 48 kHz and wrong everywhere
891
+ // else: at 44.1 kHz it yields 941, so every moof declared ~8% short frames
892
+ // and Chrome rejected the first packet with PIPELINE_ERROR_DECODE
893
+ // ("Failed to send audio packet for decoding", duration=21337µs = 941/44100).
894
+ const samplesPerFrame = this.#audioTimescale !== 1_000_000
895
+ ? this.#aacFrameSamples
896
+ : sampleDuration
897
+ const scaledTs = this.#audioTimescale !== 1_000_000
898
+ ? this.#audioSampleCount * samplesPerFrame
899
+ : (timestamp - this.#audioBaseTs)
900
+ this.#audioSampleCount++
901
+
902
+ return encodeDataSegment(
903
+ sampleData,
904
+ scaledTs,
905
+ samplesPerFrame,
906
+ true,
907
+ this.#audioSeq++,
908
+ 1,
909
+ compositionTimeOffset,
910
+ )
911
+ }
912
+
913
+ /** Convert an ordered audio batch using the caller-owned timeline. */
914
+ wrapAudioSamples(
915
+ samples: Array<{
916
+ data: Uint8Array
917
+ duration: number
918
+ compositionTimeOffset?: number
919
+ }>,
920
+ baseDecodeTime: number,
921
+ trackId = 1,
922
+ ): Uint8Array {
923
+ // Checked before #audioSeq++ below: the encoder validates too, but its
924
+ // throw would land after the counter had already advanced, leaving the
925
+ // sequence gapped by a call that produced no segment.
926
+ assertTrackId(trackId, 'audio trackId')
927
+ assertCompositionTimeOffsets(samples)
928
+ return encodeMultiSampleSegment(
929
+ samples.map(sample => ({
930
+ data: normalizeAacSampleForCmaf(sample.data),
931
+ duration: sample.duration,
932
+ keyframe: true,
933
+ compositionTimeOffset: sample.compositionTimeOffset,
934
+ })),
935
+ baseDecodeTime,
936
+ this.#audioSeq++,
937
+ trackId,
938
+ )
939
+ }
940
+
941
+ /** Clear per-stream sequencing and time bases.
942
+ * Cached init segments and the video track geometry survive, so a converter
943
+ * reset mid-subscription keeps emitting moofs the existing init can resolve.
944
+ * Clearing the timescale-denominated timing state also re-opens the video
945
+ * rate for change — this is the sanctioned way to retarget mid-subscription. */
946
+ reset() {
947
+ this.#videoSeq = 1
948
+ this.#audioSeq = 1
949
+ this.#audioSampleCount = 0
950
+ this.#lastVideoTimestamp = 0
951
+ this.#frameDuration = null
952
+ this.#videoBaseTs = -1
953
+ this.#audioBaseTs = -1
954
+ this.#audioTimescale = 1_000_000
955
+ }
956
+ }