> 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/widgets-and-effects/others/source-usage-limit-guide.md).

# Source Usage Limit Guide

When you create a live stream in PRISM Live Studio, you can add different types of sources such as images, text, music, or chat windows. To keep your live stable and smooth, there are limits on how many sources you can use at the same time. This guide explains the maximum number of each source type and how you can combine them.

\*We are reviewing options to increase this limit to allow the use of more overlays in the future.

## Android - My Studio Sources (Camera, VTuber mode)

<table><thead><tr><th width="513.90234375">Sources</th><th>Limit</th></tr></thead><tbody><tr><td>Chat</td><td>1</td></tr><tr><td>Image</td><td>5</td></tr><tr><td>Text</td><td>3</td></tr><tr><td>Web</td><td>4</td></tr><tr><td>QR Code</td><td>1</td></tr><tr><td>RTMP Video</td><td>1</td></tr><tr><td>Play Features<br>- Music, Video, Music Playlist, Video Playlist, Image Playlist<br>- The above source cannot be used together.</td><td>1</td></tr></tbody></table>

{% hint style="info" %}
The Basic version allows you to display up to two overlays on the screen. To display more than two overlays, please subscribe to the Plus version.
{% endhint %}

## Android - Screencast Sources (Screen mode)

<table><thead><tr><th width="513.90234375">Sources</th><th>Limit</th></tr></thead><tbody><tr><td>Chat</td><td>1</td></tr><tr><td>Image</td><td>3</td></tr><tr><td>Text</td><td>3</td></tr><tr><td>Web</td><td>3</td></tr><tr><td>2D Avatar</td><td>1</td></tr><tr><td>3D Avatar</td><td>1</td></tr><tr><td>QR Code</td><td>1</td></tr></tbody></table>

## iOS - My Studio Sources (Camera, VTuber mode)

<table><thead><tr><th width="513.90234375">Sources</th><th>Limit</th></tr></thead><tbody><tr><td>Chat, Web<br>- Only one chat is allowed.</td><td>4</td></tr><tr><td>Image</td><td>5</td></tr><tr><td>Text</td><td>3</td></tr><tr><td>QR Code</td><td>1</td></tr><tr><td>RTMP Video</td><td>1</td></tr><tr><td>Play Features<br>- Music, Video, Music Playlist, Video Playlist, Image Playlist<br>- The above source cannot be used together.</td><td>1</td></tr></tbody></table>

{% hint style="info" %}
The Basic version allows you to display up to two overlays on the screen. To display more than two overlays, please subscribe to the Plus version.
{% endhint %}

## iOS - Screencast Sources (Screen mode)

<table><thead><tr><th width="513.90234375">Sources</th><th>Limit</th></tr></thead><tbody><tr><td>Chat</td><td>1</td></tr><tr><td>Image</td><td>2</td></tr><tr><td>Text</td><td>3</td></tr><tr><td>Web</td><td>2</td></tr><tr><td>2D Avatar</td><td>1</td></tr><tr><td>3D Avatar</td><td>1</td></tr><tr><td>QR Code</td><td>1</td></tr></tbody></table>

### Usage Examples

#### IRL Streaming

* Camera feed + 1 chat + 2 images (channel logo, banner)

#### Game Streaming

* Screen capture + 1 chat + 2 images (channel logo, banner) + 1 text (notice)

#### VTuber Streaming

* 1 3D avatar + 1 chat + 2 text items (stream title, support info) + 1 QR code (support link)

### Tips

* **Minimize the Number of Sources**\
  Adding too many sources can overload the stream. Place only the essentials for a more stable broadcast.
* **Playback Sources Are Not Compatible Simultaneously**\
  Music, video, and image playlists cannot be played together. Choose only one type depending on your stream’s purpose.
* **Check OS Limitations**\
  The maximum number of supported sources may differ between Android and iOS. Verify in advance and design your layout accordingly.

[Mobile](/mobile/overview.md)*,* [Guides](/mobile/guides.md), [Widgets & Effects](/mobile/guides/widgets-and-effects.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/widgets-and-effects/others/source-usage-limit-guide.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.
