# 버퍼링 및 지연 문제 해결

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

셀룰러 또는 장거리 연결과 같은 원격 또는 대역폭이 제한된 배포 환경에서는 더 큰 지연이 발생할 수 있습니다. 라이브 스트리밍이 비정상적으로 지연되는 것처럼 보이면. 검토 [비디오의 대역폭 사용량 및 업링크 요구 사항](/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: 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:

```
GET https://help.verkada.com/verkada-cameras/ko/maintenance-and-troubleshooting/troubleshooting/troubleshooting-buffering-and-latency.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
