Skip to content

Instantly share code, notes, and snippets.

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

Gökhan Kandemir gkandemi

🏠
Working from home
View GitHub Profile
@gkandemi
gkandemi / VideoStream.php
Created December 28, 2016 15:36 — 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 = "";