@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,603 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
|
+
var __typeError = (msg) => {
|
|
4
|
+
throw TypeError(msg);
|
|
5
|
+
};
|
|
6
|
+
var __esm = (fn, res) => function __init() {
|
|
7
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
8
|
+
};
|
|
9
|
+
var __export = (target, all) => {
|
|
10
|
+
for (var name in all)
|
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
12
|
+
};
|
|
13
|
+
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
14
|
+
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
15
|
+
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
16
|
+
var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
17
|
+
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
18
|
+
var __privateWrapper = (obj, member, setter, getter) => ({
|
|
19
|
+
set _(value) {
|
|
20
|
+
__privateSet(obj, member, value, setter);
|
|
21
|
+
},
|
|
22
|
+
get _() {
|
|
23
|
+
return __privateGet(obj, member, getter);
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
// ../fec-worker/dist/fec-worker-client.js
|
|
28
|
+
function formatWorkerError(event) {
|
|
29
|
+
const parts = ["Worker error"];
|
|
30
|
+
if (event.message)
|
|
31
|
+
parts.push(event.message);
|
|
32
|
+
if (event.filename) {
|
|
33
|
+
const location2 = [event.filename];
|
|
34
|
+
if (event.lineno)
|
|
35
|
+
location2.push(String(event.lineno));
|
|
36
|
+
if (event.colno)
|
|
37
|
+
location2.push(String(event.colno));
|
|
38
|
+
parts.push(`at ${location2.join(":")}`);
|
|
39
|
+
}
|
|
40
|
+
if (event.error instanceof Error) {
|
|
41
|
+
if (event.error.message && event.error.message !== event.message) {
|
|
42
|
+
parts.push(event.error.message);
|
|
43
|
+
}
|
|
44
|
+
if (event.error.stack)
|
|
45
|
+
parts.push(event.error.stack);
|
|
46
|
+
} else if (event.error != null) {
|
|
47
|
+
parts.push(String(event.error));
|
|
48
|
+
}
|
|
49
|
+
return parts.join(": ");
|
|
50
|
+
}
|
|
51
|
+
function formatWorkerMessageError(event) {
|
|
52
|
+
const data = event.data;
|
|
53
|
+
const detail = data == null ? "" : data instanceof Error ? `: ${data.message}` : `: ${Object.prototype.toString.call(data)}`;
|
|
54
|
+
return `Worker messageerror: failed to deserialize worker message${detail}`;
|
|
55
|
+
}
|
|
56
|
+
var _worker, _onFrame, _onSnapshot, _onBlockUpdate, _onGreenFill, _onCleanupComplete, _onError, _cleanupInFlight, _queuedCleanupSbns, _pendingResets, _resetFailed, _disposed, _FecWorkerClient_instances, postCleanup_fn, handleEvent_fn, FecWorkerClient;
|
|
57
|
+
var init_fec_worker_client = __esm({
|
|
58
|
+
"../fec-worker/dist/fec-worker-client.js"() {
|
|
59
|
+
"use strict";
|
|
60
|
+
FecWorkerClient = class {
|
|
61
|
+
/**
|
|
62
|
+
* Create a FecWorkerClient.
|
|
63
|
+
* @param workerOrUrl - Either a Worker instance (for testing) or a URL to create one
|
|
64
|
+
*/
|
|
65
|
+
constructor(workerOrUrl) {
|
|
66
|
+
__privateAdd(this, _FecWorkerClient_instances);
|
|
67
|
+
__privateAdd(this, _worker);
|
|
68
|
+
__privateAdd(this, _onFrame, null);
|
|
69
|
+
__privateAdd(this, _onSnapshot, null);
|
|
70
|
+
__privateAdd(this, _onBlockUpdate, null);
|
|
71
|
+
__privateAdd(this, _onGreenFill, null);
|
|
72
|
+
__privateAdd(this, _onCleanupComplete, null);
|
|
73
|
+
__privateAdd(this, _onError, null);
|
|
74
|
+
__privateAdd(this, _cleanupInFlight, null);
|
|
75
|
+
__privateAdd(this, _queuedCleanupSbns, /* @__PURE__ */ new Set());
|
|
76
|
+
__privateAdd(this, _pendingResets, 0);
|
|
77
|
+
__privateAdd(this, _resetFailed, false);
|
|
78
|
+
__privateAdd(this, _disposed, false);
|
|
79
|
+
if (workerOrUrl instanceof URL) {
|
|
80
|
+
__privateSet(this, _worker, new Worker(workerOrUrl, { type: "module" }));
|
|
81
|
+
} else {
|
|
82
|
+
__privateSet(this, _worker, workerOrUrl);
|
|
83
|
+
}
|
|
84
|
+
__privateGet(this, _worker).onmessage = (e) => __privateMethod(this, _FecWorkerClient_instances, handleEvent_fn).call(this, e.data);
|
|
85
|
+
__privateGet(this, _worker).onerror = (e) => {
|
|
86
|
+
var _a;
|
|
87
|
+
(_a = __privateGet(this, _onError)) == null ? void 0 : _a.call(this, formatWorkerError(e), "worker-runtime");
|
|
88
|
+
};
|
|
89
|
+
__privateGet(this, _worker).onmessageerror = (e) => {
|
|
90
|
+
var _a;
|
|
91
|
+
(_a = __privateGet(this, _onError)) == null ? void 0 : _a.call(this, formatWorkerMessageError(e), "worker-message");
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Configure the Worker with FEC parameters and WASM module.
|
|
96
|
+
* wasmModule is transferred (not neutered — WebAssembly.Module is shareable).
|
|
97
|
+
* altaPublicKey is PKCS#8 SPKI DER bytes (self-describing — algorithm detected from OID).
|
|
98
|
+
* Transferred (detached from sender).
|
|
99
|
+
* altaWasmModule is structured-cloneable (NOT transferable — do not add to transfer list).
|
|
100
|
+
*/
|
|
101
|
+
configure(config, wasmModule, altaPublicKey, altaWasmModule) {
|
|
102
|
+
if (__privateGet(this, _disposed))
|
|
103
|
+
throw new Error("[FecWorkerClient] disposed");
|
|
104
|
+
const cmd = {
|
|
105
|
+
type: "configure",
|
|
106
|
+
config,
|
|
107
|
+
wasmModule,
|
|
108
|
+
altaPublicKey,
|
|
109
|
+
altaWasmModule
|
|
110
|
+
};
|
|
111
|
+
const transferList = [];
|
|
112
|
+
if (altaPublicKey)
|
|
113
|
+
transferList.push(altaPublicKey);
|
|
114
|
+
__privateGet(this, _worker).postMessage(cmd, transferList);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Feed a source symbol to the Worker. data ArrayBuffer is transferred (zero-copy).
|
|
118
|
+
* Caller must not access data after this call — it is detached.
|
|
119
|
+
*
|
|
120
|
+
* Optional `alta` carries the detached ALTA authenticator bytes and the
|
|
121
|
+
* byte offset in `data` where the signed payload ends. The auth buffer is
|
|
122
|
+
* transferred zero-copy alongside `data`. Use {@link getMmtpAltaTrailer}
|
|
123
|
+
* upstream (mmtp-router) to extract it from the wire packet.
|
|
124
|
+
*/
|
|
125
|
+
feedSource(ssId, data, ts, alta) {
|
|
126
|
+
if (__privateGet(this, _disposed))
|
|
127
|
+
return;
|
|
128
|
+
const cmd = alta ? {
|
|
129
|
+
type: "feedSource",
|
|
130
|
+
ssId,
|
|
131
|
+
data,
|
|
132
|
+
ts,
|
|
133
|
+
altaAuth: alta.auth,
|
|
134
|
+
altaPayloadEnd: alta.payloadEnd
|
|
135
|
+
} : { type: "feedSource", ssId, data, ts };
|
|
136
|
+
const transfer = alta ? [data, alta.auth] : [data];
|
|
137
|
+
__privateGet(this, _worker).postMessage(cmd, transfer);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Feed a repair symbol to the Worker. data ArrayBuffer is transferred (zero-copy).
|
|
141
|
+
* Caller must not access data after this call — it is detached.
|
|
142
|
+
*
|
|
143
|
+
* Carries the wire-level Repair FEC Payload ID fields (ISO 23008-1 §C.5.3):
|
|
144
|
+
* - ssStart: SS_ID of first source symbol in the block (= SBN * SSB_length)
|
|
145
|
+
* - ssbLength: K for this block
|
|
146
|
+
* - rsId: repair symbol index within the block
|
|
147
|
+
*/
|
|
148
|
+
feedRepair(ssStart, ssbLength, rsId, data, ts) {
|
|
149
|
+
if (__privateGet(this, _disposed))
|
|
150
|
+
return;
|
|
151
|
+
__privateGet(this, _worker).postMessage({
|
|
152
|
+
type: "feedRepair",
|
|
153
|
+
ssStart,
|
|
154
|
+
ssbLength,
|
|
155
|
+
rsId,
|
|
156
|
+
data,
|
|
157
|
+
ts
|
|
158
|
+
}, [data]);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Submit relay block signature for verification. sig and hash are transferred.
|
|
162
|
+
*/
|
|
163
|
+
relayBlockSig(sbn, sig, hash) {
|
|
164
|
+
if (__privateGet(this, _disposed))
|
|
165
|
+
return;
|
|
166
|
+
__privateGet(this, _worker).postMessage({ type: "relayBlockSig", sbn, sig, hash }, [sig, hash]);
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Trigger cleanup after a block's inactivity deadline.
|
|
170
|
+
*
|
|
171
|
+
* While one queue-drain barrier is in flight, later SBNs are coalesced into
|
|
172
|
+
* the next command without losing their individual acknowledgement identity.
|
|
173
|
+
*/
|
|
174
|
+
cleanup(currentSbn) {
|
|
175
|
+
if (__privateGet(this, _disposed))
|
|
176
|
+
return;
|
|
177
|
+
if (!Number.isInteger(currentSbn) || currentSbn < 0 || currentSbn > 4294967295) {
|
|
178
|
+
throw new Error("[FecWorkerClient] cleanup: SBN must be a uint32");
|
|
179
|
+
}
|
|
180
|
+
if (__privateGet(this, _cleanupInFlight)) {
|
|
181
|
+
__privateGet(this, _queuedCleanupSbns).add(currentSbn);
|
|
182
|
+
return;
|
|
183
|
+
}
|
|
184
|
+
__privateMethod(this, _FecWorkerClient_instances, postCleanup_fn).call(this, /* @__PURE__ */ new Set([currentSbn]));
|
|
185
|
+
}
|
|
186
|
+
/** Reset this track's decoder epoch while preserving Worker configuration. */
|
|
187
|
+
reset() {
|
|
188
|
+
if (__privateGet(this, _disposed))
|
|
189
|
+
return;
|
|
190
|
+
__privateWrapper(this, _pendingResets)._++;
|
|
191
|
+
__privateSet(this, _cleanupInFlight, null);
|
|
192
|
+
__privateGet(this, _queuedCleanupSbns).clear();
|
|
193
|
+
__privateGet(this, _worker).postMessage({ type: "reset" });
|
|
194
|
+
}
|
|
195
|
+
/** Register callback for decoded/recovered frames (FEC-03). */
|
|
196
|
+
onFrame(cb) {
|
|
197
|
+
__privateSet(this, _onFrame, cb);
|
|
198
|
+
}
|
|
199
|
+
/** Register callback for periodic stats snapshots (FEC-04). */
|
|
200
|
+
onSnapshot(cb) {
|
|
201
|
+
__privateSet(this, _onSnapshot, cb);
|
|
202
|
+
}
|
|
203
|
+
/** Register callback for individual block state changes. */
|
|
204
|
+
onBlockUpdate(cb) {
|
|
205
|
+
__privateSet(this, _onBlockUpdate, cb);
|
|
206
|
+
}
|
|
207
|
+
/** Register callback for green-fill frames. */
|
|
208
|
+
onGreenFill(cb) {
|
|
209
|
+
__privateSet(this, _onGreenFill, cb);
|
|
210
|
+
}
|
|
211
|
+
/** Register callback fired after the Worker drains all commands queued before cleanup. */
|
|
212
|
+
onCleanupComplete(cb) {
|
|
213
|
+
__privateSet(this, _onCleanupComplete, cb);
|
|
214
|
+
}
|
|
215
|
+
/** Register callback for Worker errors. */
|
|
216
|
+
onError(cb) {
|
|
217
|
+
__privateSet(this, _onError, cb);
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Dispose the Worker. Sends dispose command then terminates.
|
|
221
|
+
* Idempotent — safe to call multiple times.
|
|
222
|
+
*/
|
|
223
|
+
dispose() {
|
|
224
|
+
if (__privateGet(this, _disposed))
|
|
225
|
+
return;
|
|
226
|
+
__privateSet(this, _disposed, true);
|
|
227
|
+
__privateSet(this, _cleanupInFlight, null);
|
|
228
|
+
__privateGet(this, _queuedCleanupSbns).clear();
|
|
229
|
+
__privateGet(this, _worker).postMessage({ type: "dispose" });
|
|
230
|
+
__privateGet(this, _worker).terminate();
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
_worker = new WeakMap();
|
|
234
|
+
_onFrame = new WeakMap();
|
|
235
|
+
_onSnapshot = new WeakMap();
|
|
236
|
+
_onBlockUpdate = new WeakMap();
|
|
237
|
+
_onGreenFill = new WeakMap();
|
|
238
|
+
_onCleanupComplete = new WeakMap();
|
|
239
|
+
_onError = new WeakMap();
|
|
240
|
+
_cleanupInFlight = new WeakMap();
|
|
241
|
+
_queuedCleanupSbns = new WeakMap();
|
|
242
|
+
_pendingResets = new WeakMap();
|
|
243
|
+
_resetFailed = new WeakMap();
|
|
244
|
+
_disposed = new WeakMap();
|
|
245
|
+
_FecWorkerClient_instances = new WeakSet();
|
|
246
|
+
postCleanup_fn = function(sbns) {
|
|
247
|
+
__privateSet(this, _cleanupInFlight, sbns);
|
|
248
|
+
const orderedSbns = [...sbns].sort((a, b) => a - b);
|
|
249
|
+
__privateGet(this, _worker).postMessage({ type: "cleanup", sbns: orderedSbns });
|
|
250
|
+
};
|
|
251
|
+
handleEvent_fn = function(event) {
|
|
252
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
253
|
+
if (event.type === "resetComplete") {
|
|
254
|
+
__privateSet(this, _pendingResets, Math.max(0, __privateGet(this, _pendingResets) - 1));
|
|
255
|
+
__privateSet(this, _resetFailed, false);
|
|
256
|
+
return;
|
|
257
|
+
}
|
|
258
|
+
if (event.type === "error") {
|
|
259
|
+
if (event.code === "reset-failed") {
|
|
260
|
+
__privateSet(this, _pendingResets, Math.max(0, __privateGet(this, _pendingResets) - 1));
|
|
261
|
+
__privateSet(this, _resetFailed, true);
|
|
262
|
+
}
|
|
263
|
+
if (event.code)
|
|
264
|
+
(_a = __privateGet(this, _onError)) == null ? void 0 : _a.call(this, event.message, event.code);
|
|
265
|
+
else
|
|
266
|
+
(_b = __privateGet(this, _onError)) == null ? void 0 : _b.call(this, event.message);
|
|
267
|
+
return;
|
|
268
|
+
}
|
|
269
|
+
if (__privateGet(this, _pendingResets) > 0 || __privateGet(this, _resetFailed))
|
|
270
|
+
return;
|
|
271
|
+
switch (event.type) {
|
|
272
|
+
case "frame":
|
|
273
|
+
(_c = __privateGet(this, _onFrame)) == null ? void 0 : _c.call(this, event.data, event.meta);
|
|
274
|
+
break;
|
|
275
|
+
case "snapshot":
|
|
276
|
+
(_d = __privateGet(this, _onSnapshot)) == null ? void 0 : _d.call(this, event.stats);
|
|
277
|
+
break;
|
|
278
|
+
case "blockUpdate":
|
|
279
|
+
(_e = __privateGet(this, _onBlockUpdate)) == null ? void 0 : _e.call(this, event.block);
|
|
280
|
+
break;
|
|
281
|
+
case "greenFill":
|
|
282
|
+
(_f = __privateGet(this, _onGreenFill)) == null ? void 0 : _f.call(this, event.sbn, event.data);
|
|
283
|
+
break;
|
|
284
|
+
case "cleanupComplete":
|
|
285
|
+
for (const sbn of event.sbns) {
|
|
286
|
+
(_g = __privateGet(this, _onCleanupComplete)) == null ? void 0 : _g.call(this, sbn);
|
|
287
|
+
}
|
|
288
|
+
__privateSet(this, _cleanupInFlight, null);
|
|
289
|
+
if (__privateGet(this, _queuedCleanupSbns).size > 0) {
|
|
290
|
+
const next = __privateGet(this, _queuedCleanupSbns);
|
|
291
|
+
__privateSet(this, _queuedCleanupSbns, /* @__PURE__ */ new Set());
|
|
292
|
+
__privateMethod(this, _FecWorkerClient_instances, postCleanup_fn).call(this, next);
|
|
293
|
+
}
|
|
294
|
+
break;
|
|
295
|
+
}
|
|
296
|
+
};
|
|
297
|
+
}
|
|
298
|
+
});
|
|
299
|
+
|
|
300
|
+
// ../fec-worker/dist/shred-worker-client.js
|
|
301
|
+
function formatWorkerError2(event) {
|
|
302
|
+
const parts = ["Worker error"];
|
|
303
|
+
if (event.message)
|
|
304
|
+
parts.push(event.message);
|
|
305
|
+
if (event.filename) {
|
|
306
|
+
const loc = [event.filename];
|
|
307
|
+
if (event.lineno)
|
|
308
|
+
loc.push(String(event.lineno));
|
|
309
|
+
if (event.colno)
|
|
310
|
+
loc.push(String(event.colno));
|
|
311
|
+
parts.push(`at ${loc.join(":")}`);
|
|
312
|
+
}
|
|
313
|
+
if (event.error instanceof Error && event.error.stack)
|
|
314
|
+
parts.push(event.error.stack);
|
|
315
|
+
return parts.join(": ");
|
|
316
|
+
}
|
|
317
|
+
var DEFAULT_MAX_INFLIGHT, _worker2, _onRecovered, _onStats, _onError2, _disposed2, _maxInflight, _sent, _processed, _droppedBackpressure, _ShredWorkerClient_instances, post_fn, handleEvent_fn2, ShredWorkerClient;
|
|
318
|
+
var init_shred_worker_client = __esm({
|
|
319
|
+
"../fec-worker/dist/shred-worker-client.js"() {
|
|
320
|
+
"use strict";
|
|
321
|
+
DEFAULT_MAX_INFLIGHT = 8192;
|
|
322
|
+
ShredWorkerClient = class {
|
|
323
|
+
// frames dropped by the in-flight guard (monotonic)
|
|
324
|
+
/**
|
|
325
|
+
* @param workerOrUrl - A URL (a Worker is created internally, `type: module`)
|
|
326
|
+
* or a pre-created Worker (for testing via constructor injection).
|
|
327
|
+
* @param opts - Optional {@link ShredWorkerClientOptions}.
|
|
328
|
+
*/
|
|
329
|
+
constructor(workerOrUrl, opts = {}) {
|
|
330
|
+
__privateAdd(this, _ShredWorkerClient_instances);
|
|
331
|
+
__privateAdd(this, _worker2);
|
|
332
|
+
__privateAdd(this, _onRecovered, null);
|
|
333
|
+
__privateAdd(this, _onStats, null);
|
|
334
|
+
__privateAdd(this, _onError2, null);
|
|
335
|
+
__privateAdd(this, _disposed2, false);
|
|
336
|
+
/** feedShred in-flight backpressure accounting (see ShredWorkerClientOptions.maxInflight). */
|
|
337
|
+
__privateAdd(this, _maxInflight);
|
|
338
|
+
__privateAdd(this, _sent, 0);
|
|
339
|
+
// frames posted via feedShred (monotonic)
|
|
340
|
+
__privateAdd(this, _processed, 0);
|
|
341
|
+
// worker-consumed total from the last stats heartbeat (monotonic)
|
|
342
|
+
__privateAdd(this, _droppedBackpressure, 0);
|
|
343
|
+
__privateSet(this, _maxInflight, opts.maxInflight ?? DEFAULT_MAX_INFLIGHT);
|
|
344
|
+
__privateSet(this, _worker2, workerOrUrl instanceof URL ? new Worker(workerOrUrl, { type: "module" }) : workerOrUrl);
|
|
345
|
+
__privateGet(this, _worker2).onmessage = (e) => __privateMethod(this, _ShredWorkerClient_instances, handleEvent_fn2).call(this, e.data);
|
|
346
|
+
__privateGet(this, _worker2).onerror = (e) => {
|
|
347
|
+
var _a;
|
|
348
|
+
return (_a = __privateGet(this, _onError2)) == null ? void 0 : _a.call(this, formatWorkerError2(e), "worker-runtime");
|
|
349
|
+
};
|
|
350
|
+
__privateGet(this, _worker2).onmessageerror = () => {
|
|
351
|
+
var _a;
|
|
352
|
+
return (_a = __privateGet(this, _onError2)) == null ? void 0 : _a.call(this, "failed to deserialize worker message", "worker-message");
|
|
353
|
+
};
|
|
354
|
+
}
|
|
355
|
+
/** Configure the decoder (WASM load + ShredFecBuffer construction happen in the worker). */
|
|
356
|
+
configure(config) {
|
|
357
|
+
if (__privateGet(this, _disposed2))
|
|
358
|
+
throw new Error("[ShredWorkerClient] disposed");
|
|
359
|
+
__privateMethod(this, _ShredWorkerClient_instances, post_fn).call(this, { type: "configure", config });
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Hand the worker a stream of raw shred frames to batch-drain. The stream is
|
|
363
|
+
* transferred — the caller must not use it afterward. One active stream at a
|
|
364
|
+
* time; attaching a new one cancels the previous.
|
|
365
|
+
*/
|
|
366
|
+
attachStream(readable) {
|
|
367
|
+
if (__privateGet(this, _disposed2))
|
|
368
|
+
return;
|
|
369
|
+
__privateMethod(this, _ShredWorkerClient_instances, post_fn).call(this, { type: "attachStream", readable }, [readable]);
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Feed one already-demuxed raw shred frame. `frame` is transferred zero-copy;
|
|
373
|
+
* the caller must not access it afterward.
|
|
374
|
+
*
|
|
375
|
+
* Dropped (frame NOT transferred, so the caller's buffer stays intact) when the
|
|
376
|
+
* in-flight window is full — i.e. the worker is more than `maxInflight` frames
|
|
377
|
+
* behind. This is the memory bound: a slow/wedged consumer costs bounded
|
|
378
|
+
* skip-to-live drops (see {@link droppedBackpressure}), never an unbounded
|
|
379
|
+
* renderer-heap blow-up.
|
|
380
|
+
*/
|
|
381
|
+
feedShred(frame) {
|
|
382
|
+
if (__privateGet(this, _disposed2))
|
|
383
|
+
return;
|
|
384
|
+
if (__privateGet(this, _maxInflight) > 0 && __privateGet(this, _sent) - __privateGet(this, _processed) >= __privateGet(this, _maxInflight)) {
|
|
385
|
+
__privateWrapper(this, _droppedBackpressure)._++;
|
|
386
|
+
return;
|
|
387
|
+
}
|
|
388
|
+
__privateWrapper(this, _sent)._++;
|
|
389
|
+
__privateMethod(this, _ShredWorkerClient_instances, post_fn).call(this, { type: "feedShred", frame }, [frame]);
|
|
390
|
+
}
|
|
391
|
+
/** Explicitly drive loss recovery (in addition to the worker's internal timer). */
|
|
392
|
+
recoverAll(nowMs = Date.now()) {
|
|
393
|
+
if (__privateGet(this, _disposed2))
|
|
394
|
+
return;
|
|
395
|
+
__privateMethod(this, _ShredWorkerClient_instances, post_fn).call(this, { type: "recoverAll", nowMs });
|
|
396
|
+
}
|
|
397
|
+
/** Register callback for recovered/completed FEC sets. `data` is a transferred buffer. */
|
|
398
|
+
onRecovered(cb) {
|
|
399
|
+
__privateSet(this, _onRecovered, cb);
|
|
400
|
+
}
|
|
401
|
+
/** Register callback for the coalesced stats heartbeat. */
|
|
402
|
+
onStats(cb) {
|
|
403
|
+
__privateSet(this, _onStats, cb);
|
|
404
|
+
}
|
|
405
|
+
/** Register callback for worker errors. */
|
|
406
|
+
onError(cb) {
|
|
407
|
+
__privateSet(this, _onError2, cb);
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* Frames dropped by the in-flight backpressure guard since construction
|
|
411
|
+
* (monotonic). Surface this in the UI so sustained loss is visible rather than
|
|
412
|
+
* silent — a rising counter means the consumer can't keep pace with ingest.
|
|
413
|
+
*/
|
|
414
|
+
get droppedBackpressure() {
|
|
415
|
+
return __privateGet(this, _droppedBackpressure);
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Frames posted via {@link feedShred} but not yet reported drained by the
|
|
419
|
+
* worker's last stats heartbeat (best-effort, heartbeat-granular; never < 0).
|
|
420
|
+
*/
|
|
421
|
+
get inflight() {
|
|
422
|
+
return Math.max(0, __privateGet(this, _sent) - __privateGet(this, _processed));
|
|
423
|
+
}
|
|
424
|
+
/** Dispose the worker. Idempotent. */
|
|
425
|
+
dispose() {
|
|
426
|
+
if (__privateGet(this, _disposed2))
|
|
427
|
+
return;
|
|
428
|
+
__privateSet(this, _disposed2, true);
|
|
429
|
+
try {
|
|
430
|
+
__privateGet(this, _worker2).postMessage({ type: "dispose" });
|
|
431
|
+
} catch {
|
|
432
|
+
}
|
|
433
|
+
__privateGet(this, _worker2).terminate();
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
_worker2 = new WeakMap();
|
|
437
|
+
_onRecovered = new WeakMap();
|
|
438
|
+
_onStats = new WeakMap();
|
|
439
|
+
_onError2 = new WeakMap();
|
|
440
|
+
_disposed2 = new WeakMap();
|
|
441
|
+
_maxInflight = new WeakMap();
|
|
442
|
+
_sent = new WeakMap();
|
|
443
|
+
_processed = new WeakMap();
|
|
444
|
+
_droppedBackpressure = new WeakMap();
|
|
445
|
+
_ShredWorkerClient_instances = new WeakSet();
|
|
446
|
+
post_fn = function(cmd, transfer = []) {
|
|
447
|
+
__privateGet(this, _worker2).postMessage(cmd, transfer);
|
|
448
|
+
};
|
|
449
|
+
handleEvent_fn2 = function(event) {
|
|
450
|
+
var _a, _b, _c, _d;
|
|
451
|
+
switch (event.type) {
|
|
452
|
+
case "recovered":
|
|
453
|
+
(_a = __privateGet(this, _onRecovered)) == null ? void 0 : _a.call(this, event.data, event.meta);
|
|
454
|
+
break;
|
|
455
|
+
case "stats":
|
|
456
|
+
__privateSet(this, _processed, event.stats.shredsRx + event.stats.malformed + event.stats.versionMismatch);
|
|
457
|
+
(_b = __privateGet(this, _onStats)) == null ? void 0 : _b.call(this, event.stats);
|
|
458
|
+
break;
|
|
459
|
+
case "error":
|
|
460
|
+
if (event.code)
|
|
461
|
+
(_c = __privateGet(this, _onError2)) == null ? void 0 : _c.call(this, event.message, event.code);
|
|
462
|
+
else
|
|
463
|
+
(_d = __privateGet(this, _onError2)) == null ? void 0 : _d.call(this, event.message);
|
|
464
|
+
break;
|
|
465
|
+
}
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
});
|
|
469
|
+
|
|
470
|
+
// ../fec-worker/dist/index.js
|
|
471
|
+
var dist_exports = {};
|
|
472
|
+
__export(dist_exports, {
|
|
473
|
+
FecWorkerClient: () => FecWorkerClient,
|
|
474
|
+
ShredWorkerClient: () => ShredWorkerClient
|
|
475
|
+
});
|
|
476
|
+
var init_dist = __esm({
|
|
477
|
+
"../fec-worker/dist/index.js"() {
|
|
478
|
+
"use strict";
|
|
479
|
+
init_fec_worker_client();
|
|
480
|
+
init_shred_worker_client();
|
|
481
|
+
}
|
|
482
|
+
});
|
|
483
|
+
|
|
484
|
+
// src/fec-worker-setup.ts
|
|
485
|
+
import { deriveFecInterleaveDepth as deriveFecInterleaveDepth2 } from "@blockcast/mmt-fec";
|
|
486
|
+
|
|
487
|
+
// src/track-session.ts
|
|
488
|
+
import { deriveFecInterleaveDepth } from "@blockcast/mmt-fec";
|
|
489
|
+
function computeFecDeliveryWindowMs(config) {
|
|
490
|
+
const fecInterleaveMs = config.interleaveDepthMs;
|
|
491
|
+
const fecK = config.sourceSymbols;
|
|
492
|
+
if (fecInterleaveMs <= 0) {
|
|
493
|
+
throw new Error(
|
|
494
|
+
`[TrackSession] fecInterleaveMs=${fecInterleaveMs}. Derive a positive FEC interleave window from the stream catalog.`
|
|
495
|
+
);
|
|
496
|
+
}
|
|
497
|
+
if (fecK <= 0) {
|
|
498
|
+
throw new Error(
|
|
499
|
+
`[TrackSession] fecK=${fecK}. Derive a positive FEC source-symbol count from the stream catalog.`
|
|
500
|
+
);
|
|
501
|
+
}
|
|
502
|
+
const spansMs = [fecInterleaveMs];
|
|
503
|
+
if (config.mediaUnitsPerSecond && config.mediaUnitsPerSecond > 0) {
|
|
504
|
+
const mediaUnitMs = 1e3 / config.mediaUnitsPerSecond;
|
|
505
|
+
const interleaveUnits = deriveFecInterleaveDepth(fecInterleaveMs, mediaUnitMs);
|
|
506
|
+
const deliverySymbols = fecK + Math.max(0, config.repairSymbols ?? 0);
|
|
507
|
+
spansMs.push(deliverySymbols * interleaveUnits * mediaUnitMs);
|
|
508
|
+
}
|
|
509
|
+
if (config.symbolSize && config.symbolSize > 0 && config.bandwidthBps && config.bandwidthBps > 0) {
|
|
510
|
+
const repairSymbols = Math.max(0, config.repairSymbols ?? 0);
|
|
511
|
+
spansMs.push(
|
|
512
|
+
(fecK + repairSymbols) * config.symbolSize * 8 * 1e3 / config.bandwidthBps
|
|
513
|
+
);
|
|
514
|
+
}
|
|
515
|
+
const coreMs = Math.max(...spansMs);
|
|
516
|
+
const marginMs = config.jitterBufferMs !== void 0 && config.jitterBufferMs >= 0 ? config.jitterBufferMs : fecInterleaveMs;
|
|
517
|
+
return Math.ceil(coreMs) + Math.ceil(marginMs);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
// src/fec-worker-setup.ts
|
|
521
|
+
async function setupFecWorkerForTrack(opts) {
|
|
522
|
+
const interleaveDepthBlocks = deriveFecInterleaveDepth2(
|
|
523
|
+
opts.fecInterleaveMs,
|
|
524
|
+
opts.mediaUnitDurationMs
|
|
525
|
+
);
|
|
526
|
+
const deliveryWindowMs = computeFecDeliveryWindowMs({
|
|
527
|
+
interleaveDepthMs: opts.fecInterleaveMs,
|
|
528
|
+
sourceSymbols: opts.fecK,
|
|
529
|
+
repairSymbols: opts.fecRepairCount,
|
|
530
|
+
symbolSize: opts.fecSymbolSize,
|
|
531
|
+
mediaUnitsPerSecond: 1e3 / opts.mediaUnitDurationMs
|
|
532
|
+
});
|
|
533
|
+
const origin = typeof location !== "undefined" && location.origin ? location.origin : "http://localhost";
|
|
534
|
+
const workerUrl = new URL(opts.assetUrls.fecWorker, origin);
|
|
535
|
+
const FecWorkerCtor = await Promise.resolve().then(() => (init_dist(), dist_exports));
|
|
536
|
+
const client = opts.clientFactory ? opts.clientFactory(workerUrl) : new FecWorkerCtor.FecWorkerClient(workerUrl);
|
|
537
|
+
const rqWasm = await WebAssembly.compileStreaming(fetch(opts.assetUrls.rqWasm));
|
|
538
|
+
let altaKeyBuffer;
|
|
539
|
+
let altaWasmModule;
|
|
540
|
+
if (opts.altaPublicKeySpki) {
|
|
541
|
+
const b64 = opts.altaPublicKeySpki.replace(/-/g, "+").replace(/_/g, "/");
|
|
542
|
+
const padded = b64.padEnd(Math.ceil(b64.length / 4) * 4, "=");
|
|
543
|
+
try {
|
|
544
|
+
const keyBytes = Uint8Array.from(atob(padded), (c) => c.charCodeAt(0));
|
|
545
|
+
if (keyBytes.length >= 32 && keyBytes.length <= 256) {
|
|
546
|
+
altaKeyBuffer = keyBytes.buffer;
|
|
547
|
+
altaWasmModule = await WebAssembly.compileStreaming(fetch(opts.assetUrls.altaWasm));
|
|
548
|
+
} else {
|
|
549
|
+
console.warn(
|
|
550
|
+
`[fec-worker-setup] ALTA SPKI wrong length for "${opts.trackName}": ${keyBytes.length} (expected 32..256) \u2014 ALTA disabled`
|
|
551
|
+
);
|
|
552
|
+
}
|
|
553
|
+
} catch (e) {
|
|
554
|
+
console.warn(`[fec-worker-setup] ALTA key decode / WASM compile failed for "${opts.trackName}":`, e);
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
const altaEnabled = !!(altaKeyBuffer && altaWasmModule);
|
|
558
|
+
const fecTrackConfig = {
|
|
559
|
+
codec: opts.codec ?? "unknown",
|
|
560
|
+
trackName: opts.trackName,
|
|
561
|
+
trackType: opts.trackType,
|
|
562
|
+
framerate: opts.framerate,
|
|
563
|
+
sampleRate: opts.sampleRate,
|
|
564
|
+
algorithm: "raptor",
|
|
565
|
+
k: opts.fecK,
|
|
566
|
+
repairCount: opts.fecRepairCount,
|
|
567
|
+
symbolSize: opts.fecSymbolSize,
|
|
568
|
+
interleaveDepth: interleaveDepthBlocks,
|
|
569
|
+
interleaveMs: opts.fecInterleaveMs,
|
|
570
|
+
deliveryWindowMs,
|
|
571
|
+
fecMode: "subframe",
|
|
572
|
+
repairTrack: opts.repairTrackName,
|
|
573
|
+
altaEnabled,
|
|
574
|
+
relayBlockSigEnabled: false
|
|
575
|
+
};
|
|
576
|
+
client.configure(fecTrackConfig, rqWasm, altaKeyBuffer, altaWasmModule);
|
|
577
|
+
opts.multicastManager.setFecWorker(opts.packetId, client, opts.trackType, {
|
|
578
|
+
k: opts.fecK,
|
|
579
|
+
symbolSize: opts.fecSymbolSize,
|
|
580
|
+
interleaveDepthMs: opts.fecInterleaveMs,
|
|
581
|
+
// FEC timing is expressed in media units. For audio this is the access-unit
|
|
582
|
+
// cadence (for example 1024/48kHz), not a video-only framerate field.
|
|
583
|
+
fps: 1e3 / opts.mediaUnitDurationMs,
|
|
584
|
+
timeoutMs: deliveryWindowMs
|
|
585
|
+
}, opts.trackName);
|
|
586
|
+
let disposed = false;
|
|
587
|
+
return {
|
|
588
|
+
client,
|
|
589
|
+
altaEnabled,
|
|
590
|
+
dispose: () => {
|
|
591
|
+
if (disposed) return;
|
|
592
|
+
disposed = true;
|
|
593
|
+
try {
|
|
594
|
+
client.dispose();
|
|
595
|
+
} catch {
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
};
|
|
599
|
+
}
|
|
600
|
+
export {
|
|
601
|
+
setupFecWorkerForTrack
|
|
602
|
+
};
|
|
603
|
+
//# sourceMappingURL=fec-worker-setup.js.map
|