> For the complete documentation index, see [llms.txt](https://docs.hello-lisa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-lisa.com/knowledge/shows/go-live-host/obs-set-up-basic.md).

# OBS Set Up (Basic)

You can use a variety of software to connect LiSA to your hardware or software euqipment. In this article we will show you how to set up OBS.&#x20;

#### STEP 1: Install OBS

Download OBS for your operating system via this link: <https://obsproject.com/download>

#### STEP 2: Install Virtual Cable for Audio Transmission

Download the virtual audio cable via this link: <https://vb-audio.com/Cable/&#x20>;

Make sure to install it with administrator rights onto your computer.

#### STEP 3: Change monitoring device in OBS

Navigate to: File → Settings → Audio → Advanced

Under advanced you will be able to change the monitoring device to the newly installed cable. Once selected you need to apply your changes.

<figure><img src="/files/WrnnywDkfMP1tfR1zQgV" alt=""><figcaption></figcaption></figure>

#### STEP 4: Select Monitor and Output

In this guide we added a Media Source and will have to change the monitoring and output.&#x20;

Go back into the OBS main screen and click the three dots in the Audio Mixer  window

<figure><img src="/files/iJJTm3vJ5dyGKsIYYOhA" alt=""><figcaption></figcaption></figure>

In the next window, look for the Media Source  and change the Audio Monitoring to the following settings:

<figure><img src="/files/1NjV9uO7jSgG9YhjDkkm" alt=""><figcaption></figcaption></figure>

#### STEP 5: Locate the virtual camera in OBS

Go back into the OBS main screen and click on "Start Virtual Camera" in the controls panel

<figure><img src="/files/NyHT6Qb86C3ODvgXWZuk" alt=""><figcaption></figcaption></figure>

#### STEP 6: Select Video and Audio Output

Navigate back into the LiSA tool and join as a host.&#x20;

Once you are in the host view wait until you can see yourself and then switch the camera and audio output via the dropdowns in the top left corner.&#x20;

<figure><img src="/files/x6oXrQVLLGXAnTcQ3FLb" alt=""><figcaption></figcaption></figure>

#### STEP 7: Go Live

You are now transmitting sound and video via OBS and can go live

{% hint style="warning" %}
f you are opting for an OBS set up make sure you have changed the the show's video profile to OBS under \[SHOW NAME] -> Details -> Advanced Settings
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hello-lisa.com/knowledge/shows/go-live-host/obs-set-up-basic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
