Bun.mp4 Apr 2026

Fixes the reported memory leaks when fetching media.

Based on the search results, "bun.mp4" appears in issues related to Bun's handling of video streaming (specifically Range requests causing infinite loading) and memory leaks during fetch calls. bun.mp4

It would utilize a optimized stream pipeline to prevent memory leaks, resolving issues where large video fetches fail to release memory. Fixes the reported memory leaks when fetching media

Do you need to support (transcoding) or just streaming ? I can refine this feature proposal further. Do you need to support (transcoding) or just streaming

To create a feature that addresses this within the Bun runtime context, I propose a new , specifically optimized to handle partial content requests, automatic range header parsing, and efficient memory management to prevent leaks, as described in Github discussions. Proposed Feature: Bun.serveVideo 1. Functionality:

Leveraging Bun.file (which provides lazy loading of files) to stream directly without loading the whole video into memory. 2. Example Usage: javascript

Removes the need to manually manage 206 Partial Content headers. If you can tell me: