From 88860a86056379327ba60631a4e1498187fd2b28 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 14 Jul 2024 15:15:47 +0000 Subject: [PATCH] Update Scanner AV Streaming on VM in Unraid --- Scanner-AV-Streaming-on-VM-in-Unraid.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Scanner-AV-Streaming-on-VM-in-Unraid.md b/Scanner-AV-Streaming-on-VM-in-Unraid.md index b0fd488..43fa900 100644 --- a/Scanner-AV-Streaming-on-VM-in-Unraid.md +++ b/Scanner-AV-Streaming-on-VM-in-Unraid.md @@ -18,9 +18,9 @@ This article will go through my setup for hosting a scanner A/V stream from an U ### 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 - -- Choose 2048-4096MB min ram, at least. Again can be scaled back after installation +2. Create an Ubuntu VM in UnRAID + -- Pass through 2-4 CPU cores for installation, can be scaled back later + -- Choose 2048-4096MB minimum RAM, at least. -- 10GB vdisk should be enough, 20GB is what I used. -- Leave graphic card as is, you'll need VNC to complete the initial installation -- Assign the sound card to the VM @@ -30,9 +30,9 @@ This article will go through my setup for hosting a scanner A/V stream from an U ### Set up the Software Stack 1. Run these commands -``` +```sh sudo apt update && sudo apt upgrade -y -sudo apt install ffmpeg +sudo apt install ffmpeg -y wget https://github.com/bluenviron/mediamtx/releases/download/v1.8.4/mediamtx_v1.8.4_linux_amd64.tar.gz tar -xvf mediamtx_v1.8.4_linux_amd64.tar.gz sudo mkdir /usr/local/share/mediamtx @@ -40,7 +40,7 @@ sudo mv mediamtx /usr/local/bin/ sudo mv mediamtx.yml /usr/local/share/mediamtx/ ``` 2. Edit mediamtx.yml and remove the `paths:` at the end, replacing with: -``` +```yaml paths: scanner: source: publisher