diff --git a/streaming/obs-setup.org b/streaming/obs-setup.org index 2c248cb..7a22559 100644 --- a/streaming/obs-setup.org +++ b/streaming/obs-setup.org @@ -6,7 +6,9 @@ I use [[https://obsproject.com][Open Broadcast Studio]] in Linux Mint to manage my audio and video devices for virtual meetings which drastically improves my video and audio quality. This page documents how I set up and the configuration I use. -To get started install obs using the steps below: +* Install obs + +To get started install obs including all dependencies required using the steps below: #+NAME: Install open broadcast studio #+begin_src tmate @@ -24,6 +26,8 @@ sudo apt update && sudo apt install obs-studio #+end_src +* Install plugins + Before we get underway we also install the StreamFX plugin for OBS so we can blur backgrounds without a greenscreen. Follow the steps below to install the plugin: #+NAME: Install streamfx plugin @@ -45,6 +49,8 @@ unzip streamfx.zip && rm streamfx.zip #+end_src +* Setup virtual audio devices + To control improve the quality of our audio we use a virtual audio output device, this allows us to take raw audio input from a microphone, apply filters and enhancements in obs, then output the enhanced audio to the virtual meeting. #+begin_src tmate @@ -56,6 +62,9 @@ Once obs is installed we can launch it with the command below. The setup wizard If you see that option, select it; once you get to the main OBS Studio screen, you should now see a button in the bottom right, "Start Virtual Camera". + +* Launch obs + #+NAME: Run open broadcast studio #+begin_src tmate obs&