Skip to main content

Slurpee

Slurpee is the importer for Pixwel. It’s a PHP job that runs continuously which ingest videos. Slurpe has been written in JS on top of the SWF framework. A quick example of using the swfP framework to build a video encoding using SWF.

Usage

First you’ll need ffmpeg and mediainfo (version >= 18) installed on your linux or Mac desktop through either apt-get or brew package manager. This to run Slurpee on the console do:
cd slurpee2
./dev.sh

Ingesting a video

Simply drag & drop a video file in http://development.pixwel.com:8080/ingest or directly project/asset page. Then, watch your console and you should see that some task are ran. Now, refresh to the admin ingest page and you should see that the video you ingested is in a “Waiting” state ready to be processed. Back to docs index | Next page in recommended reading order >>