twinge / panda forked from newbamboo/panda
- Source
- Commits
- Network (39)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tree:
2a350bb
Josh Starcher (author)
Thu Nov 05 12:04:25 -0800 2009
commit 2a350bb2df147336c442df0a296c29f9daab569d
tree d1073baee09a31087ca2e4d4ace68bc05bb91d0e
parent 98e2415cbfa6b9b8f20f93d8f57b66657be50760
tree d1073baee09a31087ca2e4d4ace68bc05bb91d0e
parent 98e2415cbfa6b9b8f20f93d8f57b66657be50760
panda /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | ||
| |
LICENSE | Tue Sep 16 13:55:48 -0700 2008 | |
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
autotest/ | ||
| |
benchmarks/ | Tue Oct 07 10:22:49 -0700 2008 | |
| |
bin/ | ||
| |
config.ru | ||
| |
config/ | ||
| |
encoder.god | ||
| |
lib/ | ||
| |
log/ | Wed Sep 24 05:19:19 -0700 2008 | |
| |
merb.thor | ||
| |
merb/ | ||
| |
panda.god | ||
| |
panda_nginx.conf.example | Tue Sep 23 07:52:02 -0700 2008 | |
| |
public/ | ||
| |
script/ | ||
| |
simpledb-dev/ | ||
| |
spec/ | ||
| |
test/ |
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?
- Video is uploaded to panda
- Panda checks the video's metadata, uploads the raw file to S3 and adds it to the encoding queue
- The encoder application picks the encoding job off the queue when it's free and encodes the video to all possible formats
- Panda sends a callback to your web application notifying you the video has been encoded
- 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.

