@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,222 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @blockcast/fec-worker — Shred Worker Main-Thread Client
|
|
3
|
+
*
|
|
4
|
+
* Thin wrapper over the shred (Reed-Solomon) worker, mirroring
|
|
5
|
+
* {@link FecWorkerClient}'s shape. Spawns one Worker, speaks the
|
|
6
|
+
* {@link ShredWorkerCommand}/{@link ShredWorkerEvent} protocol, and keeps the
|
|
7
|
+
* datagram read loop + wire parse + WASM FEC off the main thread.
|
|
8
|
+
*
|
|
9
|
+
* Typical wiring for a WebTransport datagram source (fully off-thread):
|
|
10
|
+
*
|
|
11
|
+
* const client = new ShredWorkerClient(new URL("./shred-fec-worker.js", import.meta.url));
|
|
12
|
+
* client.onRecovered((data, meta) => renderRecoveredSet(data, meta));
|
|
13
|
+
* client.configure({ maxSlots: 5000, symbolSize: 512, wasmUrl: "/vendor/fec/mmt_wasm.js" });
|
|
14
|
+
* client.attachStream(wt.datagrams.readable); // transferred; main does no read() per packet
|
|
15
|
+
*
|
|
16
|
+
* For sources that demux on the main thread (moqtail OBJECT_DATAGRAM callback,
|
|
17
|
+
* IWA multicast bridge), push each raw frame with {@link feedShred} instead.
|
|
18
|
+
*
|
|
19
|
+
* {@link feedShred} is a fire-and-forget `postMessage` with no native
|
|
20
|
+
* backpressure, so a consumer that decodes slower than the ingest rate (a
|
|
21
|
+
* backgrounded/throttled tab, WASM RS falling behind a ~4k shred/s feed) would
|
|
22
|
+
* grow the worker's inbound message queue without limit — the queue lives in the
|
|
23
|
+
* renderer process and has been observed to reach multiple GB, GC-thrashing the
|
|
24
|
+
* page into a wedge. The client bounds it with an in-flight window keyed off the
|
|
25
|
+
* worker's own periodic stats heartbeat (no per-frame ack round-trip); see
|
|
26
|
+
* {@link ShredWorkerClientOptions.maxInflight}.
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
import type {
|
|
30
|
+
ShredWorkerCommand,
|
|
31
|
+
ShredWorkerConfig,
|
|
32
|
+
ShredWorkerEvent,
|
|
33
|
+
ShredWorkerStats,
|
|
34
|
+
ShredWorkerErrorCode,
|
|
35
|
+
RecoveredMeta,
|
|
36
|
+
} from "./shred-worker-types.js";
|
|
37
|
+
|
|
38
|
+
/** Construction-time options for {@link ShredWorkerClient}. */
|
|
39
|
+
export interface ShredWorkerClientOptions {
|
|
40
|
+
/**
|
|
41
|
+
* Cap on frames posted via {@link ShredWorkerClient.feedShred} but not yet
|
|
42
|
+
* drained by the worker, before further frames are dropped ("skip-to-live" at
|
|
43
|
+
* the worker boundary). Bounds the worker's inbound message queue — the sole
|
|
44
|
+
* unbounded structure on the main-thread-demux (`feedShred`) path.
|
|
45
|
+
*
|
|
46
|
+
* The drain signal is the worker's periodic `stats` heartbeat: the monotonic
|
|
47
|
+
* total of frames it has taken off the queue (`shredsRx + malformed +
|
|
48
|
+
* versionMismatch`). No per-frame acknowledgement crosses the boundary, so the
|
|
49
|
+
* bound is heartbeat-granular — size it above one heartbeat's worth of ingest
|
|
50
|
+
* (default 250ms heartbeat × ~4k frames/s ≈ ~1k frames).
|
|
51
|
+
*
|
|
52
|
+
* Default {@link DEFAULT_MAX_INFLIGHT} (8192 frames ≈ ~10 MB at ~1.3 KB/frame).
|
|
53
|
+
* Set to `0` (or any value `<= 0`) to disable the bound entirely — only do so
|
|
54
|
+
* for a source with its own backpressure (e.g. a bounded {@link
|
|
55
|
+
* ShredWorkerClient.attachStream} producer). Note the bound assumes `feedShred`
|
|
56
|
+
* is the sole ingest path; mixing it with `attachStream` (whose frames also
|
|
57
|
+
* advance the heartbeat total) makes the window under-count and benignly
|
|
58
|
+
* disables the drop.
|
|
59
|
+
*/
|
|
60
|
+
maxInflight?: number;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/** Default {@link ShredWorkerClientOptions.maxInflight} (~10 MB of queued frames). */
|
|
64
|
+
export const DEFAULT_MAX_INFLIGHT = 8192;
|
|
65
|
+
|
|
66
|
+
export class ShredWorkerClient {
|
|
67
|
+
readonly #worker: Worker;
|
|
68
|
+
#onRecovered: ((data: ArrayBuffer, meta: RecoveredMeta) => void) | null = null;
|
|
69
|
+
#onStats: ((stats: ShredWorkerStats) => void) | null = null;
|
|
70
|
+
#onError: ((message: string, code?: ShredWorkerErrorCode) => void) | null = null;
|
|
71
|
+
#disposed = false;
|
|
72
|
+
|
|
73
|
+
/** feedShred in-flight backpressure accounting (see ShredWorkerClientOptions.maxInflight). */
|
|
74
|
+
readonly #maxInflight: number;
|
|
75
|
+
#sent = 0; // frames posted via feedShred (monotonic)
|
|
76
|
+
#processed = 0; // worker-consumed total from the last stats heartbeat (monotonic)
|
|
77
|
+
#droppedBackpressure = 0; // frames dropped by the in-flight guard (monotonic)
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @param workerOrUrl - A URL (a Worker is created internally, `type: module`)
|
|
81
|
+
* or a pre-created Worker (for testing via constructor injection).
|
|
82
|
+
* @param opts - Optional {@link ShredWorkerClientOptions}.
|
|
83
|
+
*/
|
|
84
|
+
constructor(workerOrUrl: Worker | URL, opts: ShredWorkerClientOptions = {}) {
|
|
85
|
+
this.#maxInflight = opts.maxInflight ?? DEFAULT_MAX_INFLIGHT;
|
|
86
|
+
this.#worker =
|
|
87
|
+
workerOrUrl instanceof URL
|
|
88
|
+
? new Worker(workerOrUrl, { type: "module" })
|
|
89
|
+
: workerOrUrl;
|
|
90
|
+
this.#worker.onmessage = (e: MessageEvent<ShredWorkerEvent>) =>
|
|
91
|
+
this.#handleEvent(e.data);
|
|
92
|
+
this.#worker.onerror = (e) =>
|
|
93
|
+
this.#onError?.(formatWorkerError(e), "worker-runtime");
|
|
94
|
+
this.#worker.onmessageerror = () =>
|
|
95
|
+
this.#onError?.("failed to deserialize worker message", "worker-message");
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/** Configure the decoder (WASM load + ShredFecBuffer construction happen in the worker). */
|
|
99
|
+
configure(config: ShredWorkerConfig): void {
|
|
100
|
+
if (this.#disposed) throw new Error("[ShredWorkerClient] disposed");
|
|
101
|
+
this.#post({ type: "configure", config });
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Hand the worker a stream of raw shred frames to batch-drain. The stream is
|
|
106
|
+
* transferred — the caller must not use it afterward. One active stream at a
|
|
107
|
+
* time; attaching a new one cancels the previous.
|
|
108
|
+
*/
|
|
109
|
+
attachStream(readable: ReadableStream<Uint8Array>): void {
|
|
110
|
+
if (this.#disposed) return;
|
|
111
|
+
this.#post({ type: "attachStream", readable }, [readable]);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Feed one already-demuxed raw shred frame. `frame` is transferred zero-copy;
|
|
116
|
+
* the caller must not access it afterward.
|
|
117
|
+
*
|
|
118
|
+
* Dropped (frame NOT transferred, so the caller's buffer stays intact) when the
|
|
119
|
+
* in-flight window is full — i.e. the worker is more than `maxInflight` frames
|
|
120
|
+
* behind. This is the memory bound: a slow/wedged consumer costs bounded
|
|
121
|
+
* skip-to-live drops (see {@link droppedBackpressure}), never an unbounded
|
|
122
|
+
* renderer-heap blow-up.
|
|
123
|
+
*/
|
|
124
|
+
feedShred(frame: ArrayBuffer): void {
|
|
125
|
+
if (this.#disposed) return;
|
|
126
|
+
if (this.#maxInflight > 0 && this.#sent - this.#processed >= this.#maxInflight) {
|
|
127
|
+
this.#droppedBackpressure++;
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
130
|
+
this.#sent++;
|
|
131
|
+
this.#post({ type: "feedShred", frame }, [frame]);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/** Explicitly drive loss recovery (in addition to the worker's internal timer). */
|
|
135
|
+
recoverAll(nowMs: number = Date.now()): void {
|
|
136
|
+
if (this.#disposed) return;
|
|
137
|
+
this.#post({ type: "recoverAll", nowMs });
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/** Register callback for recovered/completed FEC sets. `data` is a transferred buffer. */
|
|
141
|
+
onRecovered(cb: (data: ArrayBuffer, meta: RecoveredMeta) => void): void {
|
|
142
|
+
this.#onRecovered = cb;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/** Register callback for the coalesced stats heartbeat. */
|
|
146
|
+
onStats(cb: (stats: ShredWorkerStats) => void): void {
|
|
147
|
+
this.#onStats = cb;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/** Register callback for worker errors. */
|
|
151
|
+
onError(cb: (message: string, code?: ShredWorkerErrorCode) => void): void {
|
|
152
|
+
this.#onError = cb;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Frames dropped by the in-flight backpressure guard since construction
|
|
157
|
+
* (monotonic). Surface this in the UI so sustained loss is visible rather than
|
|
158
|
+
* silent — a rising counter means the consumer can't keep pace with ingest.
|
|
159
|
+
*/
|
|
160
|
+
get droppedBackpressure(): number {
|
|
161
|
+
return this.#droppedBackpressure;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Frames posted via {@link feedShred} but not yet reported drained by the
|
|
166
|
+
* worker's last stats heartbeat (best-effort, heartbeat-granular; never < 0).
|
|
167
|
+
*/
|
|
168
|
+
get inflight(): number {
|
|
169
|
+
return Math.max(0, this.#sent - this.#processed);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/** Dispose the worker. Idempotent. */
|
|
173
|
+
dispose(): void {
|
|
174
|
+
if (this.#disposed) return;
|
|
175
|
+
this.#disposed = true;
|
|
176
|
+
try {
|
|
177
|
+
this.#worker.postMessage({ type: "dispose" } satisfies ShredWorkerCommand);
|
|
178
|
+
} catch {
|
|
179
|
+
/* worker may already be gone */
|
|
180
|
+
}
|
|
181
|
+
this.#worker.terminate();
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
#post(cmd: ShredWorkerCommand, transfer: Transferable[] = []): void {
|
|
185
|
+
this.#worker.postMessage(cmd, transfer);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
#handleEvent(event: ShredWorkerEvent): void {
|
|
189
|
+
switch (event.type) {
|
|
190
|
+
case "recovered":
|
|
191
|
+
this.#onRecovered?.(event.data, event.meta);
|
|
192
|
+
break;
|
|
193
|
+
case "stats":
|
|
194
|
+
// The worker's monotonic consumed-frame total is the drain signal for
|
|
195
|
+
// the feedShred in-flight guard. shredsRx counts only valid frames;
|
|
196
|
+
// malformed + versionMismatch are consumed off the queue too, so the
|
|
197
|
+
// sum is the true "frames taken off the queue" and keeps the window
|
|
198
|
+
// from inflating (and false-dropping) on a malformed/skewed source.
|
|
199
|
+
this.#processed =
|
|
200
|
+
event.stats.shredsRx + event.stats.malformed + event.stats.versionMismatch;
|
|
201
|
+
this.#onStats?.(event.stats);
|
|
202
|
+
break;
|
|
203
|
+
case "error":
|
|
204
|
+
if (event.code) this.#onError?.(event.message, event.code);
|
|
205
|
+
else this.#onError?.(event.message);
|
|
206
|
+
break;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
function formatWorkerError(event: ErrorEvent): string {
|
|
212
|
+
const parts = ["Worker error"];
|
|
213
|
+
if (event.message) parts.push(event.message);
|
|
214
|
+
if (event.filename) {
|
|
215
|
+
const loc = [event.filename];
|
|
216
|
+
if (event.lineno) loc.push(String(event.lineno));
|
|
217
|
+
if (event.colno) loc.push(String(event.colno));
|
|
218
|
+
parts.push(`at ${loc.join(":")}`);
|
|
219
|
+
}
|
|
220
|
+
if (event.error instanceof Error && event.error.stack) parts.push(event.error.stack);
|
|
221
|
+
return parts.join(": ");
|
|
222
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @blockcast/fec-worker — Shred (Reed-Solomon) Worker Protocol
|
|
3
|
+
*
|
|
4
|
+
* A sibling codec to the RaptorQ/MMTP worker (`fec-worker.ts`). Solana-style
|
|
5
|
+
* shred streams carry a different FEC payload identity than MMTP source/repair
|
|
6
|
+
* symbols — a shred is `(slot, fecSetIndex, localIndex, numData, numCoding,
|
|
7
|
+
* isCoding, lastInSet)`, not a flat `ssId` — so they need their own command
|
|
8
|
+
* shape. The transport harness (Worker spawn, onmessage plumbing, zero-copy
|
|
9
|
+
* `toOwnedArrayBuffer` transfers) is shared; the decoder WASM is not.
|
|
10
|
+
*
|
|
11
|
+
* The worker owns the batch-drain: the consumer transfers a WebTransport
|
|
12
|
+
* `datagrams.readable` (or any `ReadableStream<Uint8Array>` of raw shred
|
|
13
|
+
* frames) into the Worker via {@link ShredWorkerCommand} `attachStream`, and
|
|
14
|
+
* the read loop + wire parse + `ShredFecBuffer.add_shred` all run off the main
|
|
15
|
+
* thread. Only recovered FEC sets (and coalesced stats) cross back. A
|
|
16
|
+
* `feedShred` command covers sources that have already demuxed the shred bytes
|
|
17
|
+
* on the main thread (e.g. a moqtail OBJECT_DATAGRAM callback, or the IWA
|
|
18
|
+
* multicast bridge).
|
|
19
|
+
*
|
|
20
|
+
* Types here are importable from both main thread and Worker contexts.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
// --- Wire format ------------------------------------------------------------
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Wire header layout the worker parses. Mirrors the deployed shred player's
|
|
27
|
+
* `onShredBytes` exactly (libmmt shred-forwarder `emit_frame`) so the off-thread
|
|
28
|
+
* path is bit-identical to the proven on-thread path.
|
|
29
|
+
*
|
|
30
|
+
* v3 (28-byte header):
|
|
31
|
+
* [0] version u8 (== 3; non-3 frames are dropped, not misframed)
|
|
32
|
+
* [1-8] slot u64 LE
|
|
33
|
+
* [9-12] fecSetIndex u32 LE
|
|
34
|
+
* [13-16] localIndex u32 LE (data: 0..numData; coding: numData+position)
|
|
35
|
+
* [17] flags u8 (bit0 = DATA_COMPLETE, bit1 = IS_CODING_SHRED)
|
|
36
|
+
* [18] numData u8 (coding shreds only; 0 on data — WASM infers)
|
|
37
|
+
* [19] numCoding u8 (coding shreds only; 0 on data)
|
|
38
|
+
* [20-27] sendTsUs u64 LE (µs since epoch, 0 when unstamped)
|
|
39
|
+
* [28+] erasureShard (equal length across the FEC set)
|
|
40
|
+
*
|
|
41
|
+
* DATA_COMPLETE (last data shred in the set) is passed to `add_shred` as its
|
|
42
|
+
* `lastInSet` argument — the WASM uses it to infer numData for a set that
|
|
43
|
+
* received only data shreds (no coding).
|
|
44
|
+
*/
|
|
45
|
+
export const SHRED_WIRE_VERSION = 3;
|
|
46
|
+
export const SHRED_HEADER_LEN = 28;
|
|
47
|
+
export const SHRED_FLAG_DATA_COMPLETE = 0x01;
|
|
48
|
+
export const SHRED_FLAG_IS_CODING = 0x02;
|
|
49
|
+
|
|
50
|
+
// --- Config -----------------------------------------------------------------
|
|
51
|
+
|
|
52
|
+
/** Per-decoder configuration for the shred FEC worker. */
|
|
53
|
+
export interface ShredWorkerConfig {
|
|
54
|
+
/** Ring capacity in slots (matches `new ShredFecBuffer(maxSlots, symbolSize)`). */
|
|
55
|
+
maxSlots: number;
|
|
56
|
+
/** Symbol size in bytes (Solana shred payloads are fixed-size within a set). */
|
|
57
|
+
symbolSize: number;
|
|
58
|
+
/**
|
|
59
|
+
* Module URL for the shred WASM (wasm-bindgen ESM exporting `default` init +
|
|
60
|
+
* `ShredFecBuffer`). The worker `import()`s it and calls `await default()`.
|
|
61
|
+
* Ignored when `self.__SHRED_WASM_BINDINGS__` is pre-injected (tests / custom
|
|
62
|
+
* loaders), mirroring the RaptorQ worker's `__MMT_WASM_BINDINGS__` contract.
|
|
63
|
+
*/
|
|
64
|
+
wasmUrl?: string;
|
|
65
|
+
/**
|
|
66
|
+
* How often (ms) the worker coalesces and posts a `stats` event. The read
|
|
67
|
+
* loop never posts per-shred; only recovered frames and this heartbeat cross
|
|
68
|
+
* the boundary. Default 250ms.
|
|
69
|
+
*/
|
|
70
|
+
statsIntervalMs?: number;
|
|
71
|
+
/**
|
|
72
|
+
* How often (ms) the worker runs `try_recover_all(now)` to drain timed-out
|
|
73
|
+
* FEC sets that `add_shred` didn't complete (loss scenarios). Default 50ms,
|
|
74
|
+
* matching the player's on-thread recovery timer. Set to 0 to disable (the
|
|
75
|
+
* consumer may instead drive it explicitly with `recoverAll`).
|
|
76
|
+
*/
|
|
77
|
+
recoverIntervalMs?: number;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// --- Stats ------------------------------------------------------------------
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* First-shred-per-slot sample, collected by the worker and drained into each
|
|
84
|
+
* coalesced `stats` heartbeat. Lets the main thread run app-specific,
|
|
85
|
+
* slot-derived stats (e.g. the turbine-leg latency estimator, per-slot latency
|
|
86
|
+
* percentiles) WITHOUT re-parsing the wire header — the worker stays the single
|
|
87
|
+
* source of truth for parsing, and these cross the boundary aggregated (a
|
|
88
|
+
* handful per heartbeat), never per-packet.
|
|
89
|
+
*/
|
|
90
|
+
export interface SlotSample {
|
|
91
|
+
/** Slot number (first shred of this slot the worker saw). */
|
|
92
|
+
slot: bigint;
|
|
93
|
+
/** Publisher send timestamp (µs since epoch) of that first shred, 0 when unstamped. */
|
|
94
|
+
sendTsUs: bigint;
|
|
95
|
+
/** Frame byte length of that first shred. */
|
|
96
|
+
bytes: number;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/** Aggregate shred-decode counters, emitted on the coalesced `stats` heartbeat. */
|
|
100
|
+
export interface ShredWorkerStats {
|
|
101
|
+
/** Total shred frames parsed (data + coding). */
|
|
102
|
+
shredsRx: number;
|
|
103
|
+
/** Data (source) shreds observed. */
|
|
104
|
+
sourceShreds: number;
|
|
105
|
+
/** Coding (repair) shreds observed. */
|
|
106
|
+
repairShreds: number;
|
|
107
|
+
/** FEC sets completed (direct completion + FEC recovery). */
|
|
108
|
+
fecSetsCompleted: number;
|
|
109
|
+
/** Bytes handed back as recovered/completed sets. */
|
|
110
|
+
bytesReassembled: number;
|
|
111
|
+
/** Sets recovered specifically via `try_recover_all` (loss recovery). */
|
|
112
|
+
fecSetsRecovered: number;
|
|
113
|
+
/** Current `ShredFecBuffer.pending_fec_sets()`, or -1 when unavailable. */
|
|
114
|
+
pendingFecSets: number;
|
|
115
|
+
/** Frames dropped for being shorter than the v3 header. */
|
|
116
|
+
malformed: number;
|
|
117
|
+
/** Frames dropped for carrying a non-v3 version byte (forwarder/worker skew). */
|
|
118
|
+
versionMismatch: number;
|
|
119
|
+
/** Highest slot number observed (as a string — bigint isn't JSON-safe for UI). */
|
|
120
|
+
currentSlot: string;
|
|
121
|
+
/** First-shred-per-slot samples parsed since the previous heartbeat (drained each emit). */
|
|
122
|
+
slotSamples: SlotSample[];
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/** Stable identities for worker failures whose message text carries live values. */
|
|
126
|
+
export type ShredWorkerErrorCode =
|
|
127
|
+
| "wasm-load-failed"
|
|
128
|
+
| "wasm-bindings-missing"
|
|
129
|
+
| "not-configured"
|
|
130
|
+
| "stream-read-failed"
|
|
131
|
+
| "unknown-command"
|
|
132
|
+
| "worker-runtime"
|
|
133
|
+
| "worker-message";
|
|
134
|
+
|
|
135
|
+
// --- Recovered frame metadata ----------------------------------------------
|
|
136
|
+
|
|
137
|
+
/** Metadata attached to each recovered set the worker emits. */
|
|
138
|
+
export interface RecoveredMeta {
|
|
139
|
+
/**
|
|
140
|
+
* Slot the recovered set belongs to. Attributed on both the direct-completion
|
|
141
|
+
* path and the identity-carrying recovery drain
|
|
142
|
+
* (`try_recover_all_with_identity`); only 0n on the legacy `ShredReassembler`
|
|
143
|
+
* fallback, which has no identity variant. Do NOT branch on `slot === 0n` as
|
|
144
|
+
* "unattributed" — that would drop the majority of recovered sets.
|
|
145
|
+
*/
|
|
146
|
+
slot: bigint;
|
|
147
|
+
/** FEC set index within the slot (0 only on the legacy identity-less fallback). */
|
|
148
|
+
fecSetIndex: number;
|
|
149
|
+
/**
|
|
150
|
+
* Publisher send timestamp (µs since epoch), 0 when unstamped/unknown. On
|
|
151
|
+
* direct completion this is the completing shred's stamp; on the recovery
|
|
152
|
+
* drain it is the set's first-seen shred stamp (shreds of a set are sent µs
|
|
153
|
+
* apart, so the two are equivalent latency baselines).
|
|
154
|
+
*/
|
|
155
|
+
sendTsUs: bigint;
|
|
156
|
+
/** True when produced by loss recovery (`try_recover_all`) rather than direct completion. */
|
|
157
|
+
recovered: boolean;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// --- Commands (main -> worker) ----------------------------------------------
|
|
161
|
+
|
|
162
|
+
/** Discriminated union of all commands sent from the main thread to the shred worker. */
|
|
163
|
+
export type ShredWorkerCommand =
|
|
164
|
+
| { type: "configure"; config: ShredWorkerConfig }
|
|
165
|
+
| {
|
|
166
|
+
/**
|
|
167
|
+
* Hand the worker a stream of raw shred frames to batch-drain. Each
|
|
168
|
+
* chunk is one wire frame (one WebTransport datagram). The stream is
|
|
169
|
+
* transferred (add to the postMessage transfer list) — the main thread
|
|
170
|
+
* must not touch it afterward.
|
|
171
|
+
*/
|
|
172
|
+
type: "attachStream";
|
|
173
|
+
readable: ReadableStream<Uint8Array>;
|
|
174
|
+
}
|
|
175
|
+
| {
|
|
176
|
+
/**
|
|
177
|
+
* Feed one already-demuxed raw shred frame. `frame` is transferred
|
|
178
|
+
* zero-copy — the caller must not access it after posting. Use this for
|
|
179
|
+
* sources whose demux stays on the main thread (moqtail OBJECT_DATAGRAM
|
|
180
|
+
* callback, IWA multicast bridge).
|
|
181
|
+
*/
|
|
182
|
+
type: "feedShred";
|
|
183
|
+
frame: ArrayBuffer;
|
|
184
|
+
}
|
|
185
|
+
| { type: "recoverAll"; nowMs: number }
|
|
186
|
+
| { type: "dispose" };
|
|
187
|
+
|
|
188
|
+
// --- Events (worker -> main) ------------------------------------------------
|
|
189
|
+
|
|
190
|
+
/** Discriminated union of all events emitted from the shred worker to the main thread. */
|
|
191
|
+
export type ShredWorkerEvent =
|
|
192
|
+
| { type: "recovered"; data: ArrayBuffer; meta: RecoveredMeta }
|
|
193
|
+
| { type: "stats"; stats: ShredWorkerStats }
|
|
194
|
+
| { type: "error"; message: string; code?: ShredWorkerErrorCode };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Return a fresh ArrayBuffer containing exactly the bytes in `view`.
|
|
3
|
+
*
|
|
4
|
+
* Worker outputs must not transfer buffers that might be owned by a WASM
|
|
5
|
+
* binding or by a larger shared packet. A fresh JS-owned buffer gives
|
|
6
|
+
* postMessage() exclusive ownership without detaching unrelated memory.
|
|
7
|
+
*/
|
|
8
|
+
export function toOwnedArrayBuffer(view: Uint8Array): ArrayBuffer {
|
|
9
|
+
const copy = new Uint8Array(view.byteLength);
|
|
10
|
+
copy.set(view);
|
|
11
|
+
return copy.buffer;
|
|
12
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
# @blockcast/mmt-alta-parse
|
|
2
|
+
|
|
3
|
+
Zero-dependency leaf package that extracts the detached **ALTA authenticator trailer** from an MMTP source packet. ALTA (Authenticated Lightweight TESLA-like Algorithm) is Blockcast's sender-authentication scheme for multicast streams: each MMTP source packet carries a detached signature trailer that downstream consumers (the FEC worker, the FFI core) verify against a catalog-published public key. This package is **the parser only** — it locates the trailer, returns the raw authenticator bytes, and tells the caller where the signed payload ends. Signature verification (Ed25519 / P-256) lives in the consumer that has crypto and the public key in hand.
|
|
4
|
+
|
|
5
|
+
It is split into a leaf package with zero `@blockcast/*` dependencies so both `@blockcast/mmt-container` (wire-path parsing) and `@blockcast/fec-worker` (FEC-recovered-source parsing) can share one implementation without creating a package cycle.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pnpm add @blockcast/mmt-alta-parse
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Quick start
|
|
14
|
+
|
|
15
|
+
```ts
|
|
16
|
+
import { extractAltaTrailer } from "@blockcast/mmt-alta-parse"
|
|
17
|
+
|
|
18
|
+
// `wirePacket` is a full MMTP packet as it came off the network (Uint8Array).
|
|
19
|
+
const trailer = extractAltaTrailer(wirePacket)
|
|
20
|
+
|
|
21
|
+
if (trailer === null) {
|
|
22
|
+
// Packet has no ALTA trailer. This is normal for:
|
|
23
|
+
// - non-MPU packets (repair, signaling)
|
|
24
|
+
// - unsigned streams
|
|
25
|
+
// - malformed / truncated packets
|
|
26
|
+
return
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// `trailer.auth` — the authenticator bytes (no ext_type/ext_length prefix)
|
|
30
|
+
// `trailer.signedEnd` — byte offset where the signed payload ends inside wirePacket.
|
|
31
|
+
// The signer signed wirePacket.subarray(0, signedEnd).
|
|
32
|
+
|
|
33
|
+
const signedPayload = wirePacket.subarray(0, trailer.signedEnd)
|
|
34
|
+
// Hand off to a verifier with the catalog-published public key:
|
|
35
|
+
// ed25519.verify_detached(trailer.auth, signedPayload, publicKey)
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
For FEC-recovered source symbols (where the upstream FEC pipeline has already stripped the 4-byte Source FEC Payload ID), pass `{ skipFecId: true }`:
|
|
39
|
+
|
|
40
|
+
```ts
|
|
41
|
+
const trailer = extractAltaTrailer(recoveredSymbol, { skipFecId: true })
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Exports
|
|
45
|
+
|
|
46
|
+
Per `package.json` (single entry point, ESM only):
|
|
47
|
+
|
|
48
|
+
| Export | Kind | Purpose |
|
|
49
|
+
|--------|------|---------|
|
|
50
|
+
| `extractAltaTrailer(packet, options?)` | function | Parse a wire MMTP packet and return its `AltaTrailer` or `null`. |
|
|
51
|
+
| `AltaTrailer` | type | `{ auth: Uint8Array; signedEnd: number }` |
|
|
52
|
+
| `MMTP_EXT_TYPE_ALTA_AUTH` | const `0xf0a1` | The MMTP header-extension `ext_type` assigned to the detached ALTA trailer. |
|
|
53
|
+
| `MMTP_EXT_TRAILER_HEADER_SIZE` | const `4` | Fixed size of the trailer's `[ext_type][ext_length]` prefix (2 + 2 bytes BE). |
|
|
54
|
+
|
|
55
|
+
The package has no runtime dependencies — `package.json` lists `"dependencies": {}`.
|
|
56
|
+
|
|
57
|
+
## ALTA wire format
|
|
58
|
+
|
|
59
|
+
The detached ALTA authenticator is appended **after** the declared MPU payload bytes and **before** the optional 4-byte Source FEC Payload ID. ISO/IEC 23008-1 defines `payload_length` as a length-after-field value: it includes the six MPU-header bytes following the field, the MFU data-unit header when present, and the media bytes. The MMTP header-extension `X` bit stays `0` — non-ALTA receivers treat the trailing bytes as data past `payload_length` and discard them per ISO/IEC 23008-1 §9.2.2 ("may be discarded without impacting correct processing").
|
|
60
|
+
|
|
61
|
+
Wire layout for a signed source packet:
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
| MMTP hdr | length (2) | remaining MPU hdr (6) | MFU hdr? | MFU data | TRAILER | SS_ID? (4) |
|
|
65
|
+
\_______________________________________________________/
|
|
66
|
+
payload_length bytes start after the field
|
|
67
|
+
^
|
|
68
|
+
|
|
|
69
|
+
signedEnd
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
In MPU-payload coordinates, `signedEnd` is exactly `2 + payload_length`; the returned packet-relative offset also includes the complete, possibly extended MMTP header.
|
|
73
|
+
|
|
74
|
+
The trailer itself is:
|
|
75
|
+
|
|
76
|
+
```
|
|
77
|
+
| ext_type (2 BE) | ext_length (2 BE) | auth (ext_length bytes) |
|
|
78
|
+
0xf0a1
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
- `ext_type = 0xf0a1` identifies the trailer as ALTA. Anything else is rejected (`null` return).
|
|
82
|
+
- `ext_length` is the authenticator length in bytes — 64 for Ed25519, 64 for P-256 raw `(r,s)`, or whatever the signer minted.
|
|
83
|
+
- The signed range is everything from byte 0 through `signedEnd-1` of the wire packet — i.e. the MMTP header, MPU header, MFU header, and MFU payload, but **not** the trailer itself or the optional FEC payload ID.
|
|
84
|
+
|
|
85
|
+
This is the **detached trailer** form (a.k.a. "Path 2 / 08-07") from `draft-ramadan-moq-mmt` §12. It coexists with FEC: the signer signs the source-packet bytes **before** they enter the FEC encoder, so a receiver that recovers a missing source symbol from repair gets the same signed bytes the sender minted. This is the "sign-before-encode" rule — see the parent monorepo Phase 8 spec.
|
|
86
|
+
|
|
87
|
+
### When `extractAltaTrailer` returns `null`
|
|
88
|
+
|
|
89
|
+
The function returns `null` (rather than throwing) for every non-trailer outcome — see `src/index.ts:69-115`:
|
|
90
|
+
|
|
91
|
+
| Condition | Why |
|
|
92
|
+
|-----------|-----|
|
|
93
|
+
| Packet shorter than `MMTP_HEADER_SIZE + MPU_HEADER_SIZE` (20 B) | Truncated/malformed |
|
|
94
|
+
| Packet type ≠ MPU (`0x00`) | Repair and signaling packets aren't signed per-packet |
|
|
95
|
+
| Fragment type ≠ 2 (MFU) | Only timed or non-timed MFU media packets carry trailers |
|
|
96
|
+
| `payload_length` cannot contain the MPU-header remainder, structurally required DU header, and media | The declaration ends inside headers or describes a header-only MFU |
|
|
97
|
+
| `2 + payload_length` exceeds the pre-FEC packet boundary | Truncated/malformed declaration |
|
|
98
|
+
| No bytes between MFU data and SS_ID for the 4-byte trailer header | Unsigned stream |
|
|
99
|
+
| `ext_type` ≠ `0xf0a1` | Some other header-extension lives in that slot |
|
|
100
|
+
| Declared `ext_length` does not end exactly at the SS_ID boundary | Malformed or ambiguous trailer suffix |
|
|
101
|
+
|
|
102
|
+
Callers should treat `null` as "no signature on this packet" and route based on stream policy (require-signed vs allow-unsigned).
|
|
103
|
+
|
|
104
|
+
## Verification flow (where this package fits)
|
|
105
|
+
|
|
106
|
+
```
|
|
107
|
+
catalog (CMSF)
|
|
108
|
+
│
|
|
109
|
+
alta.publicKey (SPKI bytes)
|
|
110
|
+
│
|
|
111
|
+
▼
|
|
112
|
+
┌─────────────────────────────────────────────────────┐
|
|
113
|
+
│ @blockcast/mmt-container :: mmtp-router │
|
|
114
|
+
│ wirePacket → extractAltaTrailer(packet) ──────────┼──► this package
|
|
115
|
+
│ ⇒ { auth, signedEnd } │
|
|
116
|
+
│ │
|
|
117
|
+
│ feedSourceSymbol(..., { auth, payloadEnd: signedEnd })
|
|
118
|
+
└────────────────────────┬────────────────────────────┘
|
|
119
|
+
│
|
|
120
|
+
▼
|
|
121
|
+
┌─────────────────────────────────────────────────────┐
|
|
122
|
+
│ @blockcast/fec-worker (configured with publicKey)│
|
|
123
|
+
│ ed25519.verify_detached(auth, │
|
|
124
|
+
│ symbol[0..payloadEnd], │
|
|
125
|
+
│ publicKey) │
|
|
126
|
+
│ → emits altaVerified per packet → FecTrackStats │
|
|
127
|
+
└─────────────────────────────────────────────────────┘
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
Concretely, in `packages/container/src/mmtp-router.ts:798`, the router calls `extractAltaTrailer(packet)` for every signed source packet on the wire, packages the result as `{ auth, payloadEnd: signedEnd }`, and hands it to the FEC manager. The FEC worker (configured with `alta.publicKey` from the CMSF catalog at `configure()` time) does the actual Ed25519 / P-256 verification and increments per-track `altaVerified` / `altaFailed` counters in `FecTrackStats`. Those counters surface in CMCD as `x-bc-alta-verified` (see `packages/container/src/cmcd-producer.ts:93`).
|
|
131
|
+
|
|
132
|
+
## Why not TESLA
|
|
133
|
+
|
|
134
|
+
TESLA (RFC 4082) is the IETF reference for sender-authenticated multicast: it uses delayed-disclosure of MAC keys to amortize signing cost, but at the protocol level it carries 10–20% authentication overhead per stream (depending on key chain depth and disclosure interval). ALTA is Blockcast's lighter variant — same threat model (verify each packet was minted by the legitimate sender, not a rogue injector on the multicast group), measurably lower overhead (~6.91% in production multicast tests). The parent monorepo's `CLAUDE.md` calls this out at `packages/alta/`. ALTA replaces the v2 stub verifier in v3.0 / Phase 8.
|
|
135
|
+
|
|
136
|
+
## Relation to DRM
|
|
137
|
+
|
|
138
|
+
ALTA and DRM solve **different** problems and are orthogonal:
|
|
139
|
+
|
|
140
|
+
| | ALTA | DRM (Widevine / PlayReady / FairPlay / ClearKey) |
|
|
141
|
+
|---|---|---|
|
|
142
|
+
| Authenticates | the **sender** | the **receiver** |
|
|
143
|
+
| Question | "Did this packet come from the legitimate broadcaster?" | "Is this device authorized to play this content?" |
|
|
144
|
+
| Wire layer | Per-MMTP-packet detached trailer | Sample-level CENC encryption + license server |
|
|
145
|
+
| Catalog field | `alta.publicKey` | `contentProtection[]` (planned in v4 / M7) |
|
|
146
|
+
|
|
147
|
+
A stream can use both — ALTA on the multicast wire (so receivers reject injected packets), CENC + DRM at the sample level (so unauthorized devices can't play). They don't interact.
|
|
148
|
+
|
|
149
|
+
## Specifications
|
|
150
|
+
|
|
151
|
+
- **ISO/IEC 23008-1:2023** §9.2.2 (MMTP packet header), §9.2.3 (MPU/MFU header) — the host packet structure
|
|
152
|
+
- **draft-ramadan-moq-mmt** §12 — detached authenticator trailer ("Path 2 / 08-07") wire format
|
|
153
|
+
- **RFC 8032** — Ed25519 signature algorithm (a typical inhabitant of the trailer)
|
|
154
|
+
- **NIST FIPS 186-4** — ECDSA over P-256 (alternative inhabitant)
|
|
155
|
+
- **RFC 4082** — TESLA (the heavier scheme ALTA replaces; included for context, not a dependency)
|
|
156
|
+
- ATSC A/331 §A — referenced by libmmt for catalog-style key/signaling distribution patterns
|
|
157
|
+
|
|
158
|
+
This package is agnostic to the signature algorithm — it only carries opaque bytes.
|
|
159
|
+
|
|
160
|
+
## Related packages
|
|
161
|
+
|
|
162
|
+
| Package | Role |
|
|
163
|
+
|---------|------|
|
|
164
|
+
| `@blockcast/mmt-container` | Consumes this parser via `mmtp-router.ts`; provides the CMSF catalog that distributes `alta.publicKey` to the FEC worker. |
|
|
165
|
+
| `@blockcast/fec-worker` | Verifier — receives `{ auth, payloadEnd }` and the catalog public key at configure time, performs the actual Ed25519 / P-256 verification, increments `altaVerified` / `altaFailed` in `FecTrackStats`. |
|
|
166
|
+
| `@blockcast/mmt-fec` | Surfaces verification counters to the application via FEC stats snapshots. |
|
|
167
|
+
|
|
168
|
+
## Testing
|
|
169
|
+
|
|
170
|
+
```bash
|
|
171
|
+
pnpm test # vitest run
|
|
172
|
+
pnpm test:watch # vitest in watch mode
|
|
173
|
+
pnpm typecheck # tsc --noEmit
|
|
174
|
+
pnpm build # tsc → dist/
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
Direct tests in `src/index.test.ts` cover canonical complete/fragmented declarations, ALTA-only and ALTA+FEC suffixes, malformed lengths, and rejection of obsolete boundary conventions. Coverage is also exercised through the re-exported parser in `@blockcast/mmt-container`.
|
|
178
|
+
|
|
179
|
+
## License
|
|
180
|
+
|
|
181
|
+
Apache-2.0 — see `LICENSE`.
|
|
File without changes
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Zero-dependency helper for extracting the detached ALTA authenticator trailer
|
|
3
|
+
* from an MMTP source packet.
|
|
4
|
+
*
|
|
5
|
+
* Lives in its own leaf package so both `@blockcast/mmt-container` (wire-path
|
|
6
|
+
* parsing) and `@blockcast/fec-worker` (FEC-recovered-source parsing) can share
|
|
7
|
+
* one implementation without creating a package cycle between them.
|
|
8
|
+
*
|
|
9
|
+
* Spec: ISO/IEC 23008-1:2023 + draft-ramadan-moq-mmt §12 (detached trailer, Path 2).
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* MMTP header-extension ext_type assigned to the detached ALTA authenticator
|
|
13
|
+
* trailer (Path 2 / 08-07). Carried in an `[ext_type][ext_length][auth]`
|
|
14
|
+
* block appended after the MPU's declared payload bytes, before the 4-byte
|
|
15
|
+
* Source FEC Payload ID. MMTP X-bit stays 0 — non-ALTA MMTP receivers treat
|
|
16
|
+
* the trailer as bytes past `payload_length` and skip it (per ISO 23008-1
|
|
17
|
+
* §9.2.2 "may be discarded without impacting correct processing").
|
|
18
|
+
*/
|
|
19
|
+
export declare const MMTP_EXT_TYPE_ALTA_AUTH = 61601;
|
|
20
|
+
/** Fixed size of the trailer's `[ext_type][ext_length]` prefix (2 + 2 BE). */
|
|
21
|
+
export declare const MMTP_EXT_TRAILER_HEADER_SIZE = 4;
|
|
22
|
+
/** Result of extracting the detached ALTA authenticator from an MMTP packet. */
|
|
23
|
+
export interface AltaTrailer {
|
|
24
|
+
/** Authenticator bytes (no ext_type/ext_length prefix, no trailing padding). */
|
|
25
|
+
auth: Uint8Array;
|
|
26
|
+
/**
|
|
27
|
+
* Wire-packet byte offset where the signed payload ends, i.e. where the
|
|
28
|
+
* trailer begins. Caller uses this to produce
|
|
29
|
+
* `payload = wirePacket.subarray(0, signedEnd)` for verify_detached.
|
|
30
|
+
*/
|
|
31
|
+
signedEnd: number;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Extract the detached ALTA authenticator trailer from an MMTP source packet.
|
|
35
|
+
*
|
|
36
|
+
* Wire layout:
|
|
37
|
+
* `[MMTP hdr][length(2)][remaining MPU hdr(6)][DU?][media][TRAILER][SS_ID?]`
|
|
38
|
+
* `payload_length = 6 + DU bytes + media bytes`
|
|
39
|
+
*
|
|
40
|
+
* Returns `null` when:
|
|
41
|
+
* - the packet is too small / malformed,
|
|
42
|
+
* - `payload_length` cannot contain the remaining six MPU-header bytes,
|
|
43
|
+
* - the declared payload overruns the packet,
|
|
44
|
+
* - no bytes remain between `payload_length` and the SS_ID,
|
|
45
|
+
* - the trailer's `ext_type` isn't {@link MMTP_EXT_TYPE_ALTA_AUTH},
|
|
46
|
+
* - the declared `ext_length` would extend past the SS_ID boundary.
|
|
47
|
+
*
|
|
48
|
+
* Non-MPU packets (repair, signaling) always return `null`.
|
|
49
|
+
*
|
|
50
|
+
* @param options.skipFecId When true, do NOT reserve 4 trailing bytes for the
|
|
51
|
+
* Source FEC Payload ID. Use on FEC-recovered symbols where the PID has
|
|
52
|
+
* already been stripped upstream.
|
|
53
|
+
*/
|
|
54
|
+
export declare function extractAltaTrailer(mmtpPacket: Uint8Array, options?: {
|
|
55
|
+
skipFecId?: boolean;
|
|
56
|
+
}): AltaTrailer | null;
|
|
57
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAiBH;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,QAAS,CAAA;AAE7C,8EAA8E;AAC9E,eAAO,MAAM,4BAA4B,IAAI,CAAA;AAE7C,gFAAgF;AAChF,MAAM,WAAW,WAAW;IAC1B,gFAAgF;IAChF,IAAI,EAAE,UAAU,CAAA;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAA;CAClB;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,GAChC,WAAW,GAAG,IAAI,CA4DpB"}
|