mp4

    location ~ \.mp4$ {
      mp4;
      mp4_buffer_size 1m; # MP4 文件的缓冲区的初始大小
      mp4_max_buffer_size 10m; # 最大缓冲区大小
    }

Last updated