> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/developer-welcome-kit/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/developer-welcome-kit/live/live-1/obs.md).

# 외부 인코더(OBS) 설정 가이드

* 콜러스 라이브 서비스는 콜러스 전용 모바일 인코더 뿐만 아니라 OBS 등의 외부 인코더 연동이 가능합니다.
* 아래는 OBS 프로그램의 연동 설정 방법 가이드 입니다. <br>

**1) 기본 방송 송출 설정**

* 서버 (송출 주소) :  서버 주소는 콜러스 라이브 채널 내 어플리케이션 링크 입력 **(라이브 콘솔 > 채널 리스트 > 어플리케이션 링크)**
  * 스트림 키 :  콜러의 라이브 채널 내 Creator 스트림 키 입력 **(라이브 콘솔 > 채널 수정 > Creator 스트림 키)**

<figure><img src="/files/CtNOWEoeBlsqXeiZ5sld" alt=""><figcaption></figcaption></figure>

&#x20;

※ 방송 송출 주소 와 스트림키 정보는 콜러스 라이브 콘솔에서 확인 가능 합니다.

&#x20;

<figure><img src="/files/xJDcmCp0So47yLJQcCS3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/i7OAxABi2qmC01L4sQjn" alt=""><figcaption></figcaption></figure>

**2.시청 화면에서 깨져 보이는 현상이 보일때 OBS 설정 방법**

* 판서, PPT 등 자료 화면을 같이 구성하여 방송 하는 경우에 시청 화면이 깨져 보일 수 있습니다.

<figure><img src="/files/Xnyat6NsrLotEZwqlry3" alt=""><figcaption></figcaption></figure>

* 조명, 불빛이나 화면 전환이 빠른 방송을 하는 경우에 시청 화면이 깨져 보일 수 있습니다.

<figure><img src="/files/33T05ZtiTAT8BHvmCe1K" alt=""><figcaption></figcaption></figure>

* 화면 깨져 보이는 현상에서 OBS 설정을 **(1) key frame 간격 1초** , **(2) FPS 값 30**으로 설정 되어 있는지 확인이 필요 합니다.
* 만약 설정이 다르다면 해당 설정으로 송출 하는 것을 권장 드립니다.
* 해당 설정 관련 문의는 담당AM 또는 SE 에게 확인 부탁 드립니다.

(1) 키프레임 간격 1초 설정 (OBS 버전에 따라 설정 메뉴에 다소 차이가 있을 수 있습니다)

&#x20;

<figure><img src="/files/9IwcqYYYucanPULPxDRZ" alt=""><figcaption></figcaption></figure>

(2) 공통 FPS값 30 설정 (OBS 버전에 따라 설정 메뉴에 다소 차이가 있을 수 있습니다)

&#x20;

<figure><img src="/files/nCuP8fy0v3JW0CBJPxPW" alt=""><figcaption></figcaption></figure>

**3) input source 보다 서비스 bitrate가 높은 경우 서비스 품질 저하가 될 수 있습니다**

* 콜러스 라이브 인코딩 프로파일 보다 높은 비트레이트 사용을 권장 드립니다.
  * 콜러스 인코딩 프로파일 설정 중 사용중인 최대 품질의 비트레이트 보다, OBS 송출 비트레이트를 높게 설정 해 주시면 됩니다.&#x20;

&#x20;

<figure><img src="/files/NyAO6Q0jQf3aYYyk4OJV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/eH6Mur2VxltGX3nzohjV" alt=""><figcaption></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/developer-welcome-kit/live/live-1/obs.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.
