> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 스트리밍/녹화

> 스트리밍 및 녹화 상태를 제어합니다.

비디오 카드의 버튼은 상태에 따라 달라집니다. 녹화를 시작하려면 먼저 스트림이 실행 중이어야 하므로 버튼은 이 순서로 나타납니다: **먼저 스트리밍, 그다음 녹화**.

## 스트리밍

<Columns cols={2}>
  <Card title="스트리밍 중이 아님">
    <img src="https://mintcdn.com/deepwaterexplorationinc/zBK2eDpY1M3BDlMI/discovery/video-card-buttons/images/startStreamButton.png?fit=max&auto=format&n=zBK2eDpY1M3BDlMI&q=85&s=ef7b5e73bf9fabb7f276f6fadc61272f" noZoom style={{ borderRadius: "8px" }} width="86" height="50" data-path="discovery/video-card-buttons/images/startStreamButton.png" />

    <Icon icon="play" iconType="solid" color="green" /> **Start Stream**을 눌러 시작합니다.
  </Card>

  <Card title="스트리밍 중">
    <img src="https://mintcdn.com/deepwaterexplorationinc/zBK2eDpY1M3BDlMI/discovery/video-card-buttons/images/stopStreamButton.png?fit=max&auto=format&n=zBK2eDpY1M3BDlMI&q=85&s=8727c8ddbbe7fee0f065f1a97d8c0d9c" noZoom style={{ borderRadius: "8px" }} width="122" height="50" data-path="discovery/video-card-buttons/images/stopStreamButton.png" />

    <Icon icon="stop" iconType="solid" color="orange" /> **Stop Stream**은 피드를 종료하고, <Icon icon="circle" iconType="solid" color="red" /> **Start Recording**을 사용할 수 있게 됩니다.

    **MJPEG** 스트림에는 [**Snapshot**](/ko/discovery/video-card-buttons/snapshotting)도 표시됩니다.
  </Card>
</Columns>

## 녹화

<Columns cols={2}>
  <Card title="녹화 시작">
    <img src="https://mintcdn.com/deepwaterexplorationinc/zBK2eDpY1M3BDlMI/discovery/video-card-buttons/images/recordButton.png?fit=max&auto=format&n=zBK2eDpY1M3BDlMI&q=85&s=6f4910d3c7df18144606770378781506" noZoom style={{ borderRadius: "8px" }} width="122" height="50" data-path="discovery/video-card-buttons/images/recordButton.png" />

    카드가 스트리밍 중이고 아직 녹화 중이 아닐 때, <Icon icon="circle" iconType="solid" color="red" /> **Start Recording**을 누릅니다.
  </Card>

  <Card title="녹화 중지">
    <img src="https://mintcdn.com/deepwaterexplorationinc/zBK2eDpY1M3BDlMI/discovery/video-card-buttons/images/stopRecordButton.png?fit=max&auto=format&n=zBK2eDpY1M3BDlMI&q=85&s=e7d4664a697dda88007b1d57841a9815" noZoom style={{ borderRadius: "8px" }} width="122" height="50" data-path="discovery/video-card-buttons/images/stopRecordButton.png" />

    카드가 녹화 중일 때 <Icon icon="record-vinyl" iconType="regular" color="red" /> **Stop Recording**으로 녹화를 종료합니다.
  </Card>
</Columns>

<Tip>
  결과 동영상은 [Capture Path Settings](/ko/discovery/global-settings/capture-paths) 카드의 "Save Paths" 아래에 있는 파일 경로를 통해 찾을 수 있습니다.
</Tip>

## 활동 표시등

카드 탭의 표시등을 통해 상태를 한눈에 확인할 수 있습니다.

<Columns cols={3}>
  <Card title="대기">
    <img src="https://mintcdn.com/deepwaterexplorationinc/PpwtoMTlxduUAF0D/discovery/video-card-buttons/images/noStreamLight.png?fit=max&auto=format&n=PpwtoMTlxduUAF0D&q=85&s=62253693a4dd6d36c2fab7a69b35c003" noZoom width="143" height="55" data-path="discovery/video-card-buttons/images/noStreamLight.png" />

    **표시등 없음** — 카드가 스트리밍 중이 아닙니다.
  </Card>

  <Card title="스트리밍 중">
    <img src="https://mintcdn.com/deepwaterexplorationinc/PpwtoMTlxduUAF0D/discovery/video-card-buttons/images/activeStreamLight.png?fit=max&auto=format&n=PpwtoMTlxduUAF0D&q=85&s=a774521e18c5188c4fc686bb7180220e" noZoom width="143" height="55" data-path="discovery/video-card-buttons/images/activeStreamLight.png" />

    **상시 점등** <Icon icon="circle" iconType="solid" color="green" size={8} /> — 카드가 스트리밍 중입니다.
  </Card>

  <Card title="녹화 중">
    <video controls={false} autoPlay loop muted playsInline style={{ height: "55px", width: "auto" }} src="https://mintcdn.com/deepwaterexplorationinc/e0wVLTi_h45Y5fkF/discovery/video-card-buttons/images/animations/activeRecordingLight.webm?fit=max&auto=format&n=e0wVLTi_h45Y5fkF&q=85&s=f13eeb5759ee4ef292d1b1e4f303e981" data-path="discovery/video-card-buttons/images/animations/activeRecordingLight.webm" />

    **느리게 깜박임** <Icon icon="circle" iconType="solid" color="red" size={8} /> — 카드가 녹화 중입니다.
  </Card>
</Columns>
