public
Fork of newbamboo/panda
Description: Video encoding made easy with AWS
Homepage: http://pandastream.com
Clone URL: git://github.com/twinge/panda.git
panda /
name age message
file .gitignore Mon Mar 09 11:39:38 -0700 2009 deploy to new EC2 AMI with Cap [dctanner]
file Capfile Mon Mar 09 11:39:38 -0700 2009 deploy to new EC2 AMI with Cap [dctanner]
file LICENSE Tue Sep 16 13:55:48 -0700 2008 more explicit license [dctanner]
file README.markdown Thu Feb 19 08:53:43 -0800 2009 move most of the README stuff to a new doc call... [dctanner]
file Rakefile Wed Mar 11 09:44:39 -0700 2009 tweaks deps load order and fix rake load env tw... [dctanner]
directory app/ Loading commit data...
directory autotest/ Mon Oct 20 11:59:12 -0700 2008 Update merb app for 0.9.8 [mloughran]
directory benchmarks/ Tue Oct 07 10:22:49 -0700 2008 Benchmark tests for RVideo capture_frame. [mloughran]
directory bin/ Wed Oct 22 05:38:51 -0700 2008 Freeze merb 0.9.10 (AKA RC2) and all required g... [mloughran]
file config.ru Mon Mar 09 11:39:38 -0700 2009 deploy to new EC2 AMI with Cap [dctanner]
directory config/
directory lib/ Wed Mar 11 09:44:39 -0700 2009 tweaks deps load order and fix rake load env tw... [dctanner]
directory log/ Wed Sep 24 05:19:19 -0700 2008 Created log dir [makoto]
file merb.thor Mon Oct 20 11:59:12 -0700 2008 Update merb app for 0.9.8 [mloughran]
directory merb/ Wed Oct 22 04:44:32 -0700 2008 Merb RC2 (updated with merb-gen). * Left out n... [mloughran]
file panda.god Mon Mar 02 09:31:30 -0800 2009 separate encoder and notifier envs [dctanner]
file panda_nginx.conf.example Tue Sep 23 07:52:02 -0700 2008 - Changed root dir from /usr/local/www to /var/... [makoto]
directory public/ Wed Mar 11 09:31:42 -0700 2009 remove old .htaccess file [dctanner]
directory script/ Thu Jun 05 13:41:11 -0700 2008 Initial import from our internal version of the... [dctanner]
directory spec/ Mon Oct 27 04:54:53 -0700 2008 Refactored video finder method specs [makoto]
directory test/ Mon Oct 20 11:59:12 -0700 2008 Update merb app for 0.9.8 [mloughran]
README.markdown

Panda

Panda is an open source solution for video uploading, encoding and streaming.

Please see pandastream.com for an introduction and lots of documentation.

Information beyond this point is aimed at people who want to contribute to panda and / or understand how it works.

How does Panda work?

  1. Video is uploaded to panda
  2. Panda checks the video's metadata, uploads the raw file to S3 and adds it to the encoding queue
  3. The encoder application picks the encoding job off the queue when it's free and encodes the video to all possible formats
  4. Panda sends a callback to your web application notifying you the video has been encoded
  5. You use the appropriate S3 url of the encoding to embed the video

Installation and setup

There are two options for running Panda. You can either the use the prebuild AMI which includes all of the software required to run Panda. Or if you wish run it locally on own your own server, you can follow the local installation guide.