diff --git a/Scanner-AV-Streaming-on-VM-in-Unraid.md b/Scanner-AV-Streaming-on-VM-in-Unraid.md index cda02ae..0294d7c 100644 --- a/Scanner-AV-Streaming-on-VM-in-Unraid.md +++ b/Scanner-AV-Streaming-on-VM-in-Unraid.md @@ -10,13 +10,13 @@ This article will go through my setup for hosting a scanner A/V stream from an U * Logitech C90 webcam # Guide -##Assign devices to VM +## Assign devices to VM (This is only necessary if your sound card is PCI-connected) 1. In UnRAID go to Tools -> System Devices 2. Check the box(ex) for the IOMMU group(s) for your audio card 3. Reboot the server -##Set up the VM +## Set up the VM 1. Download Ubuntu Server ISO to UnRAID server 2. Create an Ubuntu VM in UnRAID * Pass through a few CPU cores, at least to start with, this will make installation faster @@ -28,7 +28,7 @@ This article will go through my setup for hosting a scanner A/V stream from an U 3. Start up the VM and proceed through installation of Ubuntu Server 4. (Optional) Shutdown the VM and adjust the specs back to minimal (1G RAM, 1-2CPU cores) -##Set up the Software Stack +## Set up the Software Stack 1. Run these commands ``` sudo apt update && sudo apt upgrade -y