Closed danimesq closed 5 years ago
Hi! No, zip archives can’t be streamed. The header located in the end, and you need to download the whole file first.
@antelle , thanks for your information. Not wanting to bother you, but is there a compressed format that supports streamming?
Almost all video formats are already compressed, wrapping them probably doesn’t make a lot of sense.
Yes, it makes sense: https://usvformat.github.io/
There is a streammable archive: https://stackoverflow.com/questions/48475351/untar-pack-a-tar-file-while-downloading-is-it-streamable
@antelle I'm creating a video format that uses frames (PNG images) inside a .zip file. Could the frames be extracted in live stream? I mean, stream the frame files without need to download the full .zip?