Revision 6e20b628 okeanos_site/90-okeanos.conf.sample

b/okeanos_site/90-okeanos.conf.sample
26 26
# the url of the synnefo web application (synnefo.ui.views.home)
27 27
OKEANOS_APP_URL = "/ui"
28 28

  
29
# video url (see okeanos_site/README)
30
# mp4 should be absolute for flash player to work (flash video player 
29
# video sources (see okeanos_site/README)
30
# mp4 should be absolute url for flash player to work (flash video player 
31 31
# is the fallback video player for IE)
32 32
#
33 33
# VIDEOS ARE NOT CONTAINED IN PROJECT FILES
......
42 42
    'ogg': {'src': 'http://host:port/okeanos_static/intro_video/intro_video.ogv', 'codecs': 'theora, vorbis'}
43 43
}
44 44

  
45
# The image placeholder url. Image gets displayed above video position
46
# as a placeholder when the video is stopped
45 47
OKEANOS_VIDEO_POSTER_IMAGE_URL = "/okeanos_static/intro_video/intro_video.jpg"

Also available in: Unified diff