> 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/error-solution/error-information/end-of-live-broadcast-status-notifications.md).

# End-of-live Broadcast Status Notifications

​During live streaming on the PRISM app, your live broadcast may be terminated on the target live platform.

The reasons are so diverse that it is difficult to list them all, but some representative examples are as follows:

* **A case where your broadcast was stopped on the live platform because streaming was not stable for a certain period of time due to an issue in the network.**
* **A case where your broadcast was stopped on the live platform due to community violation or report.**
* **A case exceeding the maximum streaming time limited by the live platform.**

While streaming from the PRISM app to the live platform, the PRISM app checks in real time whether your live stream is stable or not on the live platform. And when the app discover that the live stream is not on Air, it will inform you via a dialog as shown in the image above.

If you see a notification like this, please check the status of the live stream on a separate device. And If your live stream was actually stopped, click the **OK** button to close the dialog and then use the **End** button at the top right of the app to end the streaming.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*mZBy7nasvZoCw47P2OwQlA.png" alt=""><figcaption><p>You can find out more details through the Get Help button.</p></figcaption></figure>

Please note that we will continue to add features within the PRISM app that will inform streamers of the live broadcast status on the live platform they are streaming on.

[Mobile](/mobile/overview.md), [Guides](/mobile/guides.md), [Error Solution](/mobile/guides/error-solution.md), [Error Information](/mobile/guides/error-solution/error-information.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/mobile/guides/error-solution/error-information/end-of-live-broadcast-status-notifications.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.
