sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 567 forks source link

On the fly #445

Open borconi opened 3 years ago

borconi commented 3 years ago

Is there any way we could use this on the fly?

For example we got raw H264 bytes (NAL units), pass them to the muxer and get back bytebuffer / bytearray ?

I couldn't really find anything in the source which will allow this.

evoisard commented 2 years ago

I'd also be interested in storing received H.264 stream in real time over a network to an mp4 file... As far as I understand, mp4parser works with finite audio/video files as input, not streams.