Changeset 191 for indytube/trunk
- Timestamp:
- 07/11/07 03:33:20 (18 months ago)
- Files:
-
- 1 modified
-
indytube/trunk/INSTALL.plone (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk/INSTALL.plone
r183 r191 1 0. 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 1 4 1. Setup the configuration file indytube.conf so that it searches Plone's external storage file path 2 5 This is controlled by VIDEO_FILE_DIRECTORY. It will walk recursively down this directory, and pick up … … 7 10 VIDEO_FILE_DIRECTORY=/opt/instances/zope-testing/var/files/Members 8 11 FLV_FILE_DIRECTORY=/var/www/flv-files/ 12 13 # The next section is where you set indytube to find the Cheetah template (the meta-HTML) 14 and where to output the files , and what extension they will have. 15 9 16 INCLUDE_FILE_DIRECTORY=/opt/instances/zope-testing/var/files/Members 10 17 INCLUDE_FILE_SUFFIX=.flv.inc 11 INCLUDE_TEMPLATE=/opt/indytube/ template.include18 INCLUDE_TEMPLATE=/opt/indytube/plumi.template 12 19 13 20 all transcoded video go into a web-accessible area, eg FLV_FILE_DIRECTORY … … 27 34 </VirtualHost> 28 35 29 3. Make sure the template is referencing the correct paths to get the files, flowplayer, cortado applet etc36 3. Make sure the template is referencing the correct URL paths to get the files, flowplayer, cortado applet etc 30 37 Again, this is controlled by the indytube.conf file 31 38 … … 37 44 SPLASH_IMAGE_FILE=Play_v2_trans.png 38 45 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 46 So, you need to copy FlowPlayer.swf (or whatever filename you use) to FLOWPLAYER_LOCATION 47 note , you can use different virtual host names if you like. So you can serve the flowplayer swf from 48 one 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 51 The is image referenced in SPLASH_IMAGE_FILE should be copied to the virtual host referenced by VIDEO_SERVER_URL 41 52 42 53 Note: SPLASH_IMAGE_FILE is actually loaded from the web relative to VIDEO_SERVER_URL , not SPLASH_IMAGE_BASE … … 51 62 eg to do steps 3 and 4 you might 52 63 $ sudo cp fullscreen.js fullscreen.html swfobject.js ~/src/flowplayer/FlowPlayer.swf /var/www/flv-files/ 64 53 65 -- 54 66 andy@engagemedia.org
