Changeset 291 for indytube/trunk
- Timestamp:
- 11/26/07 10:58:02 (14 months ago)
- Files:
-
- 1 modified
-
indytube/trunk/indytube/indytube.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk/indytube/indytube.conf
r259 r291 10 10 [mencoder] 11 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 2205012 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 13 14 14 [ffmpeg2theora] … … 20 20 21 21 [paths] 22 VIDEO_FILE_DIRECTORY=/ opt/instances/DoesntExist/var/files/Members23 FLV_FILE_DIRECTORY=/ var/www/plumi-flv-files/24 INCLUDE_FILE_DIRECTORY=/ opt/instances/PlumiDemoLive/var/files/Members22 VIDEO_FILE_DIRECTORY=/home/andy/src/EngageMedia/indytube-trunk/indytube/bittorrent/downloadDir/ 23 FLV_FILE_DIRECTORY=/home/andy/src/EngageMedia/indytube-trunk/indytube/bittorrent/downloadDir/ 24 INCLUDE_FILE_DIRECTORY=/home/andy/src/EngageMedia/indytube-trunk/indytube/bittorrent/downloadDir/ 25 25 INCLUDE_FILE_SUFFIX=.flv.inc 26 INCLUDE_TEMPLATE= /opt/indytube/template.include26 INCLUDE_TEMPLATE=templates/include.template 27 27 28 28 [urls] … … 38 38 [pb-server] 39 39 PROTOCOL_PORT = tcp:9119 40 TORRENT_DIR = /home/andy/src/EngageMedia/indytube-trunk/ bittorrent/torrentDir/41 DOWNLOAD_DIR = /home/andy/src/EngageMedia/indytube-trunk/ bittorrent/downloadDir/40 TORRENT_DIR = /home/andy/src/EngageMedia/indytube-trunk/indytube/bittorrent/torrentDir/ 41 DOWNLOAD_DIR = /home/andy/src/EngageMedia/indytube-trunk/indytube/bittorrent/downloadDir/ 42 42 SERVER_NAME = "indytube-pb-server" 43 43 TRACKER_URL = http://tracker.engagemedia.org/
