End-to-End Demo Chart Configuration#
This page covers Helm values for the sender and receiver components of the nvidia-lipsync-h4m-sample chart. NIM service keys within the demo chart live under nvidia-lipsync-h4m-service.<key>; refer to Common Helm Configuration and Pipeline Configuration.
Sender#
Configuration |
Helm Key ( |
Comment |
|---|---|---|
Enable sender |
|
Allowed: Boolean. |
Naming / scale |
|
If omitted in values, chart |
Pipeline script |
|
Sender pipeline script. Use |
Node |
|
Default: |
Multus / secondary network |
|
Default: |
Image |
|
Defaults: |
Input asset |
|
Defines |
Assets PVC |
|
Optional PVC for custom input file ( |
SMPTE ST 2110 ports |
|
Keys: |
Input Asset Requirements#
The sender expects an MPEG Transport Stream (.ts) with the following specifications:
Video stream: Source video to be processed by the LipSync NIM.
Original audio stream: The original audio associated with the video (used as reference audio).
Translated audio stream: The target audio (such as a different language) to be synchronized with the video.
The sender container includes a bundled sample file at /workspace/assets/.
Sender Sample Media covers codecs, samples in /workspace/assets/, and language variants.
Receiver#
Configuration |
Helm Key ( |
Comment |
|---|---|---|
Enable receiver |
|
Allowed: Boolean. |
Naming / scale |
|
If omitted in values, chart |
Pipeline script |
|
Receiver pipeline script. Use |
Node |
|
Default: |
Multus / secondary network |
|
Default: |
Image |
|
Defaults: |
Video |
|
Defines |
SMPTE ST 2110 ports |
|
Keys: |
SRT output |
|
SRT listen port in the container and external mapping; defaults: internal |
See Also#
Pipeline Configuration: NIM service tuning parameters.