crlt/mp4-proxy

0.1.2 2018-01-15 07:42 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:48:27 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