Additional Drivers¶
Additional drivers can be installed to enable extra features of the Reemo Agent.
- On Windows, additional drivers can be installed to enable:
Microphone & Virtual Sound Card
If your remote computer does not have a sound card, Reemo provides a virtual sound card driver for audio output and input. Available only on Windows, this driver must be installed on the remote computer to enable audio on computers or virtual machines without a sound card. Once installed, you will be able to record remote audio through Reemo as well as transmit your microphone.
To install the driver manually:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemaudio_v2.zip' -OutFile 'C:\Program Files\Reemo\drivers\reemaudio.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reemaudio.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reemaudio\devcon.exe" install "C:\Program Files\Reemo\drivers\reemaudio\reemaudio.inf" ROOT\reemaudio
Note
If you have no sound after making your remote computer “headless” (without a monitor), you may want to install this Reemo virtual sound card driver.
Virtual Webcam
To emulate a virtual webcam that Reemo can use, you must install our virtual webcam driver. Once installed, the virtual webcam will appear in the device manager of your remote computer.
To install the driver:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reecam.zip' -OutFile 'C:\Program Files\Reemo\drivers\reecam.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reecam.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reecam\devcon.exe" install "C:\Program Files\Reemo\drivers\reecam\reecam.inf" REECAM
USB Passthrough
If you need to forward USB devices, Reemo provides a virtual USB driver to transfer your local devices. Available only on Windows, the USB transfer feature requires Reemo for Windows version 1.13.0.1 or higher.
Note
The Reemo virtual USB driver is now included with the Reemo Agent installer as part of the default installation.
If you still wish to install it separately, you can follow this example:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemousb.zip' -OutFile 'C:\Program Files\Reemo\drivers\reemousb.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reemousb.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reemousb\devcon.exe" install "C:\Program Files\Reemo\drivers\reemousb\reemousb.inf" ROOT\ReemUSB
To forward local USB devices, your local computer must run the Reemo USB companion application:
Download the USB companion app installer for Windows here: https://download.reemo.io/reemo-usb-companion.setup.x64.exe
Virtual Displays
If you want to use Reemo on a “headless” computer (without a monitor), Reemo provides a virtual monitor driver. Available only on Windows, this driver must be installed on the remote computer to emulate up to 5 monitors. Once installed, you will see a new monitor on your remote computer and can add others dynamically from the web client menu.
Note
To install the driver manually:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemon.zip' -OutFile 'C:\Program Files\Reemo\drivers\reemon.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reemon.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reemon\devcon.exe" install "C:\Program Files\Reemo\drivers\reemon\reemon.inf" Root\reemon
Gamepads
If you want to use gamepads with Reemo, you must install the ViGEmBus driver on the remote computer. You can download the driver here: https://github.com/ViGEm/ViGEmBus/releases
Note
- On macOS, additional drivers can be installed to enable:
Audio
If you have an older version of macOS (prior to Ventura), you will need to install a separate driver to capture desktop audio. BlackHole provides a GPL-licensed driver that Reemo can record from.
Note
To install the driver:
brew install blackhole-2ch
Or you can download the installer provided here: https://existential.audio/blackhole/