Eyevinn / mp4ff

Library and tools for parsing and writing MP4 files including video, audio and subtitles. The focus is on fragmented files. Includes mp4ff-info, mp4ff-encrypt, mp4ff-decrypt and other tools.
MIT License
462 stars 84 forks source link

feat: InitSegment.TweakSingleTrakLive to tweak init segments to #323

Closed tobbee closed 8 months ago

tobbee commented 8 months ago

Live streams should not have an mehd box in the init segment. This PR adds a method to remove such a box if present.

tobbee commented 8 months ago

Replaced by #324