# Disconnected from server

{% hint style="danger" %}
Error Message: Disconnected from server  (Error code: 57995)
{% endhint %}

We have identified cases where live streaming to YouTube via RTMP may be interrupted or become unstable when using PRISM Live Studio.&#x20;

When this issue occurs, users may see a **“Disconnected from server”, Error code: 57995** message in the PRISM PC app, causing the live stream to stop.

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

***

#### Cause

1. Instability within the user’s local network environment.
2. Insufficient upload speeds required to maintain a stable live stream.
3. Weak Wi-Fi signals preventing data from being transmitted from the client to the server in a timely manner.
4. Interference from system firewalls or third-party security software blocking the streaming connection.

***

#### How to Fix

1. **Ensure a stable network environment** To maintain a consistent data transmission, we highly recommend using a **wired internet connection (LAN)** rather than Wi-Fi.
2. **Verify antivirus and firewall settings** Temporarily disable antivirus programs or network firewalls to ensure that the streaming connection is not being blocked or interfered with.

***

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Error Solution](/desktop/guides/error-solution.md), [Streaming](/desktop/guides/streaming.md)


---

# 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://guide.prismlive.com/desktop/guides/error-solution/streaming/disconnected-from-server.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.
