crlt / mp4-proxy
a mp4 proxy
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 2
Open Issues: 0
pkg:composer/crlt/mp4-proxy
This package is not auto-updated.
Last update: 2025-09-28 10:01:06 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