PHP + cURL for live video streaming (can cURL work with infinite data?) PHP + cURL for live video streaming (can cURL work with infinite data?) curl curl

PHP + cURL for live video streaming (can cURL work with infinite data?)


I've figured out what's the problem.My code is working, there's no need for any other headers, except for cURL option:

CURLOPT_FOLLOWLOCATION => 1 

So yeah, cURL CAN work with infinite data. Here's working solution for video proxing via cURL, if anyone else is interested.