# Rotating Landscape and Portrait Screen

Both landscape and portrait screen orientations are supported on the PRISM mobile app. However, we have received several inquiries, such as: “Why is the broadcast locked in portrait mode even though I began streaming with my phone in landscape?” or “Why am I unable to rotate the screen orientation during a broadcast?”

<figure><img src="/files/D8GBhkvnPLhF1G6hyiCF" alt=""><figcaption><p>Mobile Screen, Live on PRISM(Top) / Actual Broadcasting Screen Displayed to Viewers(Bottom)</p></figcaption></figure>

If your phone is positioned horizontally but the broadcast still displays in portrait mode, this issue is likely due to the screen orientation being **locked** in your phone settings. Many users often have their phone's screen orientation locked in portrait mode. As a result, even when holding the phone horizontally, the locked orientation prevents the screen from adjusting correctly.

Additionally, if you rotate your phone in the opposite direction from the selected orientation after starting a broadcast, a notification will appear on the screen. This notification indicates that the screen orientation has changed from the preset configuration. Please note that the screen orientation cannot be adjusted once a broadcast has started.

<figure><img src="/files/PJD8vFd5O3NNKWf0YLOd" alt=""><figcaption><p>Notification When the Screen Orientation is Shifted</p></figcaption></figure>

To ensure a seamless streaming experience, make sure your phone's screen orientation is unlocked and set to the desired mode (landscape or portrait) before starting a broadcast. For further clarity, refer to the example images below, which illustrate the screen layouts for both landscape and portrait modes.

By unlocking your phone’s screen orientation, the menus will adapt to the phone’s position, allowing you to select between landscape and portrait modes before going live. Once the broadcast begins, this setting cannot be changed, so please confirm your preferred orientation beforehand.

<figure><img src="/files/p2OOEhR9AXzxGlI686pM" alt=""><figcaption><p>Portrait/Landscape Ready Screen Structure</p></figcaption></figure>

<figure><img src="/files/HN1hiWCe9KfZI9eEi3rq" alt=""><figcaption><p>Portrait/Landscape Live Screen Structure</p></figcaption></figure>

However, in screencast mode, the screen orientation can be adjusted even after a broadcast has started. The screen will automatically rotate when you rotate your device, and viewers will see the change. Please note that the screen orientation lock on your device will still apply.

[Mobile](/mobile/overview.md), [Guides](/mobile/guides.md), [Features](/mobile/guides/features.md), [Camera](/mobile/guides/features/camera.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/mobile/guides/features/camera/rotating-landscape-and-portrait-screen.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.
