Diff of Services/Stream/Multicasting at 9b5de25

diff --git a/services/stream/multicasting.myco b/services/stream/multicasting.myco
index 17ebedd..cd471da 100644
--- a/services/stream/multicasting.myco
+++ b/services/stream/multicasting.myco
@@ -1,19 +1,14 @@
-In the spirit of POSSE, accessibility, and a general love of tinkering, when I started doing [[streaming]] I wanted to set things up to stream to peertube, youtube, twitch, and as many other places as I wanted. I had to setup three tools to do this, OBS, 
+In the spirit of POSSE, accessibility, and a general love of tinkering, when I started doing streaming I wanted to set things up to stream to peertube, youtube, twitch, and as many other places as I wanted. I had to setup three tools to do this, OBS, a plugin called obs-multi-rtmp, and a (optional but very, very useful and highly reccomended) server running nginx-rtmp 
 
+https://obsproject.com/
+https://github.com/sorayuki/obs-multi-rtmp
+https://github.com/arut/nginx-rtmp-module
 
-This was more of a chore then I thought it would be, So here is a quick rundown of how to setup OBS to I enjoy streaming to multiple places. 
+Settings these up in that streamed to those three services was more of a project then I thought it would be, So here is a quick rundown of the process I used to streaming to multiple places. Feel free to edit this wiki if there is a better way.
 
+I am going to assume you are using a fresh uptaded and empty linux machine running either debian 10 or debian 11, since thats what these notes assume and I am just copy pasting right now till I clean up the notes. 
 
+install nvidia stuffz
 
-I am going to assume you are using debian 10 or debian 11, but if you use ubuntu you should be able to follow the better written guides that I link to here.
-
-1. S
-
-su -
-usermod -aG sudo user3
-
-# Log out / in
-
-# install nvidia stuffz
-# https://wiki.debian.org/NvidiaGraphicsDrivers#Debian_11_.22Bullseye.22
+https://wiki.debian.org/NvidiaGraphicsDrivers#Debian_11_.22Bullseye.22
 
@@ -21,6 +16,5 @@ sudo nano /etc/apt/sources.list
 
-# copy and paste and add:
-# contrib non-free
-# to the thing sources list
+copy and paste and add:
 
+contrib non-free
 sudo apt update
@@ -55,3 +49,3 @@ obs --verbal
 
-# install strem 
+# install plugin
 # https://help.streamingvideoprovider.com/en/articles/5177605-linux-guide-send-multi-bitrate-resolutions-to-enable-adaptive-streaming-for-obs-open-broadcaster-software-in-debian-arch-based-linux-distributions