moov-faststart
Re-orders moov atoms in mp4 containers to enable streaming. Based on qt-faststart, but works with a Buffer
interface.
⚠️ Requires Node >10.4 (V8 6.7) for BigInt
support!
Installation
Get it via npm:
npm install --save moov-faststart
or yarn:
yarn add moov-faststart
Usage
// Get a Buffer containing unstreamable MP4...const mp4File = fs // Faststart it!const faststartedMp4 = // Write out the Buffer containing the faststarted MP4. Done!fs