nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

Support for MP4 files with CO64 atom instead of STCO #102

Open kondakovdmitry opened 4 years ago

encounter commented 4 years ago

I built on top of this PR and added muxing with a wide mdat size (>4GB) + conditionally choosing stco/co64 based on output size: https://github.com/encounter/joy4/commit/ece6b19d41c786022afa727bee359185a71d44a7

I can submit as a separate PR once this is merged.

fastfading commented 3 years ago

it is ok to read 4G mp4, but write >4GB to it still got issues. Could u fix that too ?