mp4box.js icon indicating copy to clipboard operation
mp4box.js copied to clipboard

Detect if faststart is enabled for a streamed video file?

Open raedle opened this issue 10 months ago • 0 comments

Is there a way to detect if faststart was enabled when using ReadableStream through fetch API's response.body?

The goal would be to read only a few bytes of the fetch API body and then either continue reading or abort depending on whether faststart was enabled (or if the MOOV box was found).

raedle avatar Apr 17 '24 19:04 raedle