| 1 | [encoder] |
|---|
| 2 | BE_HOW_NICE=18 |
|---|
| 3 | CONVERT_THESE=['.avi','.qt','.mov','.mpeg','.mp4','.mpg','.asf','.wmv','.3gp','.m4v','.ogm','.ogg','.divx','flv'] |
|---|
| 4 | DO_ENCODING=True |
|---|
| 5 | NUMBER_OF_PARALLEL_ENCODERS=1 |
|---|
| 6 | ENCODER_LOCKFILE_BASE=locks/plumidemo-encoder.lock |
|---|
| 7 | POLLTIME=60 |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | [mencoder] |
|---|
| 11 | MENCODER_LOCATION=/usr/bin/mencoder |
|---|
| 12 | MENCODER_OPTIONS=-really-quiet -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:keyint=50:vbitrate=150:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=320:240 -srate 22050 |
|---|
| 13 | |
|---|
| 14 | [ffmpeg2theora] |
|---|
| 15 | CORTADO_LOCATION=http://demo.plumi.org/flowplayer/cortado-ovt-debug-0.2.2.jar |
|---|
| 16 | FFMPEG2THEORA_COMMAND=ffmpeg2theora |
|---|
| 17 | |
|---|
| 18 | [flvtool2] |
|---|
| 19 | FLVTOOL_LOCATION=/usr/bin/flvtool2 |
|---|
| 20 | |
|---|
| 21 | [paths] |
|---|
| 22 | BASE_DIRECTORY=/home/andy/src/EngageMedia/indytube/indytube-trunk/indytube/ |
|---|
| 23 | VIDEO_FILE_DIRECTORY=content/videos/ |
|---|
| 24 | FLV_FILE_DIRECTORY=content/transcoded/ |
|---|
| 25 | INCLUDE_FILE_DIRECTORY=content/html/ |
|---|
| 26 | TORRENT_DIRECTORY=content/torrents/ |
|---|
| 27 | INCLUDE_FILE_SUFFIX=.flv.inc |
|---|
| 28 | INCLUDE_TEMPLATE=templates/include.template |
|---|
| 29 | |
|---|
| 30 | [urls] |
|---|
| 31 | FLOWPLAYER_LOCATION=http://flv.plumi.org/flowplayer/FlowPlayer.swf |
|---|
| 32 | VIDEO_SERVER_URL=http://flv.plumi.org/ |
|---|
| 33 | SPLASH_IMAGE_BASE=http://demo.plumi.org/flowplayer/ |
|---|
| 34 | SPLASH_IMAGE_FILE=indytube.jpg |
|---|
| 35 | |
|---|
| 36 | [logging] |
|---|
| 37 | LOG_FILE=logs/plumi-wetube.log |
|---|
| 38 | LOG_LEVEL=logging.DEBUG |
|---|
| 39 | |
|---|
| 40 | [zopetube-server] |
|---|
| 41 | DOWNLOAD_QUEUE = http://localhost:8080/ztg-app/download/ |
|---|
| 42 | BITTORRENT_QUEUE = http://localhost:8080/ztg-app/bittorrent/ |
|---|
| 43 | TRANSCODING_QUEUE = http://localhost:8080/ztg-app/transcoding/ |
|---|
| 44 | |
|---|
| 45 | [bittorrent] |
|---|
| 46 | TRACKER_URL = http://bt.engagemedia.org:7171/announce |
|---|