# How to stream with OBS

This is an overview on how to broadcast on Evenings.fm with your computer using OBS. Ensure that you’ve made an Evenings.fm account before going through this documentation.

## Step 01: Install OBS on Desktop

Download and install the OBS app from <https://obsproject.com/download>.

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

## Step 02: Setup your Audio Source

You will want to setup your Audio source by clicking the '+' icon in the Sources window. You will select the type of Source out of the options in the list.

To stream audio from another application, you can select 'macOS Audio Capture' then click 'Ok'.

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

You can select 'Application Audio Capture' then select the application that you want to stream audio form.

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

## Step 03: Link OBS to your Evenings account

You can stream audio to Evenings by adjusting the streaming settings in OBS. Click the 'Settings' button on the lower right side.

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

In the Stream Settings page, you can select 'Custom' service then input the following information:

1. Server: **`rtmp://s2.evenings.co/evenings/`**
2. Stream Key: Enter the Stream key from the Account page on Evenings

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

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

## Step 04: Running your Live Stream

Click 'Ok' to close the pop up on OBS and select "Start Streaming" to go live, in bottom right corner of the window.

<figure><img src="/files/3TpDC2pIzXdf7vAplsiW" alt=""><figcaption></figcaption></figure>

## Step: 05: Viewing and Archiving your Broadcast

Your broadcast will be live on your LIBRARY page on Evenings. Select the “VIEW PLAYER” button to listen.

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

## Step 06: Ending your Live Stream session

To end the livestream select 'Stop Streaming'. The livestream will be saved on your Library page.

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

**That's it! Email <contact@evenings.email> with questions.**


---

# Agent Instructions: 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:

```
GET https://evenings.gitbook.io/evenings-api/guides/how-to-stream-with-obs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
