Page 1 of 1

Php streaming

Posted: Sat Feb 24, 2007 9:12 am
by user___
Hi guys,
I have read somewhere that it is now possible to create a streaming application by using Php. Does anyone know more about this? Is there any tutorial on how to do it?

Posted: Sat Feb 24, 2007 10:45 am
by feyd
It's technically been possible for quite some time, just not recommended.

socket_listen() may be of interest.