Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 774 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 774 Bytes

playavr-api-v2

Setup

Copy api folder in root directory of web server.

Install composer packages.

Config

Modify values in config.php

Implement your own auth if needed.

Apache

Add following section to your apache site config to enable .htaccess.

<Directory /var/www/html/api/playa/v2>
        AllowOverride All
</Directory>

Files

Use following scripts to generate json file.

To create your own scripts follow instructions in this repo.

Alternatively modify api.php to process your own video files source.