Changeset 183 for indytube/trunk

Show
Ignore:
Timestamp:
05/08/07 18:43:30 (20 months ago)
Author:
andy
Message:

fullscreen support

Location:
indytube/trunk
Files:
4 added
2 modified

Legend:

Unmodified
Added
Removed
  • indytube/trunk/INSTALL.plone

    r181 r183  
    29293. Make sure the template is referencing the correct paths to get the files, flowplayer, cortado applet etc 
    3030Again, this is controlled by the indytube.conf file 
     31 
    3132eg 
    3233[urls] 
     
    3637SPLASH_IMAGE_FILE=Play_v2_trans.png 
    3738 
    38 Note: SPLASH_IMAGE_FILE is actually loaded from the web relative to VIDEO_SERVER_URL.  
     39So, you need to copy FlowPlayer.swf (or whatever filename you use) and the image referenced in SPLASH_IMAGE_FILE 
     40to the virtual host referenced by VIDEO_SERVER_URL 
     41 
     42Note: SPLASH_IMAGE_FILE is actually loaded from the web relative to VIDEO_SERVER_URL , not SPLASH_IMAGE_BASE 
    3943This needs correcting in the source, flowplayer changed since the confg var names was initially choosen 
    4044 
    4145 
     464. 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 
     51eg 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/ 
    4253-- 
    4354andy@engagemedia.org 
  • indytube/trunk/indytube.conf

    r173 r183  
    3030VIDEO_SERVER_URL=http://flv.engagemedia.org/ 
    3131SPLASH_IMAGE_BASE=http://testing.engagemedia.org/flowplayer/ 
    32 SPLASH_IMAGE_FILE=flashplay.jpg 
     32SPLASH_IMAGE_FILE=flash_splash.jpg 
    3333 
    3434