@camstack/addon-pipeline 1.2.143 → 1.2.144
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/dist/audio-analyzer/index.js +2 -2
- package/dist/audio-analyzer/index.mjs +2 -2
- package/dist/detection-pipeline/index.js +5 -5
- package/dist/detection-pipeline/index.mjs +4 -4
- package/dist/{dist-CmqMW5r3.js → dist-Dpy1KP1q.js} +59 -0
- package/dist/{dist-Dj-w3Fhb.mjs → dist-uX-YDOrc.mjs} +59 -0
- package/dist/{event-loop-stall-monitor-DPtT2E7Q.mjs → event-loop-stall-monitor-6YKQeg7_.mjs} +1 -1
- package/dist/{event-loop-stall-monitor-DBI7BO_G.js → event-loop-stall-monitor-D947d97M.js} +1 -1
- package/dist/{lazy-sharp-DQcMUnU5.js → lazy-sharp-zDl97I3e.js} +1 -1
- package/dist/motion-wasm/index.js +2 -2
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/{node-Dj3W4uyh.mjs → node-DuMWMV01.mjs} +1 -1
- package/dist/{node-COf9Ht20.js → node-v9ZAGK2b.js} +1 -1
- package/dist/pipeline-runner/index.js +5 -5
- package/dist/pipeline-runner/index.mjs +4 -4
- package/dist/{process-memory-WlSCnMu4.mjs → process-memory-CNISjywZ.mjs} +1 -1
- package/dist/{process-memory-ChIwi_13.js → process-memory-ClAfQ1Nl.js} +1 -1
- package/dist/recorder/index.js +2 -2
- package/dist/recorder/index.mjs +2 -2
- package/dist/{segment-demux-js-D8WTC7AT.js → segment-demux-js-Bpedn-T8.js} +1 -1
- package/dist/{segment-demux-js-BtScdFL2.mjs → segment-demux-js-CCMG51zw.mjs} +1 -1
- package/dist/session-decode/decode-worker-child.js +2 -2
- package/dist/session-decode/decode-worker-child.mjs +1 -1
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-CFiTZLsx.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-MRLUZgkR.mjs} +3 -3
- package/dist/stream-broker/demux-worker-child.js +1 -1
- package/dist/stream-broker/demux-worker-child.mjs +1 -1
- package/dist/stream-broker/{hostInit-D6Ztkap5.mjs → hostInit-w0ytBmjx.mjs} +3 -3
- package/dist/stream-broker/index.js +3 -3
- package/dist/stream-broker/index.mjs +3 -3
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-D5y0GSxE.mjs → worker-protocol-Cd-G92Qt.mjs} +1 -1
- package/dist/{worker-protocol-X2kpjAAQ.js → worker-protocol-Cn5x8dbW.js} +1 -1
- package/package.json +1 -1
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_process_memory = require("../process-memory-
|
|
5
|
+
const require_dist = require("../dist-Dpy1KP1q.js");
|
|
6
|
+
const require_process_memory = require("../process-memory-ClAfQ1Nl.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
node_fs = require_dist.__toESM(node_fs);
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-
|
|
3
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
2
|
+
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-uX-YDOrc.mjs";
|
|
3
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-CNISjywZ.mjs";
|
|
4
4
|
import * as fs from "node:fs";
|
|
5
5
|
import * as path$1 from "node:path";
|
|
6
6
|
import { downloadFile } from "@camstack/system/addon-utils";
|
|
@@ -2,11 +2,11 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-
|
|
8
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
9
|
-
const require_process_memory = require("../process-memory-
|
|
5
|
+
const require_dist = require("../dist-Dpy1KP1q.js");
|
|
6
|
+
const require_node = require("../node-v9ZAGK2b.js");
|
|
7
|
+
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-D947d97M.js");
|
|
8
|
+
const require_lazy_sharp = require("../lazy-sharp-zDl97I3e.js");
|
|
9
|
+
const require_process_memory = require("../process-memory-ClAfQ1Nl.js");
|
|
10
10
|
let node_fs = require("node:fs");
|
|
11
11
|
node_fs = require_dist.__toESM(node_fs);
|
|
12
12
|
let node_path = require("node:path");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-
|
|
3
|
-
import { a as readProcessCost } from "../node-
|
|
4
|
-
import { a as ALL_PIPELINE_STEPS, c as getDefaultModelForFormatFromDef, d as resolveModelForFormat, f as landmarkPrecisionVerdict, l as getStep, n as startEventLoopStallMonitor, o as ALL_STEPS, r as localFrameRegistry, s as getDefaultModelForFormat, u as getStepDefinition } from "../event-loop-stall-monitor-
|
|
2
|
+
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-uX-YDOrc.mjs";
|
|
3
|
+
import { a as readProcessCost } from "../node-DuMWMV01.mjs";
|
|
4
|
+
import { a as ALL_PIPELINE_STEPS, c as getDefaultModelForFormatFromDef, d as resolveModelForFormat, f as landmarkPrecisionVerdict, l as getStep, n as startEventLoopStallMonitor, o as ALL_STEPS, r as localFrameRegistry, s as getDefaultModelForFormat, u as getStepDefinition } from "../event-loop-stall-monitor-6YKQeg7_.mjs";
|
|
5
5
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
6
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
6
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-CNISjywZ.mjs";
|
|
7
7
|
import * as fs from "node:fs";
|
|
8
8
|
import * as path$1 from "node:path";
|
|
9
9
|
import { spawn } from "node:child_process";
|
|
@@ -15588,6 +15588,50 @@ var NodeProcessSchema = object({
|
|
|
15588
15588
|
/** Wall-clock uptime (seconds). Parsed from `ps etime`. */
|
|
15589
15589
|
uptimeSec: number()
|
|
15590
15590
|
});
|
|
15591
|
+
/**
|
|
15592
|
+
* One retained container-memory reading.
|
|
15593
|
+
*
|
|
15594
|
+
* `atMs` is the timestamp of the PROCESS snapshot taken in the same tick, not
|
|
15595
|
+
* a second clock: that is what makes "processes sum to X, container says Y"
|
|
15596
|
+
* subtractable per point rather than an eyeballed comparison of two series
|
|
15597
|
+
* sampled at different instants.
|
|
15598
|
+
*
|
|
15599
|
+
* A reduced window keeps the sample with the LARGEST `currentBytes` in each
|
|
15600
|
+
* bucket, WHOLE. Taking a per-field maximum would synthesise a row whose parts
|
|
15601
|
+
* never coexisted, and a mean would smear away the peak this exists to find.
|
|
15602
|
+
*/
|
|
15603
|
+
var ContainerMemoryPointSchema = object({
|
|
15604
|
+
/** Which hierarchy answered, so a reading is never ambiguous. */
|
|
15605
|
+
source: _enum(["cgroup-v2", "cgroup-v1"]),
|
|
15606
|
+
/** `memory.current` (v2) / `memory.usage_in_bytes` (v1). Always known. */
|
|
15607
|
+
currentBytes: number(),
|
|
15608
|
+
/** The cgroup's ceiling. `null` = NO LIMIT — never a sentinel, never zero. */
|
|
15609
|
+
limitBytes: number().nullable(),
|
|
15610
|
+
/** Anonymous pages: the closest thing to "what the processes allocated". */
|
|
15611
|
+
anonBytes: number().nullable(),
|
|
15612
|
+
/** Page cache. Charged to the cgroup, owned by no process. */
|
|
15613
|
+
fileBytes: number().nullable(),
|
|
15614
|
+
/**
|
|
15615
|
+
* Shared memory — and the field that explained the largest single surprise.
|
|
15616
|
+
* The i915 driver backs GPU buffers with shmem, so an inference pool or a
|
|
15617
|
+
* hardware-decode session holding DRM objects is charged HERE and appears
|
|
15618
|
+
* nowhere in a `ps` scan.
|
|
15619
|
+
*/
|
|
15620
|
+
shmemBytes: number().nullable(),
|
|
15621
|
+
/** Kernel slab charged to this cgroup. `null` on v1, which never publishes it. */
|
|
15622
|
+
slabBytes: number().nullable(),
|
|
15623
|
+
/**
|
|
15624
|
+
* Shrinkable i915 GEM object bytes, from debugfs.
|
|
15625
|
+
*
|
|
15626
|
+
* **Host-wide across every DRM client, NOT cgroup-scoped.** It is not a
|
|
15627
|
+
* component of `currentBytes` and must not be subtracted from it; it says
|
|
15628
|
+
* what put the shmem there, where `shmemBytes` only says how much.
|
|
15629
|
+
*
|
|
15630
|
+
* `null` wherever debugfs is not mounted — which is inside every camstack
|
|
15631
|
+
* container today — and on any node with no Intel GPU.
|
|
15632
|
+
*/
|
|
15633
|
+
gpuShmemBytes: number().nullable()
|
|
15634
|
+
}).extend({ atMs: number() });
|
|
15591
15635
|
var DumpHeapSnapshotInputSchema = object({
|
|
15592
15636
|
/** The addon whose runner should dump a heap snapshot. */
|
|
15593
15637
|
addonId: string() });
|
|
@@ -15651,6 +15695,21 @@ var NodeLoadSeriesSchema = object({
|
|
|
15651
15695
|
/** One entry per function seen in the window, heaviest-first. */
|
|
15652
15696
|
series: array(LoadFunctionSeriesSchema).readonly(),
|
|
15653
15697
|
/**
|
|
15698
|
+
* The CONTAINER's memory over the same window, oldest-first.
|
|
15699
|
+
*
|
|
15700
|
+
* Sits next to `series` rather than in a method of its own because the whole
|
|
15701
|
+
* question is a subtraction: the per-process rows in `series` sum to one
|
|
15702
|
+
* number and this one is another, and an operator who has to issue two calls
|
|
15703
|
+
* to compare them will compare two different instants. Same reader, same
|
|
15704
|
+
* `sinceMs`, same `bucketMs`, same timestamps.
|
|
15705
|
+
*
|
|
15706
|
+
* **EMPTY means ABSENT, never zero.** A node with no cgroup — a developer
|
|
15707
|
+
* Mac, a bare-metal host, a container with the hierarchy hidden — reports no
|
|
15708
|
+
* points at all. A zero here would be indistinguishable from a healthy
|
|
15709
|
+
* container and is precisely the lie this field exists to avoid.
|
|
15710
|
+
*/
|
|
15711
|
+
containerMemory: array(ContainerMemoryPointSchema).readonly(),
|
|
15712
|
+
/**
|
|
15654
15713
|
* Width of one returned bucket, in ms. Equals the sampling cadence when no
|
|
15655
15714
|
* reduction was needed — so a caller can always say what one point covers
|
|
15656
15715
|
* without having to know whether it was reduced.
|
|
@@ -15565,6 +15565,50 @@ var NodeProcessSchema = object({
|
|
|
15565
15565
|
/** Wall-clock uptime (seconds). Parsed from `ps etime`. */
|
|
15566
15566
|
uptimeSec: number()
|
|
15567
15567
|
});
|
|
15568
|
+
/**
|
|
15569
|
+
* One retained container-memory reading.
|
|
15570
|
+
*
|
|
15571
|
+
* `atMs` is the timestamp of the PROCESS snapshot taken in the same tick, not
|
|
15572
|
+
* a second clock: that is what makes "processes sum to X, container says Y"
|
|
15573
|
+
* subtractable per point rather than an eyeballed comparison of two series
|
|
15574
|
+
* sampled at different instants.
|
|
15575
|
+
*
|
|
15576
|
+
* A reduced window keeps the sample with the LARGEST `currentBytes` in each
|
|
15577
|
+
* bucket, WHOLE. Taking a per-field maximum would synthesise a row whose parts
|
|
15578
|
+
* never coexisted, and a mean would smear away the peak this exists to find.
|
|
15579
|
+
*/
|
|
15580
|
+
var ContainerMemoryPointSchema = object({
|
|
15581
|
+
/** Which hierarchy answered, so a reading is never ambiguous. */
|
|
15582
|
+
source: _enum(["cgroup-v2", "cgroup-v1"]),
|
|
15583
|
+
/** `memory.current` (v2) / `memory.usage_in_bytes` (v1). Always known. */
|
|
15584
|
+
currentBytes: number(),
|
|
15585
|
+
/** The cgroup's ceiling. `null` = NO LIMIT — never a sentinel, never zero. */
|
|
15586
|
+
limitBytes: number().nullable(),
|
|
15587
|
+
/** Anonymous pages: the closest thing to "what the processes allocated". */
|
|
15588
|
+
anonBytes: number().nullable(),
|
|
15589
|
+
/** Page cache. Charged to the cgroup, owned by no process. */
|
|
15590
|
+
fileBytes: number().nullable(),
|
|
15591
|
+
/**
|
|
15592
|
+
* Shared memory — and the field that explained the largest single surprise.
|
|
15593
|
+
* The i915 driver backs GPU buffers with shmem, so an inference pool or a
|
|
15594
|
+
* hardware-decode session holding DRM objects is charged HERE and appears
|
|
15595
|
+
* nowhere in a `ps` scan.
|
|
15596
|
+
*/
|
|
15597
|
+
shmemBytes: number().nullable(),
|
|
15598
|
+
/** Kernel slab charged to this cgroup. `null` on v1, which never publishes it. */
|
|
15599
|
+
slabBytes: number().nullable(),
|
|
15600
|
+
/**
|
|
15601
|
+
* Shrinkable i915 GEM object bytes, from debugfs.
|
|
15602
|
+
*
|
|
15603
|
+
* **Host-wide across every DRM client, NOT cgroup-scoped.** It is not a
|
|
15604
|
+
* component of `currentBytes` and must not be subtracted from it; it says
|
|
15605
|
+
* what put the shmem there, where `shmemBytes` only says how much.
|
|
15606
|
+
*
|
|
15607
|
+
* `null` wherever debugfs is not mounted — which is inside every camstack
|
|
15608
|
+
* container today — and on any node with no Intel GPU.
|
|
15609
|
+
*/
|
|
15610
|
+
gpuShmemBytes: number().nullable()
|
|
15611
|
+
}).extend({ atMs: number() });
|
|
15568
15612
|
var DumpHeapSnapshotInputSchema = object({
|
|
15569
15613
|
/** The addon whose runner should dump a heap snapshot. */
|
|
15570
15614
|
addonId: string() });
|
|
@@ -15628,6 +15672,21 @@ var NodeLoadSeriesSchema = object({
|
|
|
15628
15672
|
/** One entry per function seen in the window, heaviest-first. */
|
|
15629
15673
|
series: array(LoadFunctionSeriesSchema).readonly(),
|
|
15630
15674
|
/**
|
|
15675
|
+
* The CONTAINER's memory over the same window, oldest-first.
|
|
15676
|
+
*
|
|
15677
|
+
* Sits next to `series` rather than in a method of its own because the whole
|
|
15678
|
+
* question is a subtraction: the per-process rows in `series` sum to one
|
|
15679
|
+
* number and this one is another, and an operator who has to issue two calls
|
|
15680
|
+
* to compare them will compare two different instants. Same reader, same
|
|
15681
|
+
* `sinceMs`, same `bucketMs`, same timestamps.
|
|
15682
|
+
*
|
|
15683
|
+
* **EMPTY means ABSENT, never zero.** A node with no cgroup — a developer
|
|
15684
|
+
* Mac, a bare-metal host, a container with the hierarchy hidden — reports no
|
|
15685
|
+
* points at all. A zero here would be indistinguishable from a healthy
|
|
15686
|
+
* container and is precisely the lie this field exists to avoid.
|
|
15687
|
+
*/
|
|
15688
|
+
containerMemory: array(ContainerMemoryPointSchema).readonly(),
|
|
15689
|
+
/**
|
|
15631
15690
|
* Width of one returned bucket, in ms. Equals the sampling cadence when no
|
|
15632
15691
|
* reduction was needed — so a caller can always say what one point covers
|
|
15633
15692
|
* without having to know whether it was reduced.
|
package/dist/{event-loop-stall-monitor-DPtT2E7Q.mjs → event-loop-stall-monitor-6YKQeg7_.mjs}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-
|
|
1
|
+
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-uX-YDOrc.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import { PerformanceObserver } from "node:perf_hooks";
|
|
4
4
|
//#region src/detection-pipeline/registry/model-catalogs.ts
|
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
5
|
+
const require_dist = require("../dist-Dpy1KP1q.js");
|
|
6
|
+
const require_lazy_sharp = require("../lazy-sharp-zDl97I3e.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
//#region src/motion-wasm/wasm-motion-detector.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-
|
|
1
|
+
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-uX-YDOrc.mjs";
|
|
2
2
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
3
3
|
import { readFileSync } from "node:fs";
|
|
4
4
|
import { join } from "node:path";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-
|
|
1
|
+
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-uX-YDOrc.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import "node:fs";
|
|
4
4
|
import "node:path";
|
|
@@ -2,12 +2,12 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-
|
|
8
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
5
|
+
const require_dist = require("../dist-Dpy1KP1q.js");
|
|
6
|
+
const require_node = require("../node-v9ZAGK2b.js");
|
|
7
|
+
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-D947d97M.js");
|
|
8
|
+
const require_worker_protocol = require("../worker-protocol-Cn5x8dbW.js");
|
|
9
9
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
10
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
10
|
+
const require_lazy_sharp = require("../lazy-sharp-zDl97I3e.js");
|
|
11
11
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
12
12
|
const require_remote_restream = require("../remote-restream-CO36Sr30.js");
|
|
13
13
|
let node_child_process = require("node:child_process");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-
|
|
2
|
-
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-
|
|
3
|
-
import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-
|
|
4
|
-
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-
|
|
1
|
+
import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-uX-YDOrc.mjs";
|
|
2
|
+
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-DuMWMV01.mjs";
|
|
3
|
+
import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-6YKQeg7_.mjs";
|
|
4
|
+
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-Cd-G92Qt.mjs";
|
|
5
5
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
6
6
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
7
7
|
import { n as withDetectionIntent } from "../restream-intent-B4BXZra7.mjs";
|
package/dist/recorder/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_dist = require("../dist-
|
|
2
|
-
const require_node = require("../node-
|
|
1
|
+
const require_dist = require("../dist-Dpy1KP1q.js");
|
|
2
|
+
const require_node = require("../node-v9ZAGK2b.js");
|
|
3
3
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
4
4
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
5
5
|
const require_retire_root_keys = require("../retire-root-keys-KE6D6Xh_.js");
|
package/dist/recorder/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { $ as isFirstLevelMacroClass, $t as record, B as defineCustomActions, Bt as nodePin, E as RecordingConfigSchema, It as hydrateSchema, J as evaluateSensorEdge, Kt as array, L as customAction, N as batteryCapability, Nt as DeviceFeature, Pt as DeviceType, Qt as object, T as RECORDING_EXPORT_MAX_READ_BYTES, U as deriveRecordingMode, Ut as selectAssignedProfileSlots, V as deriveBatteryPresence, Zt as number, bt as storageEvictableCapability, d as DEFAULT_EVENTS_BAND_BUFFER_SEC, en as string, et as loadContributionCapability, g as ExportRecordSchema, i as BatteryStatusSchema, jt as BaseAddon, mt as recordingExportCapability, nn as EventCategory, pt as recordingCapability, qt as boolean, vt as resolveRecordingProfiles, wt as errMsg, x as OpsLogEntrySchema } from "../dist-
|
|
2
|
-
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-
|
|
1
|
+
import { $ as isFirstLevelMacroClass, $t as record, B as defineCustomActions, Bt as nodePin, E as RecordingConfigSchema, It as hydrateSchema, J as evaluateSensorEdge, Kt as array, L as customAction, N as batteryCapability, Nt as DeviceFeature, Pt as DeviceType, Qt as object, T as RECORDING_EXPORT_MAX_READ_BYTES, U as deriveRecordingMode, Ut as selectAssignedProfileSlots, V as deriveBatteryPresence, Zt as number, bt as storageEvictableCapability, d as DEFAULT_EVENTS_BAND_BUFFER_SEC, en as string, et as loadContributionCapability, g as ExportRecordSchema, i as BatteryStatusSchema, jt as BaseAddon, mt as recordingExportCapability, nn as EventCategory, pt as recordingCapability, qt as boolean, vt as resolveRecordingProfiles, wt as errMsg, x as OpsLogEntrySchema } from "../dist-uX-YDOrc.mjs";
|
|
2
|
+
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-DuMWMV01.mjs";
|
|
3
3
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
4
4
|
import { r as withRecordingIntent } from "../restream-intent-B4BXZra7.mjs";
|
|
5
5
|
import { n as RowMapStore, t as retireRootKeys } from "../retire-root-keys-DMolfhsP.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_dist = require("./dist-
|
|
1
|
+
const require_dist = require("./dist-Dpy1KP1q.js");
|
|
2
2
|
let node_child_process = require("node:child_process");
|
|
3
3
|
//#region ../../node_modules/mp4box/dist/mp4box.all.js
|
|
4
4
|
var require_mp4box_all = /* @__PURE__ */ require_dist.__commonJSMin(((exports) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "./chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { wt as errMsg } from "./dist-
|
|
2
|
+
import { wt as errMsg } from "./dist-uX-YDOrc.mjs";
|
|
3
3
|
import { spawn } from "node:child_process";
|
|
4
4
|
//#region ../../node_modules/mp4box/dist/mp4box.all.js
|
|
5
5
|
var require_mp4box_all = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
3
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
2
|
+
const require_worker_protocol = require("../worker-protocol-Cn5x8dbW.js");
|
|
3
|
+
const require_lazy_sharp = require("../lazy-sharp-zDl97I3e.js");
|
|
4
4
|
//#region src/session-decode/color-conversion.ts
|
|
5
5
|
/**
|
|
6
6
|
* Explicit YUV→RGB colorspace/range resolution for the session-decode worker.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as formatNativeLeaseKnobs, n as isWorkerRequest, o as resolveNativeLeaseKnobs, r as logLevelForLine } from "../worker-protocol-
|
|
1
|
+
import { i as formatNativeLeaseKnobs, n as isWorkerRequest, o as resolveNativeLeaseKnobs, r as logLevelForLine } from "../worker-protocol-Cd-G92Qt.mjs";
|
|
2
2
|
import { n as setSharpWarnSink, r as hostExternalEntryUrls, t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
3
3
|
//#region src/session-decode/color-conversion.ts
|
|
4
4
|
/**
|
|
@@ -3,7 +3,7 @@ import "./dist-CYZr2fwk.mjs";
|
|
|
3
3
|
var e = {
|
|
4
4
|
"@camstack/sdk": {
|
|
5
5
|
name: "@camstack/sdk",
|
|
6
|
-
version: "1.2.
|
|
6
|
+
version: "1.2.44",
|
|
7
7
|
scope: ["default"],
|
|
8
8
|
loaded: !1,
|
|
9
9
|
from: "addon_stream_broker_widgets",
|
|
@@ -18,7 +18,7 @@ var e = {
|
|
|
18
18
|
},
|
|
19
19
|
"@camstack/types": {
|
|
20
20
|
name: "@camstack/types",
|
|
21
|
-
version: "1.2.
|
|
21
|
+
version: "1.2.122",
|
|
22
22
|
scope: ["default"],
|
|
23
23
|
loaded: !1,
|
|
24
24
|
from: "addon_stream_broker_widgets",
|
|
@@ -33,7 +33,7 @@ var e = {
|
|
|
33
33
|
},
|
|
34
34
|
"@camstack/ui-library": {
|
|
35
35
|
name: "@camstack/ui-library",
|
|
36
|
-
version: "1.2.
|
|
36
|
+
version: "1.2.85",
|
|
37
37
|
scope: ["default"],
|
|
38
38
|
loaded: !1,
|
|
39
39
|
from: "addon_stream_broker_widgets",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_segment_demux_js = require("../segment-demux-js-
|
|
1
|
+
const require_segment_demux_js = require("../segment-demux-js-Bpedn-T8.js");
|
|
2
2
|
let node_worker_threads = require("node:worker_threads");
|
|
3
3
|
//#region src/stream-broker/recorded/demux-worker-child.ts
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as demuxSegmentFullJs } from "../segment-demux-js-
|
|
1
|
+
import { t as demuxSegmentFullJs } from "../segment-demux-js-CCMG51zw.mjs";
|
|
2
2
|
import { parentPort } from "node:worker_threads";
|
|
3
3
|
//#region src/stream-broker/recorded/demux-worker-child.ts
|
|
4
4
|
/**
|
|
@@ -36,7 +36,7 @@ async function r() {
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"@camstack/types": {
|
|
39
|
-
version: "1.2.
|
|
39
|
+
version: "1.2.122",
|
|
40
40
|
scope: "default",
|
|
41
41
|
shareConfig: {
|
|
42
42
|
singleton: !0,
|
|
@@ -45,7 +45,7 @@ async function r() {
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"@camstack/sdk": {
|
|
48
|
-
version: "1.2.
|
|
48
|
+
version: "1.2.44",
|
|
49
49
|
scope: "default",
|
|
50
50
|
shareConfig: {
|
|
51
51
|
singleton: !0,
|
|
@@ -81,7 +81,7 @@ async function r() {
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"@camstack/ui-library": {
|
|
84
|
-
version: "1.2.
|
|
84
|
+
version: "1.2.85",
|
|
85
85
|
scope: "default",
|
|
86
86
|
shareConfig: {
|
|
87
87
|
singleton: !0,
|
|
@@ -2,12 +2,12 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
5
|
+
const require_dist = require("../dist-Dpy1KP1q.js");
|
|
6
|
+
const require_node = require("../node-v9ZAGK2b.js");
|
|
7
7
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
8
8
|
const require_remote_restream = require("../remote-restream-CO36Sr30.js");
|
|
9
9
|
const require_retire_root_keys = require("../retire-root-keys-KE6D6Xh_.js");
|
|
10
|
-
const require_segment_demux_js = require("../segment-demux-js-
|
|
10
|
+
const require_segment_demux_js = require("../segment-demux-js-Bpedn-T8.js");
|
|
11
11
|
let node_crypto = require("node:crypto");
|
|
12
12
|
node_crypto = require_dist.__toESM(node_crypto);
|
|
13
13
|
let node_fs = require("node:fs");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { r as __toESM } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { $t as record, At as BOOT_RECOVERY_BACKOFF_MS, Bt as nodePin, C as RATE_CONTROL_RELAXED, Ct as webrtcSessionCapability, D as RingBuffer, Dt as buildFfmpegArgs$1, F as createHwAccelCache, Ft as createEvent, G as egressTranscodeSharingKey, Gt as _enum, Ht as parseProfileBrokerId, I as createLogChannelsProvider, Jt as discriminatedUnion, K as egressTransportFromRequest, Kt as array, Lt as isEvent, Mt as CAM_PROFILE_ORDER, N as batteryCapability, Nt as DeviceFeature, Ot as invocationFromEncodeProfile, P as cameraStreamsCapability, Pt as DeviceType, Qt as object, R as declareLogChannel, Rt as makeProfileBrokerId, Tt as AUDIO_PRESETS, V as deriveBatteryPresence, Xt as literal, Zt as number, en as string, et as loadContributionCapability, gt as resolveEgressDecodeHwAccel, h as EncodeProfileSchema, i as BatteryStatusSchema, jt as BaseAddon, k as addonWidgetsSourceCapability, kt as isSoftwareDecode, nn as EventCategory, qt as boolean, rt as maskUrlCredentials, tn as union, tt as logChannelsCapability, w as RATE_CONTROL_TIGHT, wt as errMsg, xt as streamBrokerCapability, zt as makeSourceBrokerId } from "../dist-
|
|
3
|
-
import { i as NO_COST_CLAIM, n as Fmp4FragmentChild, r as Fmp4FragmentPlane, t as ChildCostRegistry } from "../node-
|
|
2
|
+
import { $t as record, At as BOOT_RECOVERY_BACKOFF_MS, Bt as nodePin, C as RATE_CONTROL_RELAXED, Ct as webrtcSessionCapability, D as RingBuffer, Dt as buildFfmpegArgs$1, F as createHwAccelCache, Ft as createEvent, G as egressTranscodeSharingKey, Gt as _enum, Ht as parseProfileBrokerId, I as createLogChannelsProvider, Jt as discriminatedUnion, K as egressTransportFromRequest, Kt as array, Lt as isEvent, Mt as CAM_PROFILE_ORDER, N as batteryCapability, Nt as DeviceFeature, Ot as invocationFromEncodeProfile, P as cameraStreamsCapability, Pt as DeviceType, Qt as object, R as declareLogChannel, Rt as makeProfileBrokerId, Tt as AUDIO_PRESETS, V as deriveBatteryPresence, Xt as literal, Zt as number, en as string, et as loadContributionCapability, gt as resolveEgressDecodeHwAccel, h as EncodeProfileSchema, i as BatteryStatusSchema, jt as BaseAddon, k as addonWidgetsSourceCapability, kt as isSoftwareDecode, nn as EventCategory, qt as boolean, rt as maskUrlCredentials, tn as union, tt as logChannelsCapability, w as RATE_CONTROL_TIGHT, wt as errMsg, xt as streamBrokerCapability, zt as makeSourceBrokerId } from "../dist-uX-YDOrc.mjs";
|
|
3
|
+
import { i as NO_COST_CLAIM, n as Fmp4FragmentChild, r as Fmp4FragmentPlane, t as ChildCostRegistry } from "../node-DuMWMV01.mjs";
|
|
4
4
|
import { t as parseRestreamPath } from "../restream-intent-B4BXZra7.mjs";
|
|
5
5
|
import { n as profileForStreamId } from "../remote-restream-BeHi78PZ.mjs";
|
|
6
6
|
import { n as RowMapStore, t as retireRootKeys } from "../retire-root-keys-DMolfhsP.mjs";
|
|
7
|
-
import { i as require_mp4box_all, n as demuxSegmentPreferJs, r as runFfmpegOnce, t as demuxSegmentFullJs } from "../segment-demux-js-
|
|
7
|
+
import { i as require_mp4box_all, n as demuxSegmentPreferJs, r as runFfmpegOnce, t as demuxSegmentFullJs } from "../segment-demux-js-CCMG51zw.mjs";
|
|
8
8
|
import { createRequire } from "node:module";
|
|
9
9
|
import * as crypto$1 from "node:crypto";
|
|
10
10
|
import crypto, { createHash, randomBytes, randomUUID } from "node:crypto";
|
|
@@ -30,7 +30,7 @@ async function d(e) {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
async function f() {
|
|
33
|
-
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-
|
|
33
|
+
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-MRLUZgkR.mjs")).catch((e) => {
|
|
34
34
|
throw l = void 0, e;
|
|
35
35
|
}), l;
|
|
36
36
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as NativeLeaseSettingsSchema, p as DEFAULT_NATIVE_LEASE_SETTINGS, y as NativeLeaseAdmissionSchema } from "./dist-
|
|
1
|
+
import { b as NativeLeaseSettingsSchema, p as DEFAULT_NATIVE_LEASE_SETTINGS, y as NativeLeaseAdmissionSchema } from "./dist-uX-YDOrc.mjs";
|
|
2
2
|
//#region src/session-decode/native-lease-config.ts
|
|
3
3
|
/**
|
|
4
4
|
* Resolution of the native-frame hold / tile knobs for one decode worker.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-pipeline",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.144",
|
|
4
4
|
"description": "Pipeline bundle — runner, detection, motion, audio + stream broker. Multi-entry npm package shipping pipeline addons under a single bundle.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|