Trees | Indices | Help |
---|
|
twisted.web.resource.Resource --+ | extern.log.log.Loggable --+ | File --+ | FLVFile
I am a File resource for FLV files. I can handle requests with a 'start' GET parameter. This parameter represents the byte offset from where to start. If it is non-zero, I will output an FLV header so the result is playable.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
header = 'FLV\x01\x01\000\000\000\x09\000\000\000\x09'
|
|||
Inherited from |
|
I am called before the body of the response gets written, and after generic header setting has been done. I set Content-Length. Override me to send additional headers, or to prefix the body with data headers. I can return a Deferred, that should fire with a string header. That header will be written to the request.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jun 27 07:37:09 2015 | http://epydoc.sourceforge.net |