This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Josh Starcher (author)
Thu Nov 05 12:20:57 -0800 2009
commit a9610878c54a15b5553e82629a9230c01f2307bf
tree 1c878d3dcc1ef1f51d548f9d2e28a3b20e94ed43
parent 1bb90f8fd7d0113599a032d1f5da685d4b3c4192
tree 1c878d3dcc1ef1f51d548f9d2e28a3b20e94ed43
parent 1bb90f8fd7d0113599a032d1f5da685d4b3c4192
panda /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | Mon Mar 09 11:39:38 -0700 2009 | |
| |
LICENSE | Tue Sep 16 13:55:48 -0700 2008 | |
| |
README.markdown | Thu Feb 19 08:53:43 -0800 2009 | |
| |
Rakefile | ||
| |
app/ | ||
| |
autotest/ | Mon Mar 09 11:08:26 -0700 2009 | |
| |
benchmarks/ | Tue Oct 07 10:22:49 -0700 2008 | |
| |
bin/ | ||
| |
config.ru | Mon Mar 09 11:39:38 -0700 2009 | |
| |
config/ | ||
| |
encoder.god | ||
| |
lib/ | ||
| |
log/ | Wed Sep 24 05:19:19 -0700 2008 | |
| |
merb.thor | Mon Oct 20 11:59:12 -0700 2008 | |
| |
merb/ | Wed Oct 22 04:44:32 -0700 2008 | |
| |
panda.god | ||
| |
panda_nginx.conf.example | Tue Sep 23 07:52:02 -0700 2008 | |
| |
public/ | ||
| |
script/ | Thu May 14 08:23:16 -0700 2009 | |
| |
simpledb-dev/ | ||
| |
spec/ | ||
| |
test/ | Mon Oct 20 11:59:12 -0700 2008 |
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.








