Skip to content

Instantly share code, notes, and snippets.

View stmckeni's full-sized avatar
🏠
Working from home

Spencer Mckenith-williams stmckeni

🏠
Working from home
View GitHub Profile
@stmckeni
stmckeni / VideoStream.php
Created December 20, 2017 02:40 — forked from ranacseruet/VideoStream.php
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 = "";