David Komer - 2014-02-03

Could AtopmicParsley be used as a library to create a mp4 pseudostreaming server?

i.e. to reconstruct the moov atom if file is needed to begin from a keyframe X bytes or seconds in...

Proposed idea would be a blind function that doesn't require the original file, rather something like:

char MoovToMoov(char original, uint64_t seek_offset) {...}