Class ClassicMp4ContainerSource

  • All Implemented Interfaces:
    Callable<Void>

    public class ClassicMp4ContainerSource
    extends Object
    implements Callable<Void>
    Creates a List of StreamingTrack from a classic MP4. Fragmented MP4s don't work and the implementation will consume a lot of heap when the MP4 is not a 'fast-start' MP4 (order: ftyp, moov, mdat good; order ftyp, mdat, moov bad).