Skip to content

Instantly share code, notes, and snippets.

04793fd876e8a3f48d8143e104a3c94df86d04d897ffcc9b240ee45d6fb325c53c023811e59d9f2afd14a8380a0fdca04a647c58aa2e6da2b06de3fe2b3c336869;romanornr
@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
{