Changeset 183 for indytube/trunk
- Timestamp:
- 05/08/07 18:43:30 (20 months ago)
- Location:
- indytube/trunk
- Files:
-
- 4 added
- 2 modified
-
EM-template.include (added)
-
INSTALL.plone (modified) (2 diffs)
-
fullscreen.html (added)
-
fullscreen.js (added)
-
indytube.conf (modified) (1 diff)
-
swfobject.js (added)
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk/INSTALL.plone
r181 r183 29 29 3. Make sure the template is referencing the correct paths to get the files, flowplayer, cortado applet etc 30 30 Again, this is controlled by the indytube.conf file 31 31 32 eg 32 33 [urls] … … 36 37 SPLASH_IMAGE_FILE=Play_v2_trans.png 37 38 38 Note: SPLASH_IMAGE_FILE is actually loaded from the web relative to VIDEO_SERVER_URL. 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 41 42 Note: SPLASH_IMAGE_FILE is actually loaded from the web relative to VIDEO_SERVER_URL , not SPLASH_IMAGE_BASE 39 43 This needs correcting in the source, flowplayer changed since the confg var names was initially choosen 40 44 41 45 46 4. Fullscreen mode in flowplayer. 47 Install fullscreen.js/html and swfobject.js into the VIDEO_SERVER_URL virtual host 48 Configure fullscreen.js to use the correct virtual host url to open fullscreen.html 49 Configure fullscreen.html to be the html you want to display when the user watches the movie in "fullscreen" mode 50 51 eg to do steps 3 and 4 you might 52 $ sudo cp fullscreen.js fullscreen.html swfobject.js ~/src/flowplayer/FlowPlayer.swf /var/www/flv-files/ 42 53 -- 43 54 andy@engagemedia.org -
indytube/trunk/indytube.conf
r173 r183 30 30 VIDEO_SERVER_URL=http://flv.engagemedia.org/ 31 31 SPLASH_IMAGE_BASE=http://testing.engagemedia.org/flowplayer/ 32 SPLASH_IMAGE_FILE=flash play.jpg32 SPLASH_IMAGE_FILE=flash_splash.jpg 33 33 34 34
