> 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/streaming/youtube-streaming/adding-extra-delay-to-your-youtube-stream.md).

# Adding Extra Delay to Your YouTube Stream

## Adding Extra Delay to Your YouTube Stream

{% tabs %}
{% tab title="English" %}

### Add a short delay before your YouTube stream

When streaming to YouTube, you can add an extra delay of **30 seconds** or **1 minute** on top of YouTube's stream latency. During the added delay a **black screen** is broadcast, giving you a brief buffer before your live content appears — useful for moderation or last-minute prep.

> **Supported versions**: Android 5.3.0 · iOS 3.12.0 or later This option applies to **YouTube only**. In multistreaming, other platforms are not delayed.

### Setting the added delay

1. Open the **broadcast info** sheet for your YouTube stream (this also works when creating a scheduled live).
2. Find **Add delay**, located below **Stream latency**.
3. Choose **None**, **30 seconds**, or **1 minute**. The default is **None**.

Once you go live, the setting is shown but can no longer be changed (it appears dimmed).

### When the option is unavailable

**Add delay** works only when **Stream latency** is set to **Normal latency**.

* If stream latency is **Low latency** or **Ultra-low latency**, Add delay is fixed to **None** and dimmed.
* If you switch stream latency back to **Normal latency**, Add delay resets to **None**.

### During your live

If an added delay is set, a short notice appears at the start of the broadcast, for example: *"Using a 30-second broadcast delay on YouTube."*
{% endtab %}

{% tab title="Korean" %}

### YouTube 방송에 짧은 지연을 더하세요

YouTube로 방송할 때, YouTube의 스트림 지연 시간에 더해 **30초** 또는 **1분**의 추가 지연을 설정할 수 있습니다. 추가된 지연 시간 동안에는 **검은색 화면**이 송출되어, 라이브 콘텐츠가 나가기 전 잠깐의 여유가 생깁니다 — 모더레이션이나 막바지 준비에 유용합니다.

> **지원 버전**: Android 5.3.0 · iOS 3.12.0 이상 이 옵션은 **YouTube에만** 적용됩니다. 다중 송출 시 다른 플랫폼은 지연 없이 송출됩니다.

### 추가 지연 설정하기

1. YouTube 방송의 **방송 정보** 시트를 엽니다(예약 라이브를 만들 때도 동일하게 설정할 수 있습니다).
2. **스트림 지연 시간** 아래의 **지연 시간 추가**를 찾습니다.
3. **없음**, **30초**, **1분** 중에서 선택합니다. 기본값은 **없음**입니다.

라이브를 시작하면 설정값은 표시되지만 더 이상 변경할 수 없습니다(딤드로 표시됨).

### 옵션을 사용할 수 없는 경우

**지연 시간 추가**는 **스트림 지연 시간**이 **기본 지연 시간**으로 설정된 경우에만 사용할 수 있습니다.

* 스트림 지연 시간이 **짧은 지연 시간** 또는 **매우 짧은 지연 시간**이면 지연 시간 추가는 **없음**으로 고정되고 딤드 처리됩니다.
* 스트림 지연 시간을 다시 **기본 지연 시간**으로 바꾸면 지연 시간 추가는 **없음**으로 초기화됩니다.

### 방송 중

추가 지연이 설정되어 있으면 방송 시작 시 짧은 안내가 표시됩니다. 예: *"YouTube 30초 송출 지연을 사용 중입니다."*
{% endtab %}
{% endtabs %}


---

# 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/streaming/youtube-streaming/adding-extra-delay-to-your-youtube-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.
