Changeset 191 for indytube/trunk

Show
Ignore:
Timestamp:
07/11/07 03:33:20 (18 months ago)
Author:
andy
Message:

update plone install doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • indytube/trunk/INSTALL.plone

    r183 r191  
     10. Setup indytube.conf - see README and INSTALL 
     2   Its helpful to know where the log files are being written so you can watch them , as you run and configure indytube 
     3 
    141. Setup the configuration file indytube.conf so that it searches Plone's external storage file path 
    25This is controlled by VIDEO_FILE_DIRECTORY. It will walk recursively down this directory, and pick up 
     
    710VIDEO_FILE_DIRECTORY=/opt/instances/zope-testing/var/files/Members 
    811FLV_FILE_DIRECTORY=/var/www/flv-files/ 
     12 
     13# The next section is where you set indytube to find the Cheetah template (the meta-HTML) 
     14and where to output the files , and what extension they will have. 
     15 
    916INCLUDE_FILE_DIRECTORY=/opt/instances/zope-testing/var/files/Members 
    1017INCLUDE_FILE_SUFFIX=.flv.inc 
    11 INCLUDE_TEMPLATE=/opt/indytube/template.include 
     18INCLUDE_TEMPLATE=/opt/indytube/plumi.template 
    1219 
    1320all transcoded video go into a web-accessible area, eg FLV_FILE_DIRECTORY 
     
    2734</VirtualHost> 
    2835 
    29 3. Make sure the template is referencing the correct paths to get the files, flowplayer, cortado applet etc 
     363. Make sure the template is referencing the correct URL paths to get the files, flowplayer, cortado applet etc 
    3037Again, this is controlled by the indytube.conf file 
    3138 
     
    3744SPLASH_IMAGE_FILE=Play_v2_trans.png 
    3845 
    39 So, you need to copy FlowPlayer.swf (or whatever filename you use) and the image referenced in SPLASH_IMAGE_FILE 
    40 to the virtual host referenced by VIDEO_SERVER_URL 
     46So, you need to copy FlowPlayer.swf (or whatever filename you use) to FLOWPLAYER_LOCATION 
     47note , you can use different virtual host names if you like. So you can serve the flowplayer swf from 
     48one app server, and use another as the reference for downloading/streaming videos (VIDEO_SERVER_URL) 
     49(or not. you can just use apache2 for both) 
     50 
     51The is image referenced in SPLASH_IMAGE_FILE should be copied to the virtual host referenced by VIDEO_SERVER_URL 
    4152 
    4253Note: SPLASH_IMAGE_FILE is actually loaded from the web relative to VIDEO_SERVER_URL , not SPLASH_IMAGE_BASE 
     
    5162eg to do steps 3 and 4 you might 
    5263$ sudo cp fullscreen.js fullscreen.html swfobject.js ~/src/flowplayer/FlowPlayer.swf /var/www/flv-files/ 
     64 
    5365-- 
    5466andy@engagemedia.org