crlt / mp4-proxy
a mp4 proxy
0.1.2
2018-01-15 07:42 UTC
This package is not auto-updated.
Last update: 2025-04-27 07:55:17 UTC
README
Install
composer require crlt/mp4-proxy
Usage
<?php require_once "vendor/autoload.php"; use Crlt_\Mp4Proxy\mp4Proxy; $url = $_GET['url']; $myProxy=new mp4Proxy(); $myProxy->actionNormal($url);
Test
curl "http://localhost:1024/mp4-proxy/index.php?url=http://localhost:1024/mp4-proxy/test.mp4" > test.mp4
License
MIT