# Endless buffering due to imposed network timeouts

**URL:** https://forums.plex.tv/t/endless-buffering-due-to-imposed-network-timeouts/939199
**Category:** Remote Access
**Tags:** plex-web
**Created:** [May 27, 2026, 11:51am UTC](https://forums.plex.tv/t/endless-buffering-due-to-imposed-network-timeouts/939199 "2026-05-27T11:51:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shxxyz](https://avatars.discourse-cdn.com/v4/letter/s/bcef8e/32.png) [@shxxyz](https://forums.plex.tv/u/shxxyz)
#### Post date: [May 27, 2026, 11:51am UTC](https://forums.plex.tv/t/endless-buffering-due-to-imposed-network-timeouts/939199/1 "2026-05-27T11:51:22Z")

</div>

Server Version: 1.43.0.10492  
Player Version: PlexWeb/4.156.0

I noticed that Plex Web appears to apply a 10-second timeout when fetching video segments (`.m4s` files). From what I observed, some video segments are around 6.4 MiB, which means they require a sustained download speed of roughly 650 KiB/s to complete within 10 seconds.

 ![截屏2026-05-27 18.48.17](https://global.discourse-cdn.com/plex/original/4X/c/1/b/c1b71ddcfd29f530dac70d4842acefd14fc0bfe6.png)

This causes a problematic failure mode when accessing Plex remotely over a slower but otherwise stable connection. For example, if the connection speed is around 620 KiB/s, the segment cannot finish downloading before the 10-second timeout. Plex then aborts the request and starts fetching the same segment again from the beginning. As a result, playback gets stuck retrying the same segment indefinitely, even though the connection would be fast enough to play the video if the client simply waited a bit longer for the segment to finish downloading.

I do not think a fixed total request timeout is appropriate for media segment downloads, especially when the connection is still making steady progress. A better approach would be to use an idle/progress timeout instead: only abort the request if no data has been received for a certain amount of time, or if the transfer has clearly stalled. If the request does need to be aborted, the client should ideally resume using HTTP Range requests or otherwise avoid discarding already downloaded data when retrying the same segment.

In short, I think the best practice would be:

- Do not abort an active segment download just because the total elapsed time exceeds 10 seconds.
- Use an idle timeout or progress-based timeout instead of a fixed total timeout.
- If a segment download is interrupted, resume from the downloaded byte range when possible, rather than restarting from the beginning.
- Alternatively, adapt the timeout based on segment size and observed network throughput.

Please consider changing this behavior, as the current implementation makes playback impossible on slower but stable remote connections.

---

<div class="post-metadata">

### Author: ![shxxyz](https://avatars.discourse-cdn.com/v4/letter/s/bcef8e/32.png) [@shxxyz](https://forums.plex.tv/u/shxxyz)
#### Post date: [June 8, 2026, 3:58pm UTC](https://forums.plex.tv/t/endless-buffering-due-to-imposed-network-timeouts/939199/2 "2026-06-08T15:58:10Z")

</div>

Any plans?

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/plex/original/3X/2/a/2acb9765406f63293d357b4ec509ec39aa28f2ad.png) [@system](https://forums.plex.tv/u/system)
#### Post date: [September 6, 2026, 3:58pm UTC](https://forums.plex.tv/t/endless-buffering-due-to-imposed-network-timeouts/939199/3 "2026-09-06T15:58:15Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
