Revision 07c022b9 okeanos_site/90-okeanos.conf.sample

b/okeanos_site/90-okeanos.conf.sample
31 31
# is the fallback video player for IE)
32 32
#
33 33
# VIDEOS ARE NOT CONTAINED IN PROJECT FILES
34
# you can download all files from http://<videos tar.gz download url>
35
# and extract the containing directory on okeanos_site/static/okeanos_static/
36
#
37
# wget http://<videos tar.gz download url>/okeanos_intro_vide.tar.gz
38
# tar xzvf okeanos_intro_video.tar.gz -C okeanos_site/static/okeanos_static/
39 34
OKEANOS_VIDEO_URL = {
40
    'mp4': {'src': 'http://host:port/okeanos_static/intro_video/intro_video.m4v', 'codecs': 'avc1.42E01E, mp4a.40.2'},
41
    'webm': {'src': 'http://host:port/okeanos_static/intro_video/intro_video.webm', 'codecs': 'vp8, vorbis'},
42
    'ogg': {'src': 'http://host:port/okeanos_static/intro_video/intro_video.ogv', 'codecs': 'theora, vorbis'}
35
    'mp4': {'src': 'http://okeanos.grnet.gr/intro_video/intro_video.m4v', 'codecs': 'avc1.42E01E, mp4a.40.2'},
36
    'webm': {'src': 'http://okeanos.grnet.gr/intro_video/intro_video.webm', 'codecs': 'vp8, vorbis'},
37
    'ogg': {'src': 'http://okeanos.grnet.gr/intro_video/intro_video.ogv', 'codecs': 'theora, vorbis'}
43 38
}
44 39

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

  
44
# flowplayer swf url
45
# wget http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf
46
# wget http://releases.flowplayer.org/swf/flowplayer.controls-3.2.0.swf
47
#
48
# flowplayer.controls swf should be placed on the same url as flowplayer swf
49
OKEANOS_VIDEO_FLOWPLAYER_URL = "http://okeanos.grnet.gr/intro_video/flowplayer-3.2.1.swf"

Also available in: Unified diff