Trees | Indices | Help |
---|
|
twisted.web.resource.Resource --+ | extern.log.log.Loggable --+ | File --+ | MP4File
I am a File resource for MP4 files. If I have a library for manipulating MP4 files available, I can handle requests with a 'start' GET parameter, Without the library, I ignore this parameter. The 'start' parameter represents the time offset from where to start, in seconds. If it is non-zero, I will seek inside the file to the sample with that time, and prepend the content with rebuilt MP4 tables, to make the output playable.
|
|||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from 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 Tue Aug 13 06:17:06 2013 | http://epydoc.sourceforge.net |