Video not uploading on cloudflare through localhost path using wamp gives error

error message : Maximum execution time of 60 seconds exceeded

when i am uploading video on my Cloudflare stream account in laravel using guzzle request api it uploads using the static path like ‘c:/users/kami/desktop/test.mp4’ but when i am uploading video using my localhost path like $filepath=‘http://127.0.0.1:8000/uploads/videos/cover_157026406410151.mp4’ it takes time and give me above error message execution time exceeds 60seconds.

This topic was automatically closed after 14 days. New replies are no longer allowed.