> 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/sharing-your-youtube-link-before-you-go-live.md).

# Sharing Your YouTube Link Before You Go Live

## Sharing Your YouTube Link Before You Go Live

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

### Share your live link ahead of time

Want to give your audience the YouTube live link *before* you start, so they can save it and join the moment you go live? PRISM lets you do this even when your broadcast hasn't started yet.

> **Android only**: This feature is available on **Android 5.3.0 or later**.

### Why a scheduled broadcast is created

A YouTube link only exists once there is a broadcast for it on YouTube. So if you don't have an upcoming YouTube broadcast yet, PRISM offers to create a **scheduled broadcast** for you automatically — that is what gives you a link you can share in advance.

### How to share your link

1. On the broadcast prep screen, tap the **Share** button on your channel card.
2. Choose **Copy link** or **Share link**.
3. What happens next depends on your situation:
   * **You already have a shareable YouTube broadcast** — the link is shared right away, and you'll see a "Link copied" message.
   * **You don't have one yet** — a message appears: *"A YouTube scheduled broadcast will be created automatically so you can share the link in advance."*
     * Tap **OK** to create the scheduled broadcast and share the link.
     * Tap **Cancel** to stop. Nothing is created.

### Good to know

* This works only when you are **signed in to YouTube**, have **live streaming permission**, and are **connected to the internet**.
* If the connection fails while the broadcast is being created, you'll see *"Failed to connect to the network."* and nothing changes — just try again.
* If you don't actually go live with the auto-created scheduled broadcast, PRISM reuses it next time instead of making a new one, so your channel doesn't fill up with unused broadcasts.
* Applies to YouTube, in both single and multistreaming.
  {% endtab %}

{% tab title="Korean" %}

### 라이브 링크를 미리 공유하세요

방송을 시작하기 *전에* 시청자에게 YouTube 라이브 링크를 미리 알려주고 싶으신가요? 그러면 팬들이 링크를 저장해 두었다가 방송이 열리는 순간 바로 들어올 수 있어요. PRISM은 아직 방송을 시작하지 않았어도 링크를 미리 공유할 수 있게 도와줍니다.

> **Android 전용**: 이 기능은 **Android 5.3.0 이상**에서 사용할 수 있습니다.

### 예약 방송이 자동으로 만들어지는 이유

YouTube 링크는 YouTube에 해당 방송이 있어야 생깁니다. 그래서 아직 예정된 YouTube 방송이 없다면, PRISM이 **예약 방송**을 자동으로 만들어 드릴지 먼저 물어봅니다. 이 예약 방송 덕분에 미리 공유할 수 있는 링크가 생기는 것이죠.

### 링크를 공유하는 방법

1. 방송 준비 화면에서 채널 카드의 **공유하기** 버튼을 탭합니다.
2. **링크 복사** 또는 **링크 공유**를 선택합니다.
3. 이후 동작은 상황에 따라 달라집니다:
   * **공유할 수 있는 YouTube 방송이 이미 있는 경우** — 링크가 바로 공유되고 "링크가 복사되었습니다" 안내가 표시됩니다.
   * **아직 없는 경우** — 다음 안내가 표시됩니다: *"방송 링크를 미리 공유할 수 있도록 YouTube 예약 방송이 자동 생성됩니다."*
     * **확인**을 탭하면 예약 방송이 만들어지고 링크가 공유됩니다.
     * **취소**를 탭하면 중단되며, 아무것도 만들어지지 않습니다.

### 알아두면 좋아요

* 이 기능은 **YouTube에 로그인**되어 있고, **라이브 송출 권한**이 있으며, **인터넷에 연결**되어 있을 때만 동작합니다.
* 방송을 만드는 도중 연결에 실패하면 *"네트워크 연결에 실패했습니다."* 안내가 표시되고 아무것도 바뀌지 않아요. 잠시 후 다시 시도하세요.
* 자동으로 만들어진 예약 방송으로 실제 방송을 하지 않았다면, PRISM이 다음에 새로 만들지 않고 그 예약 방송을 다시 사용합니다. 그래서 채널에 사용하지 않은 방송이 쌓이지 않습니다.
* YouTube에 적용되며, 단일 송출과 다중 송출 모두에서 동작합니다.
  {% 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/sharing-your-youtube-link-before-you-go-live.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.
