mr1985 / cURL-proxy-video

PHP proxy livestream video via cURL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP proxy livestream video via cURL

This little class will help you to proxy video live stream through your server.
You can do this in different ways, but I chose almighty cURL C:

NOTE

Watch-out for memory usage!
After you started getStream() method it will work "forever" (well, untill source data ends, which is "never" aside from some kind of error appears or server's down), so you need to kill script, when client is no longer watching.
Same for php time-out limits.

About

PHP proxy livestream video via cURL


Languages

Language:PHP 100.0%