End-to-End Demo Chart Configuration#
This page covers Helm values for the sender and receiver components of the nvidia-active-speaker-detection-h4m-sample chart. NIM service keys within the demo chart live under nvidia-active-speaker-detection-h4m-service.<key>. For more information, refere to Common Helm Configuration and Pipeline Configuration.
Sender#
Configuration |
Helm Key ( |
Comment |
|---|---|---|
Enable sender |
|
Allowed: Boolean; default: |
Naming / scale |
|
Defaults: |
Node |
|
Default: |
Image |
|
Defaults: |
Input asset |
|
Keys: |
SMPTE ST 2110 ports |
|
Keys: |
NMOS |
|
Keys: |
Multus / secondary network |
|
Default: |
Input Asset Requirements#
The sender expects an MPEG Transport Stream (.ts) file with the following specifications:
Video stream: H.264, with one or more visible speakers.
Audio streams: Opus, 48 kHz, mono; one track per speaker.
The sender container includes a bundled sample file at /workspace/assets/sample_asset.ts (1080p, 30 fps, 2 audio tracks).
Note
An audio stream must contain only a single speaker’s audio. During silence, samples must be zero. If background noise is present, enable audio thresholding via useAudioThresholdToDetectActiveAudioStream and audioThresholdDb on the NIM service. For details, refer to Pipeline Configuration.
Receiver#
Configuration |
Helm Key ( |
Comment |
|---|---|---|
Enable receiver |
|
default: |
Naming / scale |
|
Defaults: |
Node |
|
Default |
Image |
|
Defaults: repository |
Receive mode |
|
Allowed: |
Ancillary params |
|
Keys: |
Video params |
|
Keys: |
NMOS |
|
Keys: |
SRT output |
|
SRT preview stream mapping; defaults: internal |
Multus / secondary network |
|
Default: |
Receiver Modes#
Mode |
Value |
Description |
|---|---|---|
Ancillary |
|
Receives bounding box metadata via SMPTE ST 2110-40. Use to consume detection results programmatically. |
Video |
|
Receives output video with bounding box overlays, re-streamed via SRT. Requires |
See Also#
Pipeline Configuration — NIM service tuning parameters.