laravel ffmpeg upload video in amazon s3 failed 504 gateway Time-out the server didn t respond in time
Why after uploading a video size of more than 1 Giga, I see a problem in the nginx 504 gateway timeout preventing me from completing the processing process. The meaning of the video after uploading starts the processing process and because of this problem it does not go to processing use laravel ffmpeg and use amazon s3 service to store the videos on it and the entire site uploaded to Digital hosting
When an upload takes more than the php timeout I think it will die.
Also assume uploading a 10GB file takes 1 hour, without resumable pieces your client is screwed if it fails before it's fully uploaded. Plus you don't have to worry about the max_upload_size.
Exactly, but how do I increase the timeout for php, which makes me able to raise 10 gigabytes per hour or more without any connection to the server being interrupted? What should I add?