root/indytube/tags/plumi-0.1-3/indytube.conf

Revision 190, 1.2 kB (checked in by andy, 18 months ago)

a typical new layout for plumi-based (plone) integration

Line 
1[encoder]
2BE_HOW_NICE=18
3CONVERT_THESE=['.avi','.qt','.mov','.mpeg','.mp4','.mpg','.asf','.wmv','.3gp']
4DO_ENCODING=True
5NUMBER_OF_PARALLEL_ENCODERS=1
6ENCODER_LOCKFILE_BASE=/opt/indytube/plumidemo-encoder.lock
7POLLTIME=60
8
9
10[mencoder]
11MENCODER_LOCATION=/usr/bin/mencoder
12MENCODER_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]
15CORTADO_LOCATION=http://demo.plumi.org/flowplayer/cortado-ovt-debug-0.2.2.jar
16FFMPEG2THEORA_COMMAND=ffmpeg2theora
17
18[flvtool2]
19FLVTOOL_LOCATION=/usr/bin/flvtool2
20
21[paths]
22VIDEO_FILE_DIRECTORY=/opt/instances/PlumiDemoLive/var/files/Members
23FLV_FILE_DIRECTORY=/var/www/plumi-flv-files/
24INCLUDE_FILE_DIRECTORY=/opt/instances/PlumiDemoLive/var/files/Members
25INCLUDE_FILE_SUFFIX=.flv.inc
26INCLUDE_TEMPLATE=/opt/indytube/template.include
27
28[urls]
29FLOWPLAYER_LOCATION=http://flv.plumi.org/flowplayer/FlowPlayer.swf
30VIDEO_SERVER_URL=http://flv.plumi.org/
31SPLASH_IMAGE_BASE=http://demo.plumi.org/flowplayer/
32SPLASH_IMAGE_FILE=indytube.jpg
33
34[logging]
35LOG_FILE=/opt/indytube/plumi-wetube.log
36LOG_LEVEL=logging.INFO
Note: See TracBrowser for help on using the browser.