Changeset 237 for indytube/trunk
- Timestamp:
- 10/14/07 22:28:30 (15 months ago)
- Files:
-
- 1 modified
-
indytube/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk/README
r177 r237 2 2 ----------------- 3 3 4 This is a very basicscript for reencoding arbitrary video files to4 This is a python+twisted networking-based script for reencoding arbitrary video files to 5 5 flash video (flv), and then including this video in the browser with a 6 6 flash video player. The exact same approach can be used to embed a … … 68 68 ------------------- 69 69 70 First, you need to open up indytube.py and change the config variables 71 to something sensible(TODO SOON: pull out to command line args). Here 72 you need to set the paths for your orginal and encoded files, plus 70 First, you need to open up indytube.conf and change the config variables 71 to something sensible. 72 The default path for this file to live on a production server is 73 /etc/indytube/indytube.conf 74 75 Here you need to set the paths for your orginal and encoded files, plus 73 76 urls for the resources like the flowplayer files and your splash 74 77 screen image(an Indymedia one is included here if you need one). You
