PHP+HTML 实现blob链接视频播放

1,PHP代码

 public function play()
    {
        $file = file_get_contents("a.mp4");
        echo $file;
    }

2,HTML代码


    test
    
    
    
    

参照:视频video使用blob播放

转载于:https://blog.csdn.net/xxs18326183038/article/details/117927527 

你可能感兴趣的:(web前端,php,html,前端)