Skip to content

Instantly share code, notes, and snippets.

View hoseinsajadi20's full-sized avatar

hosein sajadi hoseinsajadi20

  • Iran
View GitHub Profile
@ranacseruet
ranacseruet / VideoStream.php
Last active November 12, 2025 17:53
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 = "";