Open Source PHP script for HTTP streaming?
Does anyone know something about such things?
Open Source PHP script for HTTP streaming?
Does anyone know something about such things?
PHP is a bad choice for HTTP streaming. If HTTP streaming is implemented in PHP, each streaming will occupy one thread/process in server. That doesn't scale well.