Skip to content

Instantly share code, notes, and snippets.

@daymwk
daymwk / VideoStream.php
Last active September 26, 2019 14:32 — forked from ranacseruet/VideoStream.php
PHP VideoStream class for HTML5 video streaming
<?php
/**
* Description of VideoStream
*
* @author Rana
* Customized by Daym for remote videos
* @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial
*/
class VideoStream
{