&audiooutput
Like &sink, but selects the default audio output device
Last updated
Was this helpful?
Like &sink, but selects the default audio output device
Last updated
Was this helpful?
General Option! (, , , )
&outputdevice
&od
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
&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.
takes priority, if used, and 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 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 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"
Visit to find the available device IDs and device names on your system.
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.