Skip to content

Instantly share code, notes, and snippets.

View jmcollin's full-sized avatar

Jean-Marie Collin jmcollin

View GitHub Profile
@ranacseruet
ranacseruet / VideoStream.php
Last active October 6, 2025 12:53
PHP VideoStream class for HTML5 video streaming
<?php
/**
* Description of VideoStream
*
* @author Rana
* @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial
*/
class VideoStream
{
private $path = "";