H.264 Audio
HDMI Audio Support¶
Audio support
The latest One-KVM versions support real-time HDMI audio over H.264/WebRTC. Audio quality is smooth enough for music playback. The system uses Linux ALSA drivers, while ustreamer and janus capture HDMI audio and transcode it to Opus.
Configuration¶
Docker users
Specify the audio device with -e AUDIONUM=0. See Docker environment variables.
Integrated image users
Edit /etc/kvmd/janus/janus.plugin.ustreamer.jcfg:
Configuration notes:
device: audio device addresstc358743: capture card video device address
Find Audio Devices¶
On Linux, check available devices with:
You can specify audio devices in one of the following ways:
- Card index:
hw:0 - Card name:
hw:CARD=MS2109 - Device path:
hw:/dev/snd/controlC0
Use one method to enable HDMI audio.
