Skip to content

Instantly share code, notes, and snippets.

View karboom's full-sized avatar

赵健 karboom

  • 杭州电子科技大学
View GitHub Profile
@karboom
karboom / VideoStream.php
Created November 9, 2016 13:24 — 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 = "";