> 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/desktop/announcement/service-disruption/solved-youtube-rtmp-streaming-error.md).

# \[Solved] YouTube RTMP Streaming Error

We have identified cases where live streaming to YouTube via RTMP may fail to start or become unstable when using PRISM Live Studio.

When this issue occurs, users may see a **“Failed to connect to the server”**\
message in the PRISM Mobile app or PC app, preventing the live stream from starting.

<figure><img src="/files/FTA8ZqTcCPDG5TtBqxEW" alt=""><figcaption><p>Error screen</p></figcaption></figure>

This issue is not caused by an error in the PRISM service.\
It has been confirmed to be related to **recent IPv6 transition policies and ISP network infrastructure changes in certain countries**,\
which may conflict with the default OBS-based streaming connection method.

**Reference**

Due to recent network infrastructure changes,\
**users in India and Indonesia are advised to apply the settings below.**

***

#### How to Configure

1. Launch PRISM Live Studio
2. Go to **Settings**
3. Select the **Advanced** tab
4. Navigate to the **Network** section
5. Set **IP Family** to **IPv4 Only**
6. Enable **Enable network optimizations**
7. Apply the settings and restart PRISM Live Studio

***

#### Additional Information

In regions where IPv6 network connections are unstable,\
using IPv4 may help improve connection stability to the streaming ingest server.

Once the network environment is stabilized,\
live streaming is expected to function normally without additional configuration.

We apologize for any inconvenience this may cause and will do our best to ensure stable service. <br>

Thank you for your understanding.

[Desktop](/desktop/overview.md),  [Announcement](/desktop/announcement.md)


---

# 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/desktop/announcement/service-disruption/solved-youtube-rtmp-streaming-error.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.
