Add audio support to MultiResolutionHLSOutput
Some checks are pending
GPU Worker CI/CD / test (push) Waiting to run
GPU Worker CI/CD / deploy (push) Blocked by required conditions

This commit is contained in:
giles
2026-02-04 20:50:14 +00:00
parent 3dda5f5f50
commit 5835344e30
2 changed files with 16 additions and 1 deletions

View File

@@ -966,7 +966,8 @@ class StreamInterpreter:
source_size=(w, h),
fps=fps,
ipfs_gateway=ipfs_gateway,
on_playlist_update=self.on_playlist_update
on_playlist_update=self.on_playlist_update,
audio_source=audio,
)
# Fallback to GPU single-resolution if multi-res not available
elif GPUHLSOutput is not None and check_gpu_encode_available():