> 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/guides/streaming/resume-live-stream.md).

# Resume Live Stream

Have you ever been frustrated by a sudden app crash that interrupted the flow with your viewers? Now, with the **'Resume Live Stream'** feature, you can quickly return to your broadcast with just a single click!

***

{% stepper %}
{% step %}
**Live Stream in Progress**

This is the state where you are streaming stably through PRISM Live Studio and interacting with your audience.

<figure><img src="/files/yajIoUn2k5WkOAPBviyN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Re-launching the App After an Unexpected Shutdown**

If the app closes unexpectedly, simply re-launch PRISM Live Studio. A guidance window will immediately appear, allowing you to restore your previous broadcast.

* **One-click Recovery:**&#x20;
  * Simply click the \[Resume] button in the guidance window to get back on air instantly.
* **Convenience:**&#x20;
  * The broadcast resumes with your existing settings, so there is no need to re-enter the title or category.

<figure><img src="/files/3wYYN07XCmphp2dxapUR" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Resume Live Stream Completed**

Upon clicking the **\[Resume]** button, the disconnected stream will reconnect and resume from the point it was interrupted.

<figure><img src="/files/ppdGjKUjpByrqmEdeSZn" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

> **Note**
>
> * Chat Data: For security and privacy reasons, previous chat history is not recovered. Only chats from the moment the stream resumes will be displayed.
> * Recovery Failure: If it is difficult to resume due to network instability or an expired stream key, a detailed reason will be provided on the screen.


---

# 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/guides/streaming/resume-live-stream.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.
