> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/content/virtual-platform/programme/live-stream-settings-vp/obs-studio-software/connecting-jet-stream-to-obs-vp.md).

# Connecting Jet-Stream to OBS (Virtual event)

Download OBS [here](https://obsproject.com/) for free. Useful information on how to use OBS can be found [here](https://obsproject.com/wiki/OBS-Studio-Quickstart).

### Output

Once a Jet-Stream live stream has been [created](https://knowledge-base.letsgetdigital.com/the-admin-panel/settings/virtual-event-settings-vp/live-stream-settings-vp/jet-stream-vp) the following information is shown, which is needed to connect the stream with OBS.

| Title            | Explanation                                                         |
| ---------------- | ------------------------------------------------------------------- |
| Stream           | This is the streaming key that needs to be inserted in the encoder. |
| Protocol         | Should say 'rtmp'.                                                  |
| Primary server   | Insert the server in the encoder.                                   |
| Secondary server | You could use this server instead if needed.                        |
| Username         | Insert the username in the encoder.                                 |
| Password         | Insert the password in the encoder.                                 |

In OBS click on 'Settings' in the bottom right corner.

<div align="left"><img src="https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MCvMZLWwQmRZTERaF4n%2F-MCvRkLJi8-Pl6z3JtFP%2Fimage.png?alt=media&#x26;token=e064942d-5f80-4bfc-b536-706ea34f00e0" alt=""></div>

### Stream

Select 'Stream' from the menu on the left side and fill in the following information for each tab:

| Tab in OBS         | Fill in information from Jet-Stream |
| ------------------ | ----------------------------------- |
| Service            | Custom...                           |
| Server             | Primary server                      |
| Stream Key         | Stream                              |
| Use authentication | ✔                                   |
| Username           | Username                            |
| Password           | Password                            |

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MCvMZLWwQmRZTERaF4n%2F-MCvY9PSVLbLDibkmMG9%2Fimage.png?alt=media\&token=1bf21b40-4087-4ce3-967e-4ab9dd2436f5)

### Output

Select 'Output' from the menu on the left side and fill in the following information for each tab:

| Tab in OBS    | Fill in               |
| ------------- | --------------------- |
| Output Mode   | Simple                |
| Video Bitrate | Enter desired bitrate |
| Encoder       | Software (x264)       |
| Audio Bitrate | Select desire bitrate |

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MCvMZLWwQmRZTERaF4n%2F-MCvaswfRp_k-1HCmFFD%2Fimage.png?alt=media\&token=02923934-0db5-4abd-acac-f67ad1ce2b0a)

​[Learn more about bitrates.](https://blog.mobcrush.com/how-to-choose-the-right-bitrate-for-your-stream-9864ce322a9b)​

Click on 'OK' in the bottom right corner. The stream will start processing in Jet-Stream.

### Go live

Click on 'Start Streaming' in the bottom right corner to go live.

<div align="left"><img src="https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MCvMZLWwQmRZTERaF4n%2F-MCvY-fuWXkig8AHp69e%2Fimage.png?alt=media&#x26;token=bc9f7afd-b55d-4777-a8b9-7d638d726c2d" alt=""></div>

{% hint style="info" %}
It might take a minute for the encoder to connect with Jet-Stream. Refreshing the page might help.
{% endhint %}

Once everything is set up it should look like this.

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MCvMZLWwQmRZTERaF4n%2F-MCvZOh5U_pnF_fQ7fM7%2Fimage.png?alt=media\&token=08a63e7b-2f02-4e90-92ed-e606c1a4552e)

Insert the live stream in the Let's Get Digital environment.


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/content/virtual-platform/programme/live-stream-settings-vp/obs-studio-software/connecting-jet-stream-to-obs-vp.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.
