# Studio Set Up

First, make sure you have your preferred streaming studio application installed and open on your device. We recommend using [OBS](https://obsproject.com/) or any of [Streamlab's Desktop or Mobile Applications](https://streamlabs.com/).

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

1. On Xeenon's web app, make sure all of the desired stream fields are filled out
   * All of your streams information can be changed while the stream is live (except for the streams cost per minute)
2. In the bottom left of your streaming dashboard in the **Actions** section, you will see a **Stream Key** icon. Click it so that you can copy your stream key and URL.

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

{% hint style="danger" %}
Never share your stream key with anyone, not even your grandma.
{% endhint %}

{% hint style="warning" %}
**Xeenon gives you the option to use a reusable stream key like traditional platforms, or generate a one time use key for an additional layer of security.**&#x20;

If you opt in to using a one time use key, once the key is used, it is no longer valid. It's still best practice to keep the one time use keys a secret, but you will have peace of mind using Xeenon, knowing that your content and audience are safe.&#x20;
{% endhint %}

## Studio set up

{% tabs %}
{% tab title="Open Broadcast Software (OBS)" %}
Navigate to "stream settings."&#x20;

* In OBS, this is accessible by clicking "Settings" in the bottom right menu.

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

* Then click the "Stream" tab on the pop-up modal.

  <figure><img src="/files/JV3dmrqlfaieLpCXB2Zv" alt=""><figcaption></figcaption></figure>
* Choose the "Custom Service" option.
* Fill out the fields with the information provided by Xeenon

{% hint style="danger" %}
Never share your stream key with anyone.&#x20;
{% endhint %}

* Click "Start Streaming" in OBS
* Shortly after, check the Streaming Dashboard on Xeenon to ensure that you are <img src="/files/lSkAd0LxSEg5k3oKJom6" alt="" data-size="line">
  * You should be able to see a stream preview on the dashboard within a minute of starting the broadcast.
* When you're finished streaming, click the "Stop Streaming" button in OBS
  * You cannot directly stop a Studio stream from the Xeenon website
  * You will see the <img src="/files/2eOBTxy74GPMwdoNNW1g" alt="" data-size="line"> icon when you have successfully ended your stream

{% hint style="info" %}
For more technical information on using OBS, visit the [OBS Documentation Website](https://obsproject.com/docs/)
{% endhint %}
{% endtab %}

{% tab title="Streamlabs" %}
Navigate to "stream settings."&#x20;

* In Streamlabs, this is accessible by clicking the "Settings" ⚙️ icon in the bottom left corner of the application.

  <figure><img src="/files/31kEsDCUwt53c4sCm6Fi" alt=""><figcaption></figcaption></figure>
* Then click the "Stream" tab on the pop-up modal
* Choose the "Custom Streaming Server" option
* Fill out the fields with the information provided by Xeenon

{% hint style="danger" %}
Never share your stream key with anyone.&#x20;
{% endhint %}

* Close out the settings modal, and click <img src="/files/RTaTtDlaWH98M0X7OvQ9" alt="" data-size="line"> when you are ready
* Shortly after, the Streaming Dashboard on Xeenon should display that you are <img src="/files/lSkAd0LxSEg5k3oKJom6" alt="" data-size="line">
* When you're finished streaming, click the <img src="/files/lHEBVKQXfI2RZ5CFe3Ly" alt="" data-size="line"> button in Streamlabs
  * You cannot directly stop a Studio stream from the Xeenon website
  * You will see the <img src="/files/2eOBTxy74GPMwdoNNW1g" alt="" data-size="line"> icon on Xeenon when you have successfully ended your stream

{% hint style="info" %}
For more technical information on using Streamlabs, visit the [Streamlabs Documentation website.](https://streamlabs.com/content-hub/post/getting-started-with-streamlabs-desktop)
{% endhint %}
{% endtab %}

{% tab title="Mobile Studio" %}
If you'd like to stream from mobile using a mobile Studio, first download the [Streamlabs Mobile](https://streamlabs.com/mobile-app) application.&#x20;

* Generate a new stream key via the Xeenon Studio Broadcast page (shown above).
* Navigate to Account Settings, then click the "Custom RTMP Server" options.&#x20;
* Then, enter the server URL and stream key provided by the Xeenon website
* You can use this option to stream mobile games on the go!&#x20;

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

<figure><img src="/files/JLqahSObXuE6icnF9vDt" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.xeenon.xyz/streaming/studio-set-up.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.
