&audiooutput
Like &sink, but selects the default audio output device
General Option! (&push, &room, &view, &scene)
Aliases
&outputdevice&od
Options
Example: &audiooutput=Cable_Input
(string value)
partial string that matches the device's label/name
Cable_Input
will match against "CABLE Input" (VB-Audio Virtual Cable). Use any other string to match against other device names.
(no value given)
hides the option to change the output device, including under the settings cog
Details
&audiooutput lets you set the default audio output device, based on its name.
Matches on "string contains", so a partial string of the device name is enough. Use lower case, with underscores replacing special characters or spaces.
&sink takes priority, if used, and &sink is more strict in matching. While &audiooutput matches on the device name, &sink matches on the device ID.
&audiooutput=labelname is consistent across domains / cookie sessions, while &sink=deviceid isn't.
If the parameter's value is left blank, it hides the option to change the output device, including under the settings cog.
You can change the audio output device dynamically via the settings menu.

In Version 22 of VDO.Ninja you can change the audio output device of each video feed individually via Right-Click -> Audio Destination on the video feed.

Electron Capture
You can specify an audio output device via the Electron Capture app's command line using this URL parameter (when used in conjunction with VDO.Ninja).
Example:
electron.exe --url="https://vdo.ninja/?view=guest1&outputdevice=mixer_usb"
Related
&sinkLast updated
Was this helpful?