@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.
- package/README.md +432 -0
- package/dist/.build-stamp +0 -0
- package/dist/__tests__/test-utils.d.ts +71 -0
- package/dist/__tests__/test-utils.d.ts.map +1 -0
- package/dist/align.d.ts +148 -0
- package/dist/align.d.ts.map +1 -0
- package/dist/align.js +88 -0
- package/dist/align.js.map +7 -0
- package/dist/audio-init-parser.d.ts +66 -0
- package/dist/audio-init-parser.d.ts.map +1 -0
- package/dist/audio-init-parser.js +118 -0
- package/dist/audio-init-parser.js.map +7 -0
- package/dist/audio-ring-buffer.d.ts +50 -0
- package/dist/audio-ring-buffer.d.ts.map +1 -0
- package/dist/audio-ring-buffer.js +93 -0
- package/dist/audio-ring-buffer.js.map +7 -0
- package/dist/authored-timing.d.ts +32 -0
- package/dist/authored-timing.d.ts.map +1 -0
- package/dist/authored-timing.js +32 -0
- package/dist/authored-timing.js.map +7 -0
- package/dist/browser-runtime.js +17109 -0
- package/dist/browser-runtime.js.map +7 -0
- package/dist/carp-catalog.d.ts +318 -0
- package/dist/carp-catalog.d.ts.map +1 -0
- package/dist/carp-catalog.js +549 -0
- package/dist/carp-catalog.js.map +7 -0
- package/dist/catalog-fec-params.d.ts +82 -0
- package/dist/catalog-fec-params.d.ts.map +1 -0
- package/dist/catalog-fec-params.js +66 -0
- package/dist/catalog-fec-params.js.map +7 -0
- package/dist/catalog-network-source.d.ts +19 -0
- package/dist/catalog-network-source.d.ts.map +1 -0
- package/dist/catalog-network-source.js +22 -0
- package/dist/catalog-network-source.js.map +7 -0
- package/dist/catalog-validator.d.ts +18 -0
- package/dist/catalog-validator.d.ts.map +1 -0
- package/dist/catalog-validator.js +7747 -0
- package/dist/catalog-validator.js.map +7 -0
- package/dist/cmaf-block-assembler.d.ts +168 -0
- package/dist/cmaf-block-assembler.d.ts.map +1 -0
- package/dist/cmaf-block-assembler.js +1755 -0
- package/dist/cmaf-block-assembler.js.map +7 -0
- package/dist/cmaf-group-batcher.d.ts +38 -0
- package/dist/cmaf-group-batcher.d.ts.map +1 -0
- package/dist/cmaf-group-batcher.js +195 -0
- package/dist/cmaf-group-batcher.js.map +7 -0
- package/dist/cmcd-producer.d.ts +104 -0
- package/dist/cmcd-producer.d.ts.map +1 -0
- package/dist/cmcd-producer.js +207 -0
- package/dist/cmcd-producer.js.map +7 -0
- package/dist/codec-utils.d.ts +235 -0
- package/dist/codec-utils.d.ts.map +1 -0
- package/dist/codec-utils.js +1225 -0
- package/dist/codec-utils.js.map +7 -0
- package/dist/fec-codec.d.ts +32 -0
- package/dist/fec-codec.d.ts.map +1 -0
- package/dist/fec-codec.js +47 -0
- package/dist/fec-codec.js.map +7 -0
- package/dist/fec-manager.d.ts +266 -0
- package/dist/fec-manager.d.ts.map +1 -0
- package/dist/fec-manager.js +1447 -0
- package/dist/fec-manager.js.map +7 -0
- package/dist/fec-starvation-detector.d.ts +59 -0
- package/dist/fec-starvation-detector.d.ts.map +1 -0
- package/dist/fec-starvation-detector.js +75 -0
- package/dist/fec-starvation-detector.js.map +7 -0
- package/dist/fec-worker-setup.d.ts +76 -0
- package/dist/fec-worker-setup.d.ts.map +1 -0
- package/dist/fec-worker-setup.js +603 -0
- package/dist/fec-worker-setup.js.map +7 -0
- package/dist/fmp4-completion.d.ts +30 -0
- package/dist/fmp4-completion.d.ts.map +1 -0
- package/dist/fmp4-completion.js +21 -0
- package/dist/fmp4-completion.js.map +7 -0
- package/dist/fmp4-reader.d.ts +37 -0
- package/dist/fmp4-reader.d.ts.map +1 -0
- package/dist/fmp4-reader.js +100 -0
- package/dist/fmp4-reader.js.map +7 -0
- package/dist/index.d.ts +47 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +330 -0
- package/dist/index.js.map +7 -0
- package/dist/iso-bmff-timing.d.ts +47 -0
- package/dist/iso-bmff-timing.d.ts.map +1 -0
- package/dist/iso-bmff-timing.js +526 -0
- package/dist/iso-bmff-timing.js.map +7 -0
- package/dist/loc.d.ts +68 -0
- package/dist/loc.d.ts.map +1 -0
- package/dist/loc.js +143 -0
- package/dist/loc.js.map +7 -0
- package/dist/manifest-auth-plan.d.ts +30 -0
- package/dist/manifest-auth-plan.d.ts.map +1 -0
- package/dist/manifest-auth-plan.js +1267 -0
- package/dist/manifest-auth-plan.js.map +7 -0
- package/dist/media-router.d.ts +338 -0
- package/dist/media-router.d.ts.map +1 -0
- package/dist/media-router.js +802 -0
- package/dist/media-router.js.map +7 -0
- package/dist/mfu-reassembler.d.ts +264 -0
- package/dist/mfu-reassembler.d.ts.map +1 -0
- package/dist/mfu-reassembler.js +2668 -0
- package/dist/mfu-reassembler.js.map +7 -0
- package/dist/mfu-reassembly-policy.d.ts +24 -0
- package/dist/mfu-reassembly-policy.d.ts.map +1 -0
- package/dist/mfu-reassembly-policy.js +99 -0
- package/dist/mfu-reassembly-policy.js.map +7 -0
- package/dist/mmtp-container-parser.d.ts +304 -0
- package/dist/mmtp-container-parser.d.ts.map +1 -0
- package/dist/mmtp-container-parser.js +5378 -0
- package/dist/mmtp-container-parser.js.map +7 -0
- package/dist/mmtp-container-parser.no-modules.js +7853 -0
- package/dist/mmtp-container-parser.no-modules.js.map +7 -0
- package/dist/mmtp-decode-pipeline.d.ts +96 -0
- package/dist/mmtp-decode-pipeline.d.ts.map +1 -0
- package/dist/mmtp-decode-pipeline.js +5589 -0
- package/dist/mmtp-decode-pipeline.js.map +7 -0
- package/dist/mmtp-router.d.ts +383 -0
- package/dist/mmtp-router.d.ts.map +1 -0
- package/dist/mmtp-router.js +8384 -0
- package/dist/mmtp-router.js.map +7 -0
- package/dist/mmtp-to-cmaf.d.ts +166 -0
- package/dist/mmtp-to-cmaf.d.ts.map +1 -0
- package/dist/mmtp-to-cmaf.js +781 -0
- package/dist/mmtp-to-cmaf.js.map +7 -0
- package/dist/multicast-auth-catalog.d.ts +115 -0
- package/dist/multicast-auth-catalog.d.ts.map +1 -0
- package/dist/multicast-auth-catalog.js +202 -0
- package/dist/multicast-auth-catalog.js.map +7 -0
- package/dist/multicast-input.d.ts +107 -0
- package/dist/multicast-input.d.ts.map +1 -0
- package/dist/multicast-input.js +256 -0
- package/dist/multicast-input.js.map +7 -0
- package/dist/multicast-manager.d.ts +330 -0
- package/dist/multicast-manager.d.ts.map +1 -0
- package/dist/multicast-manager.js +11032 -0
- package/dist/multicast-manager.js.map +7 -0
- package/dist/multicast-transport.d.ts +62 -0
- package/dist/multicast-transport.d.ts.map +1 -0
- package/dist/multicast-transport.js +338 -0
- package/dist/multicast-transport.js.map +7 -0
- package/dist/multicast-unwrap.d.ts +57 -0
- package/dist/multicast-unwrap.d.ts.map +1 -0
- package/dist/multicast-unwrap.js +384 -0
- package/dist/multicast-unwrap.js.map +7 -0
- package/dist/no-modules.d.ts +9 -0
- package/dist/no-modules.d.ts.map +1 -0
- package/dist/no-modules.js +7819 -0
- package/dist/no-modules.js.map +7 -0
- package/dist/phase14-catalog-override.d.ts +126 -0
- package/dist/phase14-catalog-override.d.ts.map +1 -0
- package/dist/phase14-catalog-override.js +155 -0
- package/dist/phase14-catalog-override.js.map +7 -0
- package/dist/repair-fetch.d.ts +58 -0
- package/dist/repair-fetch.d.ts.map +1 -0
- package/dist/repair-fetch.js +117 -0
- package/dist/repair-fetch.js.map +7 -0
- package/dist/sample-combiner.d.ts +182 -0
- package/dist/sample-combiner.d.ts.map +1 -0
- package/dist/sample-combiner.js +571 -0
- package/dist/sample-combiner.js.map +7 -0
- package/dist/signaling.d.ts +29 -0
- package/dist/signaling.d.ts.map +1 -0
- package/dist/signaling.js +232 -0
- package/dist/signaling.js.map +7 -0
- package/dist/source-auth.d.ts +2 -0
- package/dist/source-auth.d.ts.map +1 -0
- package/dist/source-auth.js +1220 -0
- package/dist/source-auth.js.map +7 -0
- package/dist/switching-set-alignment.d.ts +61 -0
- package/dist/switching-set-alignment.d.ts.map +1 -0
- package/dist/switching-set-alignment.js +85 -0
- package/dist/switching-set-alignment.js.map +7 -0
- package/dist/timestamp-codec.d.ts +34 -0
- package/dist/timestamp-codec.d.ts.map +1 -0
- package/dist/timestamp-codec.js +456 -0
- package/dist/timestamp-codec.js.map +7 -0
- package/dist/track-pipeline-setup.d.ts +72 -0
- package/dist/track-pipeline-setup.d.ts.map +1 -0
- package/dist/track-pipeline-setup.js +306 -0
- package/dist/track-pipeline-setup.js.map +7 -0
- package/dist/track-pipeline.d.ts +121 -0
- package/dist/track-pipeline.d.ts.map +1 -0
- package/dist/track-pipeline.js +229 -0
- package/dist/track-pipeline.js.map +7 -0
- package/dist/track-session.d.ts +269 -0
- package/dist/track-session.d.ts.map +1 -0
- package/dist/track-session.js +597 -0
- package/dist/track-session.js.map +7 -0
- package/dist/transport-pool.d.ts +69 -0
- package/dist/transport-pool.d.ts.map +1 -0
- package/dist/transport-pool.js +88 -0
- package/dist/transport-pool.js.map +7 -0
- package/dist/wasm-mfu-reassembler.d.ts +81 -0
- package/dist/wasm-mfu-reassembler.d.ts.map +1 -0
- package/dist/wasm-mfu-reassembler.js +1915 -0
- package/dist/wasm-mfu-reassembler.js.map +7 -0
- package/dist/wasm-mmtp-container-parser.d.ts +10 -0
- package/dist/wasm-mmtp-container-parser.d.ts.map +1 -0
- package/dist/wasm-mmtp-container-parser.js +5635 -0
- package/dist/wasm-mmtp-container-parser.js.map +7 -0
- package/node_modules/@blockcast/fec-worker/README.md +213 -0
- package/node_modules/@blockcast/fec-worker/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.d.ts +80 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.js +270 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-client.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.d.ts +252 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.js +11 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker-types.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.d.ts +14 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.js +565 -0
- package/node_modules/@blockcast/fec-worker/dist/fec-worker.js.map +7 -0
- package/node_modules/@blockcast/fec-worker/dist/index.d.ts +10 -0
- package/node_modules/@blockcast/fec-worker/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/index.js +8 -0
- package/node_modules/@blockcast/fec-worker/dist/index.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.d.ts +20 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.js +349 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-fec-worker.js.map +7 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.d.ts +104 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.js +181 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-client.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.d.ts +179 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.js +47 -0
- package/node_modules/@blockcast/fec-worker/dist/shred-worker-types.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.d.ts +9 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.d.ts.map +1 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.js +13 -0
- package/node_modules/@blockcast/fec-worker/dist/transfer.js.map +1 -0
- package/node_modules/@blockcast/fec-worker/package.json +59 -0
- package/node_modules/@blockcast/fec-worker/src/fec-worker-client.ts +309 -0
- package/node_modules/@blockcast/fec-worker/src/fec-worker-types.ts +268 -0
- package/node_modules/@blockcast/fec-worker/src/fec-worker.ts +1048 -0
- package/node_modules/@blockcast/fec-worker/src/index.ts +32 -0
- package/node_modules/@blockcast/fec-worker/src/shred-fec-worker.ts +558 -0
- package/node_modules/@blockcast/fec-worker/src/shred-worker-client.ts +222 -0
- package/node_modules/@blockcast/fec-worker/src/shred-worker-types.ts +194 -0
- package/node_modules/@blockcast/fec-worker/src/transfer.ts +12 -0
- package/node_modules/@blockcast/mmt-alta-parse/README.md +181 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts +57 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.js +115 -0
- package/node_modules/@blockcast/mmt-alta-parse/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-alta-parse/package.json +50 -0
- package/node_modules/@blockcast/mmt-alta-parse/src/index.ts +136 -0
- package/node_modules/@blockcast/mmt-base/README.md +120 -0
- package/node_modules/@blockcast/mmt-base/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-base/dist/index.d.ts +2 -0
- package/node_modules/@blockcast/mmt-base/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-base/dist/index.js +2 -0
- package/node_modules/@blockcast/mmt-base/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts +275 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.js +644 -0
- package/node_modules/@blockcast/mmt-base/dist/mmtp.js.map +1 -0
- package/node_modules/@blockcast/mmt-base/package.json +49 -0
- package/node_modules/@blockcast/mmt-base/src/index.ts +1 -0
- package/node_modules/@blockcast/mmt-base/src/mmtp.ts +898 -0
- package/node_modules/@blockcast/mmt-fec/README.md +270 -0
- package/node_modules/@blockcast/mmt-fec/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.d.ts +80 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.js +294 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-manager.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.d.ts +72 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.js +192 -0
- package/node_modules/@blockcast/mmt-fec/dist/block-processor.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.d.ts +46 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.js +96 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-recovery.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.d.ts +33 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.js +57 -0
- package/node_modules/@blockcast/mmt-fec/dist/cmaf-symbols.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.d.ts +185 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.js +273 -0
- package/node_modules/@blockcast/mmt-fec/dist/fec-block-mapper.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.d.ts +22 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.js +22 -0
- package/node_modules/@blockcast/mmt-fec/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.d.ts +20 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.js +28 -0
- package/node_modules/@blockcast/mmt-fec/dist/loc-symbols.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.d.ts +174 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.js +256 -0
- package/node_modules/@blockcast/mmt-fec/dist/oti.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.d.ts +41 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.js +81 -0
- package/node_modules/@blockcast/mmt-fec/dist/reorder-buffer.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/README.md +181 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts +57 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.js +115 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/package.json +50 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-alta-parse/src/index.ts +136 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/README.md +120 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.d.ts +2 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.js +2 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts +275 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.js +644 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/dist/mmtp.js.map +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/package.json +49 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/src/index.ts +1 -0
- package/node_modules/@blockcast/mmt-fec/node_modules/@blockcast/mmt-base/src/mmtp.ts +898 -0
- package/node_modules/@blockcast/mmt-fec/package.json +79 -0
- package/node_modules/@blockcast/mmt-fec/src/block-manager.ts +369 -0
- package/node_modules/@blockcast/mmt-fec/src/block-processor.ts +277 -0
- package/node_modules/@blockcast/mmt-fec/src/cmaf-recovery.ts +127 -0
- package/node_modules/@blockcast/mmt-fec/src/cmaf-symbols.ts +68 -0
- package/node_modules/@blockcast/mmt-fec/src/fec-block-mapper.ts +332 -0
- package/node_modules/@blockcast/mmt-fec/src/index.ts +77 -0
- package/node_modules/@blockcast/mmt-fec/src/loc-symbols.ts +34 -0
- package/node_modules/@blockcast/mmt-fec/src/oti.ts +319 -0
- package/node_modules/@blockcast/mmt-fec/src/reorder-buffer.ts +101 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/.build-stamp +0 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.d.ts +28 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.js +128 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/admission.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.d.ts +4 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.js +4 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/index.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.d.ts +37 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.js +179 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/source-auth.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.d.ts +90 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.d.ts.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.js +462 -0
- package/node_modules/@blockcast/mmt-manifest-verify/dist/verifier.js.map +1 -0
- package/node_modules/@blockcast/mmt-manifest-verify/package.json +45 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/admission.ts +171 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/index.ts +3 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/source-auth.ts +230 -0
- package/node_modules/@blockcast/mmt-manifest-verify/src/verifier.ts +636 -0
- package/node_modules/@noble/hashes/LICENSE +21 -0
- package/node_modules/@noble/hashes/README.md +521 -0
- package/node_modules/@noble/hashes/_assert.d.ts +17 -0
- package/node_modules/@noble/hashes/_assert.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_assert.js +18 -0
- package/node_modules/@noble/hashes/_assert.js.map +1 -0
- package/node_modules/@noble/hashes/_blake.d.ts +14 -0
- package/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_blake.js +50 -0
- package/node_modules/@noble/hashes/_blake.js.map +1 -0
- package/node_modules/@noble/hashes/_md.d.ts +51 -0
- package/node_modules/@noble/hashes/_md.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_md.js +162 -0
- package/node_modules/@noble/hashes/_md.js.map +1 -0
- package/node_modules/@noble/hashes/_u64.d.ts +55 -0
- package/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
- package/node_modules/@noble/hashes/_u64.js +90 -0
- package/node_modules/@noble/hashes/_u64.js.map +1 -0
- package/node_modules/@noble/hashes/argon2.d.ts +32 -0
- package/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/argon2.js +401 -0
- package/node_modules/@noble/hashes/argon2.js.map +1 -0
- package/node_modules/@noble/hashes/blake1.d.ts +106 -0
- package/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake1.js +459 -0
- package/node_modules/@noble/hashes/blake1.js.map +1 -0
- package/node_modules/@noble/hashes/blake2.d.ts +116 -0
- package/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2.js +420 -0
- package/node_modules/@noble/hashes/blake2.js.map +1 -0
- package/node_modules/@noble/hashes/blake2b.d.ts +11 -0
- package/node_modules/@noble/hashes/blake2b.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2b.js +14 -0
- package/node_modules/@noble/hashes/blake2b.js.map +1 -0
- package/node_modules/@noble/hashes/blake2s.d.ts +20 -0
- package/node_modules/@noble/hashes/blake2s.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake2s.js +24 -0
- package/node_modules/@noble/hashes/blake2s.js.map +1 -0
- package/node_modules/@noble/hashes/blake3.d.ts +54 -0
- package/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/blake3.js +255 -0
- package/node_modules/@noble/hashes/blake3.js.map +1 -0
- package/node_modules/@noble/hashes/crypto.d.ts +2 -0
- package/node_modules/@noble/hashes/crypto.d.ts.map +1 -0
- package/node_modules/@noble/hashes/crypto.js +5 -0
- package/node_modules/@noble/hashes/crypto.js.map +1 -0
- package/node_modules/@noble/hashes/cryptoNode.d.ts +2 -0
- package/node_modules/@noble/hashes/cryptoNode.d.ts.map +1 -0
- package/node_modules/@noble/hashes/cryptoNode.js +18 -0
- package/node_modules/@noble/hashes/cryptoNode.js.map +1 -0
- package/node_modules/@noble/hashes/eskdf.d.ts +47 -0
- package/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/eskdf.js +166 -0
- package/node_modules/@noble/hashes/eskdf.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_assert.d.ts +17 -0
- package/node_modules/@noble/hashes/esm/_assert.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_assert.js +15 -0
- package/node_modules/@noble/hashes/esm/_assert.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_blake.d.ts +14 -0
- package/node_modules/@noble/hashes/esm/_blake.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_blake.js +45 -0
- package/node_modules/@noble/hashes/esm/_blake.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_md.d.ts +51 -0
- package/node_modules/@noble/hashes/esm/_md.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_md.js +155 -0
- package/node_modules/@noble/hashes/esm/_md.js.map +1 -0
- package/node_modules/@noble/hashes/esm/_u64.d.ts +55 -0
- package/node_modules/@noble/hashes/esm/_u64.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/_u64.js +67 -0
- package/node_modules/@noble/hashes/esm/_u64.js.map +1 -0
- package/node_modules/@noble/hashes/esm/argon2.d.ts +32 -0
- package/node_modules/@noble/hashes/esm/argon2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/argon2.js +392 -0
- package/node_modules/@noble/hashes/esm/argon2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake1.d.ts +106 -0
- package/node_modules/@noble/hashes/esm/blake1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake1.js +452 -0
- package/node_modules/@noble/hashes/esm/blake1.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2.d.ts +116 -0
- package/node_modules/@noble/hashes/esm/blake2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2.js +413 -0
- package/node_modules/@noble/hashes/esm/blake2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2b.d.ts +11 -0
- package/node_modules/@noble/hashes/esm/blake2b.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2b.js +11 -0
- package/node_modules/@noble/hashes/esm/blake2b.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2s.d.ts +20 -0
- package/node_modules/@noble/hashes/esm/blake2s.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake2s.js +21 -0
- package/node_modules/@noble/hashes/esm/blake2s.js.map +1 -0
- package/node_modules/@noble/hashes/esm/blake3.d.ts +54 -0
- package/node_modules/@noble/hashes/esm/blake3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/blake3.js +251 -0
- package/node_modules/@noble/hashes/esm/blake3.js.map +1 -0
- package/node_modules/@noble/hashes/esm/crypto.d.ts +2 -0
- package/node_modules/@noble/hashes/esm/crypto.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/crypto.js +2 -0
- package/node_modules/@noble/hashes/esm/crypto.js.map +1 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.d.ts +2 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.js +15 -0
- package/node_modules/@noble/hashes/esm/cryptoNode.js.map +1 -0
- package/node_modules/@noble/hashes/esm/eskdf.d.ts +47 -0
- package/node_modules/@noble/hashes/esm/eskdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/eskdf.js +160 -0
- package/node_modules/@noble/hashes/esm/eskdf.js.map +1 -0
- package/node_modules/@noble/hashes/esm/hkdf.d.ts +36 -0
- package/node_modules/@noble/hashes/esm/hkdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/hkdf.js +82 -0
- package/node_modules/@noble/hashes/esm/hkdf.js.map +1 -0
- package/node_modules/@noble/hashes/esm/hmac.d.ts +35 -0
- package/node_modules/@noble/hashes/esm/hmac.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/hmac.js +86 -0
- package/node_modules/@noble/hashes/esm/hmac.js.map +1 -0
- package/node_modules/@noble/hashes/esm/index.d.ts +2 -0
- package/node_modules/@noble/hashes/esm/index.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/index.js +33 -0
- package/node_modules/@noble/hashes/esm/index.js.map +1 -0
- package/node_modules/@noble/hashes/esm/legacy.d.ts +71 -0
- package/node_modules/@noble/hashes/esm/legacy.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/legacy.js +281 -0
- package/node_modules/@noble/hashes/esm/legacy.js.map +1 -0
- package/node_modules/@noble/hashes/esm/package.json +10 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.d.ts +23 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.js +97 -0
- package/node_modules/@noble/hashes/esm/pbkdf2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/ripemd160.d.ts +13 -0
- package/node_modules/@noble/hashes/esm/ripemd160.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/ripemd160.js +13 -0
- package/node_modules/@noble/hashes/esm/ripemd160.js.map +1 -0
- package/node_modules/@noble/hashes/esm/scrypt.d.ts +34 -0
- package/node_modules/@noble/hashes/esm/scrypt.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/scrypt.js +228 -0
- package/node_modules/@noble/hashes/esm/scrypt.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha1.d.ts +11 -0
- package/node_modules/@noble/hashes/esm/sha1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha1.js +11 -0
- package/node_modules/@noble/hashes/esm/sha1.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha2.d.ts +159 -0
- package/node_modules/@noble/hashes/esm/sha2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha2.js +375 -0
- package/node_modules/@noble/hashes/esm/sha2.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha256.d.ts +20 -0
- package/node_modules/@noble/hashes/esm/sha256.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha256.js +20 -0
- package/node_modules/@noble/hashes/esm/sha256.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.d.ts +142 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.js +393 -0
- package/node_modules/@noble/hashes/esm/sha3-addons.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3.d.ts +53 -0
- package/node_modules/@noble/hashes/esm/sha3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha3.js +234 -0
- package/node_modules/@noble/hashes/esm/sha3.js.map +1 -0
- package/node_modules/@noble/hashes/esm/sha512.d.ts +26 -0
- package/node_modules/@noble/hashes/esm/sha512.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/sha512.js +26 -0
- package/node_modules/@noble/hashes/esm/sha512.js.map +1 -0
- package/node_modules/@noble/hashes/esm/utils.d.ts +161 -0
- package/node_modules/@noble/hashes/esm/utils.d.ts.map +1 -0
- package/node_modules/@noble/hashes/esm/utils.js +281 -0
- package/node_modules/@noble/hashes/esm/utils.js.map +1 -0
- package/node_modules/@noble/hashes/hkdf.d.ts +36 -0
- package/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hkdf.js +88 -0
- package/node_modules/@noble/hashes/hkdf.js.map +1 -0
- package/node_modules/@noble/hashes/hmac.d.ts +35 -0
- package/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
- package/node_modules/@noble/hashes/hmac.js +91 -0
- package/node_modules/@noble/hashes/hmac.js.map +1 -0
- package/node_modules/@noble/hashes/index.d.ts +1 -0
- package/node_modules/@noble/hashes/index.d.ts.map +1 -0
- package/node_modules/@noble/hashes/index.js +33 -0
- package/node_modules/@noble/hashes/index.js.map +1 -0
- package/node_modules/@noble/hashes/legacy.d.ts +71 -0
- package/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
- package/node_modules/@noble/hashes/legacy.js +287 -0
- package/node_modules/@noble/hashes/legacy.js.map +1 -0
- package/node_modules/@noble/hashes/package.json +266 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts +23 -0
- package/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/pbkdf2.js +101 -0
- package/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
- package/node_modules/@noble/hashes/ripemd160.d.ts +13 -0
- package/node_modules/@noble/hashes/ripemd160.d.ts.map +1 -0
- package/node_modules/@noble/hashes/ripemd160.js +16 -0
- package/node_modules/@noble/hashes/ripemd160.js.map +1 -0
- package/node_modules/@noble/hashes/scrypt.d.ts +34 -0
- package/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
- package/node_modules/@noble/hashes/scrypt.js +232 -0
- package/node_modules/@noble/hashes/scrypt.js.map +1 -0
- package/node_modules/@noble/hashes/sha1.d.ts +11 -0
- package/node_modules/@noble/hashes/sha1.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha1.js +14 -0
- package/node_modules/@noble/hashes/sha1.js.map +1 -0
- package/node_modules/@noble/hashes/sha2.d.ts +159 -0
- package/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha2.js +384 -0
- package/node_modules/@noble/hashes/sha2.js.map +1 -0
- package/node_modules/@noble/hashes/sha256.d.ts +20 -0
- package/node_modules/@noble/hashes/sha256.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha256.js +23 -0
- package/node_modules/@noble/hashes/sha256.js.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts +142 -0
- package/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3-addons.js +402 -0
- package/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
- package/node_modules/@noble/hashes/sha3.d.ts +53 -0
- package/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha3.js +239 -0
- package/node_modules/@noble/hashes/sha3.js.map +1 -0
- package/node_modules/@noble/hashes/sha512.d.ts +26 -0
- package/node_modules/@noble/hashes/sha512.d.ts.map +1 -0
- package/node_modules/@noble/hashes/sha512.js +29 -0
- package/node_modules/@noble/hashes/sha512.js.map +1 -0
- package/node_modules/@noble/hashes/src/_assert.ts +22 -0
- package/node_modules/@noble/hashes/src/_blake.ts +50 -0
- package/node_modules/@noble/hashes/src/_md.ts +176 -0
- package/node_modules/@noble/hashes/src/_u64.ts +91 -0
- package/node_modules/@noble/hashes/src/argon2.ts +497 -0
- package/node_modules/@noble/hashes/src/blake1.ts +534 -0
- package/node_modules/@noble/hashes/src/blake2.ts +486 -0
- package/node_modules/@noble/hashes/src/blake2b.ts +10 -0
- package/node_modules/@noble/hashes/src/blake2s.ts +20 -0
- package/node_modules/@noble/hashes/src/blake3.ts +272 -0
- package/node_modules/@noble/hashes/src/crypto.ts +9 -0
- package/node_modules/@noble/hashes/src/cryptoNode.ts +15 -0
- package/node_modules/@noble/hashes/src/eskdf.ts +187 -0
- package/node_modules/@noble/hashes/src/hkdf.ts +88 -0
- package/node_modules/@noble/hashes/src/hmac.ts +94 -0
- package/node_modules/@noble/hashes/src/index.ts +31 -0
- package/node_modules/@noble/hashes/src/legacy.ts +293 -0
- package/node_modules/@noble/hashes/src/pbkdf2.ts +122 -0
- package/node_modules/@noble/hashes/src/ripemd160.ts +12 -0
- package/node_modules/@noble/hashes/src/scrypt.ts +257 -0
- package/node_modules/@noble/hashes/src/sha1.ts +10 -0
- package/node_modules/@noble/hashes/src/sha2.ts +402 -0
- package/node_modules/@noble/hashes/src/sha256.ts +24 -0
- package/node_modules/@noble/hashes/src/sha3-addons.ts +499 -0
- package/node_modules/@noble/hashes/src/sha3.ts +258 -0
- package/node_modules/@noble/hashes/src/sha512.ts +34 -0
- package/node_modules/@noble/hashes/src/utils.ts +395 -0
- package/node_modules/@noble/hashes/utils.d.ts +161 -0
- package/node_modules/@noble/hashes/utils.d.ts.map +1 -0
- package/node_modules/@noble/hashes/utils.js +313 -0
- package/node_modules/@noble/hashes/utils.js.map +1 -0
- package/package.json +203 -0
- package/schemas/catalog.schema.json +283 -0
- package/src/align.ts +235 -0
- package/src/audio-init-parser.ts +189 -0
- package/src/audio-ring-buffer.ts +120 -0
- package/src/authored-timing.ts +63 -0
- package/src/carp-catalog.ts +776 -0
- package/src/catalog-fec-params.ts +167 -0
- package/src/catalog-network-source.ts +49 -0
- package/src/catalog-validator.ts +34 -0
- package/src/cmaf-block-assembler.ts +1058 -0
- package/src/cmaf-group-batcher.ts +104 -0
- package/src/cmcd-producer.ts +329 -0
- package/src/codec-utils.ts +1539 -0
- package/src/fec-codec.ts +61 -0
- package/src/fec-manager.ts +1939 -0
- package/src/fec-starvation-detector.ts +128 -0
- package/src/fec-worker-setup.ts +177 -0
- package/src/fmp4-completion.ts +47 -0
- package/src/fmp4-reader.ts +112 -0
- package/src/index.ts +443 -0
- package/src/iso-bmff-timing.ts +688 -0
- package/src/loc.ts +181 -0
- package/src/manifest-auth-plan.ts +107 -0
- package/src/media-router.ts +1185 -0
- package/src/mfu-reassembler.ts +2842 -0
- package/src/mfu-reassembly-policy.ts +134 -0
- package/src/mmtp-container-parser.ts +1498 -0
- package/src/mmtp-decode-pipeline.ts +315 -0
- package/src/mmtp-router.ts +3027 -0
- package/src/mmtp-to-cmaf.ts +956 -0
- package/src/multicast-auth-catalog.ts +340 -0
- package/src/multicast-input.ts +439 -0
- package/src/multicast-manager.ts +1503 -0
- package/src/multicast-transport.ts +320 -0
- package/src/multicast-unwrap.ts +132 -0
- package/src/no-modules.ts +20 -0
- package/src/phase14-catalog-override.ts +336 -0
- package/src/repair-fetch.ts +217 -0
- package/src/sample-combiner.ts +846 -0
- package/src/signaling.ts +78 -0
- package/src/source-auth.ts +1 -0
- package/src/switching-set-alignment.ts +109 -0
- package/src/timestamp-codec.ts +265 -0
- package/src/track-pipeline-setup.ts +189 -0
- package/src/track-pipeline.ts +332 -0
- package/src/track-session.ts +778 -0
- package/src/transport-pool.ts +128 -0
- package/src/wasm-mfu-reassembler.ts +372 -0
- package/src/wasm-mmtp-container-parser.ts +23 -0
- package/test-vectors/align.json +199 -0
- package/test-vectors/catalog/README.md +25 -0
- package/test-vectors/catalog/negative/legacy-selection-params.json +15 -0
- package/test-vectors/catalog/negative/missing-mmtp-fields.json +12 -0
- package/test-vectors/catalog/negative/multicast-auth-padded-key.json +37 -0
- package/test-vectors/catalog/negative/multicast-auth-reused-track-format.json +53 -0
- package/test-vectors/catalog/negative/multicast-auth-trailing-pad-bits.json +37 -0
- package/test-vectors/catalog/negative/multicast-endpoint-missing-protocol-and-source.json +24 -0
- package/test-vectors/catalog/negative/network-source-object.json +25 -0
- package/test-vectors/catalog/negative/raptorq-unaligned-symbol.json +26 -0
- package/test-vectors/catalog/negative/repair-track-legacy-shape.json +18 -0
- package/test-vectors/catalog/negative/track-role-empty.json +16 -0
- package/test-vectors/catalog/negative/track-role-non-string.json +16 -0
- package/test-vectors/catalog/positive/fec-multicast.json +51 -0
- package/test-vectors/catalog/positive/flat-av.json +30 -0
- package/test-vectors/catalog/positive/multicast-auth-rotation.json +55 -0
- package/test-vectors/catalog/positive/ticks-and-mixed-timescales.json +39 -0
- package/test-vectors/catalog/positive/track-role.json +49 -0
- package/test-vectors/catalog/releases/moqcast-native-v16-v1/catalog.json +65 -0
- package/test-vectors/catalog/releases/moqcast-native-v16-v1.archive.sha256 +1 -0
- package/test-vectors/catalog-multicast-auth-v1.json +26 -0
- package/test-vectors/catalog-validation.json +148 -0
- package/test-vectors/catalog-validator-public-api.mjs +25 -0
- package/test-vectors/generate-source-auth-fixture.mjs +114 -0
- package/test-vectors/source-auth-v1.json +61 -0
- package/test-vectors/subsample-placement-v1.json +230 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TransportPool — ref-counted subscription management for per-track transport.
|
|
3
|
+
*
|
|
4
|
+
* Tracks which consumers (identified by trackName) hold references to which
|
|
5
|
+
* subscriptions (identified by a string key). When the last consumer releases
|
|
6
|
+
* a subscription, it is closed.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/** Transport subscription mode — matches TrackState in the state machine. */
|
|
10
|
+
export type SubscriptionMode = 'multicast' | 'amt' | 'moq'
|
|
11
|
+
|
|
12
|
+
/** Direct Socket health report (IWA transport). */
|
|
13
|
+
export interface DirectSocketHealth {
|
|
14
|
+
connected: boolean
|
|
15
|
+
bytesReceived: number
|
|
16
|
+
packetsReceived: number
|
|
17
|
+
errors: number
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/** Subscription handle returned by acquireSubscription. */
|
|
21
|
+
export interface Subscription {
|
|
22
|
+
key: string
|
|
23
|
+
mode: SubscriptionMode
|
|
24
|
+
consumers: ReadonlySet<string>
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/** Stats for a subscription. */
|
|
28
|
+
export interface SubscriptionStats {
|
|
29
|
+
activeSubscriptions: number
|
|
30
|
+
totalAcquires: number
|
|
31
|
+
totalReleases: number
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/** Options for acquiring a subscription. */
|
|
35
|
+
export interface AcquireOptions {
|
|
36
|
+
/** Subscription key (e.g., "(S,G,port)" for multicast). */
|
|
37
|
+
key: string
|
|
38
|
+
/** Transport mode. */
|
|
39
|
+
mode: SubscriptionMode
|
|
40
|
+
/** Consumer identity (trackName). */
|
|
41
|
+
consumer: string
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface TransportPoolOptions {
|
|
45
|
+
/** Maximum concurrent subscriptions. 0 = unlimited. */
|
|
46
|
+
maxSubscriptions?: number
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
type FailedCallback = (sub: { key: string; consumers: Set<string>; error: unknown }) => void
|
|
50
|
+
|
|
51
|
+
export class TransportPool {
|
|
52
|
+
readonly #subs = new Map<string, Subscription>()
|
|
53
|
+
readonly #options: TransportPoolOptions
|
|
54
|
+
#failedCb: FailedCallback | null = null
|
|
55
|
+
#stats: SubscriptionStats = { activeSubscriptions: 0, totalAcquires: 0, totalReleases: 0 }
|
|
56
|
+
|
|
57
|
+
constructor(options?: TransportPoolOptions) {
|
|
58
|
+
this.#options = options ?? {}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/** Register callback for subscription failures. */
|
|
62
|
+
onSubscriptionFailed(cb: FailedCallback): void {
|
|
63
|
+
this.#failedCb = cb
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/** Acquire a subscription for a consumer. Returns the subscription. */
|
|
67
|
+
acquireSubscription(opts: AcquireOptions): Subscription
|
|
68
|
+
acquireSubscription(key: string, consumer: string): Subscription
|
|
69
|
+
acquireSubscription(keyOrOpts: string | AcquireOptions, consumer?: string): Subscription {
|
|
70
|
+
const key = typeof keyOrOpts === 'string' ? keyOrOpts : keyOrOpts.key
|
|
71
|
+
const cons = typeof keyOrOpts === 'string' ? consumer! : keyOrOpts.consumer
|
|
72
|
+
const mode: SubscriptionMode = typeof keyOrOpts === 'object' ? keyOrOpts.mode : 'moq'
|
|
73
|
+
|
|
74
|
+
let sub = this.#subs.get(key)
|
|
75
|
+
if (!sub) {
|
|
76
|
+
sub = { key, mode, consumers: new Set() }
|
|
77
|
+
this.#subs.set(key, sub)
|
|
78
|
+
this.#stats.activeSubscriptions++
|
|
79
|
+
}
|
|
80
|
+
;(sub.consumers as Set<string>).add(cons)
|
|
81
|
+
this.#stats.totalAcquires++
|
|
82
|
+
return sub
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/** Release a subscription for a consumer. Closes if last consumer. */
|
|
86
|
+
releaseSubscription(key: string, consumer: string): void {
|
|
87
|
+
const sub = this.#subs.get(key)
|
|
88
|
+
if (!sub) return
|
|
89
|
+
;(sub.consumers as Set<string>).delete(consumer)
|
|
90
|
+
this.#stats.totalReleases++
|
|
91
|
+
if (sub.consumers.size === 0) {
|
|
92
|
+
this.#subs.delete(key)
|
|
93
|
+
this.#stats.activeSubscriptions--
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/** Release all subscriptions held by a consumer. */
|
|
98
|
+
releaseAllForConsumer(consumer: string): void {
|
|
99
|
+
for (const [key, sub] of this.#subs) {
|
|
100
|
+
;(sub.consumers as Set<string>).delete(consumer)
|
|
101
|
+
if (sub.consumers.size === 0) {
|
|
102
|
+
this.#subs.delete(key)
|
|
103
|
+
this.#stats.activeSubscriptions--
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/** Report a subscription failure. */
|
|
109
|
+
reportFailure(key: string, error: unknown): void {
|
|
110
|
+
const sub = this.#subs.get(key)
|
|
111
|
+
if (sub) this.#failedCb?.({ key, consumers: sub.consumers as Set<string>, error })
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/** Get stats. */
|
|
115
|
+
get stats(): Readonly<SubscriptionStats> { return this.#stats }
|
|
116
|
+
|
|
117
|
+
/** Clean up all subscriptions. */
|
|
118
|
+
dispose(): void {
|
|
119
|
+
this.#subs.clear()
|
|
120
|
+
this.#failedCb = null
|
|
121
|
+
this.#stats.activeSubscriptions = 0
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/** Number of active subscriptions. */
|
|
125
|
+
get size(): number {
|
|
126
|
+
return this.#subs.size
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
MFUFragment,
|
|
3
|
+
MfuReassemblerBackend,
|
|
4
|
+
PendingMfuDebug,
|
|
5
|
+
ReassembledMFU,
|
|
6
|
+
ReassemblerStats,
|
|
7
|
+
} from './mfu-reassembler.js'
|
|
8
|
+
import {
|
|
9
|
+
isMfuReassemblyErrorCode,
|
|
10
|
+
MfuReassemblyError,
|
|
11
|
+
} from './mfu-reassembler.js'
|
|
12
|
+
|
|
13
|
+
export interface MmtWasmFragment {
|
|
14
|
+
with_sample_identity(movieFragmentSequence: number, sampleNumber: number, offset: number): void
|
|
15
|
+
set_item_id(itemId: number): void
|
|
16
|
+
set_packet_delivery?(packetSequenceNumber: number, recovered: boolean): void
|
|
17
|
+
set_priority(priority: number): void
|
|
18
|
+
set_attribution(attribution: number): void
|
|
19
|
+
set_stream_identity(streamIdentity: number): void
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface MmtWasmReassembledMfu {
|
|
23
|
+
readonly mpu_sequence_number: number
|
|
24
|
+
readonly timestamp: number
|
|
25
|
+
readonly fragment_count: number
|
|
26
|
+
readonly rap_flag: boolean
|
|
27
|
+
readonly priority?: number
|
|
28
|
+
readonly sample_number?: number
|
|
29
|
+
readonly movie_fragment_sequence_number?: number
|
|
30
|
+
readonly packet_sequence_numbers?: Uint32Array | number[]
|
|
31
|
+
readonly repaired_packet_sequence_numbers?: Uint32Array | number[]
|
|
32
|
+
readonly attribution?: number
|
|
33
|
+
readonly stream_identity?: number
|
|
34
|
+
readonly data: Uint8Array
|
|
35
|
+
free(): void
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface MmtWasmStats {
|
|
39
|
+
readonly total_fragments: bigint | number
|
|
40
|
+
readonly reassembled_mfus: bigint | number
|
|
41
|
+
readonly timed_out_mfus: bigint | number
|
|
42
|
+
readonly evicted_memory_limit: bigint | number
|
|
43
|
+
readonly out_of_order_fragments: bigint | number
|
|
44
|
+
readonly duplicate_fragments: bigint | number
|
|
45
|
+
free?: () => void
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface MmtWasmReassembler {
|
|
49
|
+
add_fragment(now: number, fragment: MmtWasmFragment): MmtWasmReassembledMfu | undefined
|
|
50
|
+
cleanup_timeouts(now: number): void
|
|
51
|
+
set_timeout(timeoutMs: number): void
|
|
52
|
+
set_clock_free(): void
|
|
53
|
+
next_timeout_at(): number | undefined
|
|
54
|
+
flush(): void
|
|
55
|
+
reset_stream(streamIdentity: number): void
|
|
56
|
+
reset(): void
|
|
57
|
+
stats(): MmtWasmStats
|
|
58
|
+
readonly buffered_count: number
|
|
59
|
+
readonly pending_fragment_count: number
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface MmtWasmBindings {
|
|
63
|
+
MfuFragmentJs: new (
|
|
64
|
+
mpuSequenceNumber: number,
|
|
65
|
+
fragmentationIndicator: number,
|
|
66
|
+
fragmentCounter: number,
|
|
67
|
+
data: Uint8Array,
|
|
68
|
+
timestamp: number,
|
|
69
|
+
rapFlag: boolean,
|
|
70
|
+
) => MmtWasmFragment
|
|
71
|
+
MmtReassembler: {
|
|
72
|
+
new (timeoutMs: number, maxBuffered: number): MmtWasmReassembler
|
|
73
|
+
clock_free(maxBuffered: number): MmtWasmReassembler
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export interface WasmMfuReassemblerOptions {
|
|
78
|
+
bindings: MmtWasmBindings
|
|
79
|
+
timeoutMs: number | null
|
|
80
|
+
maxBuffered?: number
|
|
81
|
+
now?: () => number
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
function asNumber(value: bigint | number): number {
|
|
85
|
+
return typeof value === 'bigint' ? Number(value) : value
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
function timestampU32(timestamp: bigint): number {
|
|
89
|
+
return Number(BigInt.asUintN(32, timestamp))
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/** Thin host adapter over mmt-core's Rust/WASM IFC reassembler. */
|
|
93
|
+
export class WasmMfuReassembler implements MfuReassemblerBackend {
|
|
94
|
+
readonly #bindings: MmtWasmBindings
|
|
95
|
+
readonly #core: MmtWasmReassembler
|
|
96
|
+
readonly #now: () => number
|
|
97
|
+
#timeoutMs: number | null
|
|
98
|
+
#cleanupTimer: ReturnType<typeof setTimeout> | null = null
|
|
99
|
+
#nextStreamIdentity = 1
|
|
100
|
+
#streamIdentityByKey = new Map<string, number>()
|
|
101
|
+
#streamNameByIdentity = new Map<number, string>()
|
|
102
|
+
#coreTotalFragments = 0
|
|
103
|
+
#rejectedBeforeCore = 0
|
|
104
|
+
#rejectedFragments = 0
|
|
105
|
+
|
|
106
|
+
readonly stats: ReassemblerStats = {
|
|
107
|
+
totalFragments: 0,
|
|
108
|
+
reassembledMFUs: 0,
|
|
109
|
+
rejectedFragments: 0,
|
|
110
|
+
timedOutMFUs: 0,
|
|
111
|
+
evictedMemoryLimit: 0,
|
|
112
|
+
outOfOrderFragments: 0,
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
onDeferredAssembly?: (result: ReassembledMFU) => void
|
|
116
|
+
|
|
117
|
+
constructor(options: WasmMfuReassemblerOptions) {
|
|
118
|
+
const maxBuffered = options.maxBuffered ?? 100
|
|
119
|
+
if (!Number.isInteger(maxBuffered) || maxBuffered <= 0) {
|
|
120
|
+
throw new Error('[WasmMfuReassembler] maxBuffered must be a positive integer')
|
|
121
|
+
}
|
|
122
|
+
this.#bindings = options.bindings
|
|
123
|
+
this.#timeoutMs = options.timeoutMs
|
|
124
|
+
this.#now = options.now ?? (() => globalThis.performance?.now() ?? Date.now())
|
|
125
|
+
this.#core =
|
|
126
|
+
options.timeoutMs === null
|
|
127
|
+
? options.bindings.MmtReassembler.clock_free(maxBuffered)
|
|
128
|
+
: new options.bindings.MmtReassembler(options.timeoutMs, maxBuffered)
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
get timeoutMs(): number | null {
|
|
132
|
+
return this.#timeoutMs
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
set timeoutMs(timeoutMs: number | null) {
|
|
136
|
+
if (timeoutMs !== null && (!Number.isFinite(timeoutMs) || timeoutMs <= 0)) {
|
|
137
|
+
throw new Error('[WasmMfuReassembler] timeoutMs must be a finite number > 0')
|
|
138
|
+
}
|
|
139
|
+
this.#timeoutMs = timeoutMs
|
|
140
|
+
if (timeoutMs === null) this.#core.set_clock_free()
|
|
141
|
+
else this.#core.set_timeout(Math.ceil(timeoutMs))
|
|
142
|
+
this.#scheduleCleanup()
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
addFragment(fragment: MFUFragment): ReassembledMFU | null {
|
|
146
|
+
const wasmFragment = new this.#bindings.MfuFragmentJs(
|
|
147
|
+
fragment.mpuSequenceNumber,
|
|
148
|
+
fragment.fragmentationIndicator,
|
|
149
|
+
fragment.fragmentCounter,
|
|
150
|
+
fragment.data,
|
|
151
|
+
timestampU32(fragment.timestamp),
|
|
152
|
+
fragment.rapFlag,
|
|
153
|
+
)
|
|
154
|
+
if (
|
|
155
|
+
fragment.movieFragmentSequenceNumber !== undefined &&
|
|
156
|
+
fragment.sampleNumber !== undefined &&
|
|
157
|
+
fragment.sampleNumber > 0 &&
|
|
158
|
+
fragment.sampleOffset !== undefined
|
|
159
|
+
) {
|
|
160
|
+
wasmFragment.with_sample_identity(
|
|
161
|
+
fragment.movieFragmentSequenceNumber,
|
|
162
|
+
fragment.sampleNumber,
|
|
163
|
+
fragment.sampleOffset,
|
|
164
|
+
)
|
|
165
|
+
}
|
|
166
|
+
if (fragment.itemId !== undefined) wasmFragment.set_item_id(fragment.itemId)
|
|
167
|
+
if (fragment.packetSequenceNumber !== undefined) {
|
|
168
|
+
wasmFragment.set_packet_delivery?.(
|
|
169
|
+
fragment.packetSequenceNumber,
|
|
170
|
+
fragment.recovered === true,
|
|
171
|
+
)
|
|
172
|
+
}
|
|
173
|
+
if (fragment.priority !== undefined) wasmFragment.set_priority(fragment.priority)
|
|
174
|
+
if (fragment.source !== undefined) {
|
|
175
|
+
wasmFragment.set_attribution(fragment.source === 'multicast' ? 1 : 2)
|
|
176
|
+
}
|
|
177
|
+
const streamIdentity = this.#streamIdentityFor(fragment)
|
|
178
|
+
if (streamIdentity !== undefined) {
|
|
179
|
+
wasmFragment.set_stream_identity(streamIdentity)
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
let output: MmtWasmReassembledMfu | undefined
|
|
183
|
+
const coreTotalBefore = this.#coreTotalFragments
|
|
184
|
+
try {
|
|
185
|
+
output = this.#core.add_fragment(this.#now(), wasmFragment)
|
|
186
|
+
} catch (error) {
|
|
187
|
+
const rejection = this.#asReassemblyError(error)
|
|
188
|
+
if (rejection === null) throw error
|
|
189
|
+
this.#refreshStats()
|
|
190
|
+
if (this.#coreTotalFragments === coreTotalBefore) this.#rejectedBeforeCore++
|
|
191
|
+
this.#rejectedFragments++
|
|
192
|
+
this.stats.totalFragments = this.#coreTotalFragments + this.#rejectedBeforeCore
|
|
193
|
+
this.stats.rejectedFragments = this.#rejectedFragments
|
|
194
|
+
this.#scheduleCleanup()
|
|
195
|
+
throw rejection
|
|
196
|
+
}
|
|
197
|
+
this.#refreshStats()
|
|
198
|
+
this.#scheduleCleanup()
|
|
199
|
+
if (!output) return null
|
|
200
|
+
|
|
201
|
+
try {
|
|
202
|
+
const catalogTrackName = output.stream_identity === undefined
|
|
203
|
+
? undefined
|
|
204
|
+
: this.#streamNameByIdentity.get(output.stream_identity)
|
|
205
|
+
const packetSequenceNumbers = output.packet_sequence_numbers === undefined
|
|
206
|
+
? undefined
|
|
207
|
+
: Array.from(output.packet_sequence_numbers)
|
|
208
|
+
const repairedPacketSequenceNumbers =
|
|
209
|
+
output.repaired_packet_sequence_numbers === undefined
|
|
210
|
+
? undefined
|
|
211
|
+
: Array.from(output.repaired_packet_sequence_numbers)
|
|
212
|
+
return {
|
|
213
|
+
mpuSequenceNumber: output.mpu_sequence_number,
|
|
214
|
+
...(packetSequenceNumbers?.[0] === undefined
|
|
215
|
+
? {}
|
|
216
|
+
: { packetSequenceNumber: packetSequenceNumbers[0] }),
|
|
217
|
+
...(packetSequenceNumbers === undefined ? {} : { packetSequenceNumbers }),
|
|
218
|
+
...(repairedPacketSequenceNumbers === undefined
|
|
219
|
+
? {}
|
|
220
|
+
: { repairedPacketSequenceNumbers }),
|
|
221
|
+
data: output.data,
|
|
222
|
+
timestamp: BigInt(output.timestamp),
|
|
223
|
+
fragmentCount: output.fragment_count,
|
|
224
|
+
rapFlag: output.rap_flag,
|
|
225
|
+
...(output.priority === undefined ? {} : { priority: output.priority }),
|
|
226
|
+
...(output.sample_number === undefined ? {} : { sampleNumber: output.sample_number }),
|
|
227
|
+
...(output.movie_fragment_sequence_number === undefined
|
|
228
|
+
? {}
|
|
229
|
+
: {
|
|
230
|
+
movieFragmentSequenceNumber: output.movie_fragment_sequence_number,
|
|
231
|
+
}),
|
|
232
|
+
...(output.attribution === 1
|
|
233
|
+
? { source: 'multicast' as const }
|
|
234
|
+
: output.attribution === 2
|
|
235
|
+
? { source: 'moq' as const }
|
|
236
|
+
: {}),
|
|
237
|
+
// The Rust core folds `attribution` over every contributing fragment
|
|
238
|
+
// and reports None unless they were unanimous, so a tag here is
|
|
239
|
+
// already whole-frame evidence. A missing tag means "not unanimous or
|
|
240
|
+
// never recorded" — both unproven, never multicast.
|
|
241
|
+
deliveryProvenance:
|
|
242
|
+
output.attribution === 1
|
|
243
|
+
? 'multicast'
|
|
244
|
+
: output.attribution === 2
|
|
245
|
+
? 'mixed'
|
|
246
|
+
: 'unknown',
|
|
247
|
+
...(catalogTrackName === undefined ? {} : { catalogTrackName }),
|
|
248
|
+
}
|
|
249
|
+
} finally {
|
|
250
|
+
output.free()
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
flush(): void {
|
|
255
|
+
this.#clearCleanupTimer()
|
|
256
|
+
this.#core.flush()
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
resetStream(catalogTrackName: string): void {
|
|
260
|
+
const streamIdentity = this.#streamIdentityByKey.get(`catalog:${catalogTrackName}`)
|
|
261
|
+
if (streamIdentity === undefined) return
|
|
262
|
+
this.#clearCleanupTimer()
|
|
263
|
+
this.#core.reset_stream(streamIdentity)
|
|
264
|
+
this.#refreshStats()
|
|
265
|
+
this.#scheduleCleanup()
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
reset(): void {
|
|
269
|
+
this.#clearCleanupTimer()
|
|
270
|
+
this.#core.reset()
|
|
271
|
+
this.#nextStreamIdentity = 1
|
|
272
|
+
this.#streamIdentityByKey.clear()
|
|
273
|
+
this.#streamNameByIdentity.clear()
|
|
274
|
+
this.#coreTotalFragments = 0
|
|
275
|
+
this.#rejectedBeforeCore = 0
|
|
276
|
+
this.#rejectedFragments = 0
|
|
277
|
+
this.#refreshStats()
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
get pendingCount(): number {
|
|
281
|
+
return this.#core.buffered_count
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
getStatus(): {
|
|
285
|
+
bufferedMFUs: number
|
|
286
|
+
pendingFragments: number
|
|
287
|
+
pendingSamples: PendingMfuDebug[]
|
|
288
|
+
stats: ReassemblerStats
|
|
289
|
+
} {
|
|
290
|
+
this.#refreshStats()
|
|
291
|
+
return {
|
|
292
|
+
bufferedMFUs: this.#core.buffered_count,
|
|
293
|
+
pendingFragments: this.#core.pending_fragment_count,
|
|
294
|
+
// Detailed fragment coordinates remain internal to the Rust core. Counts
|
|
295
|
+
// and health statistics stay available to MmtpRouter diagnostics.
|
|
296
|
+
pendingSamples: [],
|
|
297
|
+
stats: { ...this.stats },
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
#refreshStats(): void {
|
|
302
|
+
const stats = this.#core.stats()
|
|
303
|
+
this.#coreTotalFragments = asNumber(stats.total_fragments)
|
|
304
|
+
this.stats.totalFragments = this.#coreTotalFragments + this.#rejectedBeforeCore
|
|
305
|
+
this.stats.reassembledMFUs = asNumber(stats.reassembled_mfus)
|
|
306
|
+
this.stats.rejectedFragments = this.#rejectedFragments
|
|
307
|
+
this.stats.timedOutMFUs = asNumber(stats.timed_out_mfus)
|
|
308
|
+
this.stats.evictedMemoryLimit = asNumber(stats.evicted_memory_limit)
|
|
309
|
+
this.stats.outOfOrderFragments = asNumber(stats.out_of_order_fragments)
|
|
310
|
+
stats.free?.()
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
#streamIdentityFor(fragment: MFUFragment): number | undefined {
|
|
314
|
+
const key = fragment.catalogTrackName !== undefined
|
|
315
|
+
? `catalog:${fragment.catalogTrackName}`
|
|
316
|
+
: fragment.packetId !== undefined
|
|
317
|
+
? `packet:${fragment.packetId}`
|
|
318
|
+
: undefined
|
|
319
|
+
if (key === undefined) return undefined
|
|
320
|
+
const existing = this.#streamIdentityByKey.get(key)
|
|
321
|
+
if (existing !== undefined) return existing
|
|
322
|
+
const identity = this.#nextStreamIdentity++
|
|
323
|
+
this.#streamIdentityByKey.set(key, identity)
|
|
324
|
+
if (fragment.catalogTrackName !== undefined) {
|
|
325
|
+
this.#streamNameByIdentity.set(identity, fragment.catalogTrackName)
|
|
326
|
+
}
|
|
327
|
+
return identity
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
#asReassemblyError(error: unknown): MfuReassemblyError | null {
|
|
331
|
+
if ((typeof error !== 'object' && typeof error !== 'function') || error === null) return null
|
|
332
|
+
const code = Reflect.get(error, 'code')
|
|
333
|
+
if (!isMfuReassemblyErrorCode(code)) return null
|
|
334
|
+
const message = Reflect.get(error, 'message')
|
|
335
|
+
return new MfuReassemblyError(
|
|
336
|
+
code,
|
|
337
|
+
typeof message === 'string' ? message : `MFU reassembly rejected: ${code}`,
|
|
338
|
+
)
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
#scheduleCleanup(): void {
|
|
342
|
+
this.#clearCleanupTimer()
|
|
343
|
+
if (this.#timeoutMs === null) return
|
|
344
|
+
const next = this.#core.next_timeout_at()
|
|
345
|
+
if (next === undefined) return
|
|
346
|
+
const delay = Math.max(0, Math.ceil(next - this.#now()))
|
|
347
|
+
this.#cleanupTimer = setTimeout(() => {
|
|
348
|
+
this.#cleanupTimer = null
|
|
349
|
+
this.#core.cleanup_timeouts(this.#now())
|
|
350
|
+
this.#refreshStats()
|
|
351
|
+
this.#scheduleCleanup()
|
|
352
|
+
}, delay)
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
#clearCleanupTimer(): void {
|
|
356
|
+
if (this.#cleanupTimer === null) return
|
|
357
|
+
clearTimeout(this.#cleanupTimer)
|
|
358
|
+
this.#cleanupTimer = null
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export function resolveGlobalMmtWasmBindings(): MmtWasmBindings {
|
|
363
|
+
const globals = globalThis as typeof globalThis & {
|
|
364
|
+
__blockcastMmtReassemblerWasmBindgen?: MmtWasmBindings
|
|
365
|
+
__MmtWasmBindings?: MmtWasmBindings
|
|
366
|
+
}
|
|
367
|
+
const bindings = globals.__MmtWasmBindings ?? globals.__blockcastMmtReassemblerWasmBindgen
|
|
368
|
+
if (!bindings?.MmtReassembler || !bindings.MfuFragmentJs) {
|
|
369
|
+
throw new Error('[WasmMfuReassembler] initialized mmt-wasm bindings are unavailable')
|
|
370
|
+
}
|
|
371
|
+
return bindings
|
|
372
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { MmtpContainerParser, type MmtpParserConfig } from './mmtp-container-parser.js'
|
|
2
|
+
import { WasmMfuReassembler, resolveGlobalMmtWasmBindings, type MmtWasmBindings } from './wasm-mfu-reassembler.js'
|
|
3
|
+
import { mfuReassemblyTimeoutMs, type MfuReassemblyPolicy } from './mfu-reassembly-policy.js'
|
|
4
|
+
|
|
5
|
+
export type WasmMmtpParserConfig = Omit<MmtpParserConfig, 'mfuTimeoutMs' | 'reassembler' | 'reassemblyPolicy'> & {
|
|
6
|
+
reassemblyPolicy: MfuReassemblyPolicy
|
|
7
|
+
wasmBindings?: MmtWasmBindings
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/** Construct the common MMTP parser over the shared Rust/WASM IFC core. */
|
|
11
|
+
export function createWasmMmtpContainerParser(config: WasmMmtpParserConfig): MmtpContainerParser {
|
|
12
|
+
const timeoutMs = mfuReassemblyTimeoutMs(config.reassemblyPolicy)
|
|
13
|
+
const reassembler = new WasmMfuReassembler({
|
|
14
|
+
bindings: config.wasmBindings ?? resolveGlobalMmtWasmBindings(),
|
|
15
|
+
timeoutMs,
|
|
16
|
+
...(config.maxBufferedMfus === undefined ? {} : { maxBuffered: config.maxBufferedMfus }),
|
|
17
|
+
})
|
|
18
|
+
return new MmtpContainerParser({
|
|
19
|
+
...config,
|
|
20
|
+
reassemblyPolicy: config.reassemblyPolicy,
|
|
21
|
+
reassembler,
|
|
22
|
+
})
|
|
23
|
+
}
|