> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/streaming/rtmp/how-to-check-the-stream-key-of-an-rtmp-server.md).

# How to Check the Stream Key of an RTMP Server

{% hint style="info" %}
We recommend checking the stream key on a desktop.
{% endhint %}

## 1. Checking the Stream Key on YouTube <a href="#id-1.-checking-the-stream-key-on-youtube" id="id-1.-checking-the-stream-key-on-youtube"></a>

1. Go to: [https://www.youtube.com/live\_dashboard](https://www.youtube.com/live_dashboard?utm_source=chatgpt.com)​
2. Log in with the YouTube account you will use for streaming.
3. On the Live Dashboard page, scroll down to **\[Encoder Setup]** and find **\[Stream Name/Key]**.
4. Copy the key and paste it into the **\[Stream Key]** field in the **Custom RTMP** settings of PRISM Mobile, then start streaming.

​

## 2. Checking the Stream Key on Facebook <a href="#id-2.-checking-the-stream-key-on-facebook" id="id-2.-checking-the-stream-key-on-facebook"></a>

1. Go to: [https://www.facebook.com/](https://www.facebook.com/?utm_source=chatgpt.com)​
2. Log in with the Facebook account you will use for streaming.
3. In the posting area, click **\[Live video]**.
4. Select the **\[Go live]** button in the Go live area, and copy the **\[Stream Key]**.
5. Paste it into the **\[Stream Key]** field in PRISM Mobile’s **Custom RTMP** settings and start streaming.

​

## 3. Checking the Stream Key on Twitch <a href="#id-3.-checking-the-stream-key-on-twitch" id="id-3.-checking-the-stream-key-on-twitch"></a>

1. Go to: <https://www.twitch.tv/prismlive/dashboard/settings/stream>
2. Log in with the Twitch account you will use for streaming.
3. From the left menu, select **\[Settings > Stream]**.
4. Under **\[Stream Key]**, click **\[Show Key]** and copy it.
5. Enter it into the **\[Stream Key]** field in PRISM Mobile’s **Custom RTMP** settings and start streaming.

## 4. Checking the Stream Key on BAND <a href="#id-4.-checking-the-stream-key-on-band" id="id-4.-checking-the-stream-key-on-band"></a>

1. Go to: [https://band.us](https://band.us/?utm_source=chatgpt.com)​
2. Log in with your BAND account and select the Band where you want to stream.
3. Click the **\[Live Stream]** menu, then get and copy the stream URL and key.
4. Paste the stream key into the **\[Stream Key]** field in PRISM Mobile’s **Custom RTMP** settings and start streaming.

​

## 5. Checking the Stream Key on NAVER TV <a href="#id-5.-checking-the-stream-key-on-naver-tv" id="id-5.-checking-the-stream-key-on-naver-tv"></a>

1. Go to: [https://studio.tv.naver.com/live](https://studio.tv.naver.com/live?utm_source=chatgpt.com)​
2. Log in with the NAVER account that owns the NAVER TV channel.
3. In **Live List > Start/Edit**, find the **\[Stream Settings]** section on the right to check the key.
4. Enter it into the **\[Stream Key]** field in PRISM Mobile’s **Custom RTMP** settings and start streaming.

​

## 6. Checking the Stream Key on SOOP&#x20;

1. Go to: [https://dashboard.sooplive.co.kr/](https://dashboard.sooplive.co.kr/?utm_source=chatgpt.com)
2. Log in with your SOOP account.
3. Go to the Account Icon>**\[Manage Stream]**, available at the menu of the **\[RTMP]**, and check the **\[Stream Key]**.
4. Copy the key, paste it into the **\[Stream Key]** field in PRISM Mobile’s **Custom RTMP** settings, and start streaming.

## 7. Checking the Stream Key on kakaoTV

1. Go to: [https://tv.kakao.com/studio/live/start](https://tv.kakao.com/studio/live/start?utm_source=chatgpt.com)
2. Log in with the kakaoTV account you will use for streaming.
3. On the right-hand **\[Stream Settings]** panel, click **\[Check Stream Key]**.
4. Copy the key and paste it into the **\[Stream Key]** field in PRISM Mobile’s **Custom RTMP** settings, then start streaming.

<br>


---

# 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://guide.prismlive.com/mobile/guides/streaming/rtmp/how-to-check-the-stream-key-of-an-rtmp-server.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.
