> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing.md).

# 비디오 스트리밍 및 공유

- [사건 관리](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/incident-management.md): 사건 관리를 사용하여 시설에서 발생하는 사건을 해결하세요
- [실시간 스트리밍](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming.md)
- [카메라 그리드](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/grids.md): 그리드를 사용하여 여러 카메라 피드를 동시에 효율적으로 모니터링하세요
- [Verkada 카메라의 로컬 스트리밍](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/local-streaming-on-verkada-cameras.md): 로컬 스트리밍이 무엇이며 어떻게 작동하는지 알아보세요
- [저지연 RTSP 스트리밍](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/low-latency-rtsp-streaming.md): 제3자 애플리케이션 또는 미디어 플레이어에서 Verkada 카메라를 스트리밍하세요
- [카메라 비디오 품질 관리](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/manage-camera-video-quality.md): 실시간 및 녹화 비디오에 대해 카메라의 비디오 품질을 변경하세요
- [고품질 비디오 비트레이트 수정](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/modify-high-quality-video-bitrates.md): HQ 비트레이트를 조정하여 카메라의 비디오 품질을 최적화하세요
- [카메라 고효율 비디오 코딩(HEVC)](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/camera-high-efficiency-video-encoding-hevc.md)
- [과거 영상 보기](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage.md): 녹화된 비디오 영상을 액세스하고 보는 방법을 알아보세요
- [통합 타임라인](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/history-player-search-and-unified-timeline.md): AI 기반 검색을 사용하여 서로 다른 카메라의 비디오 이벤트를 자동으로 찾아 하나의 지도 기반 타임라인으로 결합하세요.
- [녹화된 비디오 영상 보관](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/archive-recorded-video-footage.md): Verkada Command가 녹화된 비디오 영상을 쉽게 보관하는 방법을 알아보세요
- [클라우드 백업](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/cloud-backup.md): 클라우드 백업을 활성화하는 방법을 알아보세요
- [확장 클라우드 백업 라이선스](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/extended-cloud-backup-licensing.md): 확장 클라우드 백업 라이선스를 적용하는 방법을 알아보세요
- [다중 카메라 보기에 카메라 추가](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/add-cameras-to-a-multicamera-view.md): 여러 카메라의 과거 영상을 동시에 보는 방법을 알아보세요
- [비디오 타임랩스](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/use-the-timelapse-feature.md): Verkada Command에 내장된 타임랩스 기능을 사용하는 방법을 알아보세요
- [Verkada 비디오 영상 인증](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/view-historical-footage/authenticate-verkada-video-footage.md): Verkada Command에서 다운로드한 비디오 아카이브의 무결성을 확인하는 방법을 알아보세요
- [비디오 공유](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/sharing-video.md)
- [웹사이트에 카메라 실시간 스트림 삽입](https://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing/embed-a-cameras-live-stream-on-a-website.md): 웹사이트에 카메라의 실시간 스트림을 삽입하는 방법을 알아보세요


---

# 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://help.verkada.com/verkada-cameras/ko/video-streaming-and-sharing.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.
