|
Revision 190, 1.2 kB
(checked in by andy, 18 months ago)
|
|
a typical new layout for plumi-based (plone) integration
|
| Line | |
|---|
| 1 | [encoder] |
|---|
| 2 | BE_HOW_NICE=18 |
|---|
| 3 | CONVERT_THESE=['.avi','.qt','.mov','.mpeg','.mp4','.mpg','.asf','.wmv','.3gp'] |
|---|
| 4 | DO_ENCODING=True |
|---|
| 5 | NUMBER_OF_PARALLEL_ENCODERS=1 |
|---|
| 6 | ENCODER_LOCKFILE_BASE=/opt/indytube/plumidemo-encoder.lock |
|---|
| 7 | POLLTIME=60 |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | [mencoder] |
|---|
| 11 | MENCODER_LOCATION=/usr/bin/mencoder |
|---|
| 12 | MENCODER_OPTIONS=-really-quiet -of lavf -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -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 | VIDEO_FILE_DIRECTORY=/opt/instances/PlumiDemoLive/var/files/Members |
|---|
| 23 | FLV_FILE_DIRECTORY=/var/www/plumi-flv-files/ |
|---|
| 24 | INCLUDE_FILE_DIRECTORY=/opt/instances/PlumiDemoLive/var/files/Members |
|---|
| 25 | INCLUDE_FILE_SUFFIX=.flv.inc |
|---|
| 26 | INCLUDE_TEMPLATE=/opt/indytube/template.include |
|---|
| 27 | |
|---|
| 28 | [urls] |
|---|
| 29 | FLOWPLAYER_LOCATION=http://flv.plumi.org/flowplayer/FlowPlayer.swf |
|---|
| 30 | VIDEO_SERVER_URL=http://flv.plumi.org/ |
|---|
| 31 | SPLASH_IMAGE_BASE=http://demo.plumi.org/flowplayer/ |
|---|
| 32 | SPLASH_IMAGE_FILE=indytube.jpg |
|---|
| 33 | |
|---|
| 34 | [logging] |
|---|
| 35 | LOG_FILE=/opt/indytube/plumi-wetube.log |
|---|
| 36 | LOG_LEVEL=logging.INFO |
|---|