Skip to content

Instantly share code, notes, and snippets.

View mofesolapaul's full-sized avatar
🇱🇹
Probably creating stuff

Mofesola Banjo mofesolapaul

🇱🇹
Probably creating stuff
View GitHub Profile
@mofesolapaul
mofesolapaul / VideoStream.php
Created January 17, 2018 13:18 — 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 = "";