Add audio support to MultiResolutionHLSOutput
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user