sannies / mp4parser

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

MediaDataBox's deleteOnExit can tie up system resources in long running processes #426

Open tballison opened 3 years ago

tballison commented 3 years ago

In long running parser processes, the reliance on deleteOnExit in MediaDataBox can overwhelm the tmp directory.

See: https://issues.apache.org/jira/browse/TIKA-3203