Skip to content

Instantly share code, notes, and snippets.

View ericol's full-sized avatar
💀
Apocalypsing

Erico Lendzian ericol

💀
Apocalypsing
View GitHub Profile
@ericol
ericol / VideoStream.php
Created November 16, 2019 01:52 — 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 = "";