Package flumotion :: Package component :: Package plugs :: Package html5 :: Module html5
[hide private]

Module html5

source code


Version: $Rev$

Classes [hide private]
  Html5DirectoryResource
I generate the directory used to serve an html5 viewing page It contains:
  ComponentHtml5Plug
I am a component plug for a http-server which plugs in a http resource containing a html5 viewing page.
Functions [hide private]
 
_htmlbool(value) source code
 
test() source code
Variables [hide private]
  HTML5TEMPLATE = '\n<html>\n<head><title>Flumotion Stream</titl...
  __package__ = 'flumotion.component.plugs.html5'
Variables Details [hide private]

HTML5TEMPLATE

Value:
'''
<html>
<head><title>Flumotion Stream</title></head>
<body>
<video height="%(height)d" width="%(width)d" controls autoplay>
<source type=\'%(mime-type)s; codecs="%(codecs)s"\' src="%(stream-url)\
s">
</source>
...