bentasker / HLS-Stream-Creator

Simple Bash Script to take a media file, segment it and create an M3U8 playlist for serving using HLS
BSD 3-Clause "New" or "Revised" License
273 stars 101 forks source link

Fragmented MP4 #26

Closed Denoder closed 5 years ago

Denoder commented 5 years ago

Do you have any examples for fragmented mp4?

bentasker commented 5 years ago

Sorry, I missed this.

No, I don't have any examples to hand I'm afraid. ffmpeg supports it though, so it may be sufficient to add -movflags frag_keyframe+empty_moov to FFMPEG_FLAGS. I suspect there are probably some other tweaks needed as well though

Denoder commented 5 years ago

Im still actively using the ts method, but also trying to find out how to use fragmented mp4s