Simple php to stream the video flux
Only mp4 and webm formats are currently supported
Just require the lib file (VideoStream.php) into your project and instanciate the VideoStream object before to start it.
require("VideoStream.php");
$stream = new VideoStream("path/to/your/video/file");
$stream->start();
Just run the index.php file to get an example of use.
Enjoy it !