> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/loomex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/loomex/userguide/live/24live.md).

# 연속 편성 라이브

이 페이지에서는 Loomex LIVE의 연속 편성 라이브에 대해 안내합니다.

&#x20;

> #### 연속 편성 라이브 <a href="#loomex" id="loomex"></a>
>
> Loomex의 라이브러리에 저장된 VOD 동영상 파일을 연속으로 편성하여 24시간 동안 라이브로 송출할 수 있습니다. 편성한 순서에 따라 라이브 방송이 가능하며 외부 채널에도 송출할 수 있습니다.

### **연속 편성 준비** <a href="#loomex" id="loomex"></a>

#### **라이브러리 동영상** <a href="#loomex" id="loomex"></a>

연속 편성 라이브로 동영상의 스케줄을 편성하기 위해서는 라이브러리에 동영상이 업로드되어 있어야 합니다.

### **연속 편성 시작** <a href="#loomex" id="loomex"></a>

**Step 1. LIVE 채널 등록**

**편성 라이브** 메뉴에서 **연속 편성**을 선택합니다. 채널명을 입력하고 프로파일, 패스스루 옵션, 스트리밍 서버를 선택한 후 **저장** 버튼을 누릅니다.

<figure><img src="/files/KcAtPo701e4S3kzKXrdD" alt=""><figcaption><p>연속 편성 라이브 등록</p></figcaption></figure>

#### **Step 2. 채널 생성 확인** <a href="#loomex-step2." id="loomex-step2."></a>

채널 등록이 완료되면 해당 채널이 라이브 목록에 노출됩니다. 라이브 방송을 하기 전까지 라이브 화면에 컬러 바(coloar bar)라고 불리는 색상 화면이 노출됩니다.

<figure><img src="/files/0CYFvrdRg57yN7oD2bAW" alt=""><figcaption><p>연속 편성 라이브 확인</p></figcaption></figure>

#### **Step 3. 라이브 편성하기** <a href="#loomex-step3." id="loomex-step3."></a>

채널 화면의 우측 하단의 시계 모양 아이콘을 누르면 편성 페이지로 이동합니다. 편성 페이지의 우측 영역에 라이브로 편성할 영상이 조회됩니다. 기간을 선택하거나 키워드를 입력하여 원하는 동영상을 조회할 수도 있습니다. 편성에 추가하고자 하는 동영상을 드래그하거나 동영상 목록 상단의 **적용** 버튼을 눌러 편성표에 추가합니다.

<figure><img src="/files/OVdwF0EZcwjFOvmsuMGJ" alt=""><figcaption><p>연속 편성 라이브 편성</p></figcaption></figure>

**지난 편성 선택** 메뉴에서 날짜를 조회하여 해당 날짜에 편성된 라이브와 동일하게 연속 편성할 수 있습니다. 조회한 동영상을 선택하여 드래그하거나 선택 후 적용 버튼을 누릅니다.

<figure><img src="/files/i8J6ToViXTMpcJad0IYf" alt=""><figcaption><p>연속 편성 라이브 목록</p></figcaption></figure>

시간이 노출되는 회색 상단 바의 화살표 아이콘을 클릭하면 편성 목록 보기 타입을 변경할 수 있습니다. **이동** 메뉴에서 세 줄 아이콘을 클릭하고 드래그하여 편성 순서를 변경합니다.

{% hint style="danger" %}
**주의**

연속 편성은 0시부터 24시까지만 라이브 방송으로 편성할 수 있습니다. 현재 시각 이전에 방송을 편성하였더라도 라이브로 반영되지 않기 때문에 편성 시간 이동이 적용되지 않으며 현재 시각 이후에 편성된 방송의 경우에만 편성 시간을 이동할 수 있습니다.
{% endhint %}

### **연속 편성 확인** <a href="#loomex" id="loomex"></a>

연속 편성을 완료한 후 **저장하기** 버튼을 누르면 송출되는 동영상이 라이브 목록의 화면에 노출됩니다.

<figure><img src="/files/quqBjH4xTbLlkQLWXvcT" alt=""><figcaption><p>연속 편성 라이브 확인</p></figcaption></figure>


---

# 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://catenoid-support.gitbook.io/loomex/userguide/live/24live.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.
