Syntax: | mp4_max_buffer_size |
---|---|
Default: | mp4_max_buffer_size 10M; |
Context: | http , server , location |
During metadata processing, a larger buffer may become necessary. Its size cannot exceed the specified size
, or else nginx will return the 500 (Internal Server Error) server error, and log the following message:
"/some/movie/file.mp4" mp4 moov atom is too large: 12583268, you may want to increase mp4_max_buffer_size
Please login to continue.