> 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/maintenance-and-troubleshooting/troubleshooting/troubleshooting-buffering-and-latency.md).

# 버퍼링 및 지연 문제 해결

라이브 스트리밍 지연은 네트워크 상태, 배포 유형, 시청 위치에 따라 달라지지만, 로컬 네트워크의 단일 카메라 설정은 일반적으로 SQ와 HQ 모두에서 지연 시간이 짧아야 합니다.

셀룰러 또는 장거리 연결과 같은 원격 배포나 대역폭이 제한된 배포에서는 지연이 더 클 수 있습니다. 라이브 스트리밍이 비정상적으로 지연되는 것처럼 보이면. 검토 [비디오용 대역폭 사용량 및 업링크 요구 사항](/verkada-cameras/ko/installation/bandwidth-consumption-uplink-requirements-for-video.md) 네트워크가 최소 대역폭 요구 사항을 충족하는지 확인합니다.

***

## 배경

기기에서 영상을 볼 때 브라우저는 클라우드에서 비디오 파일을 다운로드해야 합니다. 브라우저의 개발자 도구에서 네트워크 탭으로 이동해 ".m4s"로 필터링하면 이러한 파일이 다운로드되는 것을 볼 수 있습니다:

### 실시간 보기

<div align="left" data-with-frame="true"><img src="/files/3e0e075da2654795e39b70919335e94bfcd782ba" alt=""></div>

### 과거 영상

<div align="left" data-with-frame="true"><img src="/files/1552052f207097a13379ed800417f430b133eb77" alt=""></div>

원활한 스트리밍을 위해 각 비디오 파일은 1초 이내에 다운로드되어야 합니다. 그보다 오래 걸리면 비디오가 원활하게 스트리밍되지 않습니다.

<div align="left" data-with-frame="true"><img src="/files/a870163ad3519d1918757589e9e94a13037dc4ae" alt=""></div>

***

## 버퍼링의 원인

카메라 스트림 버퍼링의 원인은 두 가지입니다. 카메라 네트워크의 업로드 속도가 부족하거나 시청자 네트워크의 다운로드 속도가 부족한 경우입니다. 이로 인해 비디오 파일 다운로드 속도가 더 느려집니다.

<div align="left" data-with-frame="true"><img src="/files/da0354e1f174e75f05e9fdcc3122de68c32faa8b" alt="브라우저가 이 파일들을 다운로드하는 데 1초보다 더 오래 걸렸음을 확인하세요."></div>

***

## 문제가 어디에 있는지 파악하기

문제가 어디에 있는지 파악하려면 카메라의 LAN과 영향을 받는 기기의 LAN에서 속도 테스트를 수행해야 합니다. 카메라 또는 영향을 받는 기기와 동일한 LAN에 컴퓨터를 연결한 다음, 원하는 인터넷 속도 테스트 웹사이트에서 속도 테스트를 실행하면 됩니다.

다행히 Google에는 검색 엔진을 통한 내장 속도 테스트가 있습니다:

<div data-with-frame="true"><img src="/files/6a5884b47747ec962aec17ed41f7498757adc46e" alt=""></div>


---

# 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/maintenance-and-troubleshooting/troubleshooting/troubleshooting-buffering-and-latency.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.
