I have a URL which can not download using video file using PHP. I have to run it ones in browser so that code can start downloading videos from it.
I have tried using curl, it fails to download video on first hit to url through code. I have tried using Ajax call by creating video blob, it works however because of cron job, javascript can not work.
I need solution in PHP.
Use Guzzle in PHP