Changes between Initial Version and Version 1 of Ticket #533, comment 1


Ignore:
Timestamp:
04/06/14 21:18:36 (10 years ago)
Author:
Valentin V. Bartenev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #533, comment 1

    initial v1  
    11Media files should be prepared for streaming to avoid extra processing overhead.
    22
    3 You're probably missed this part of [http://http://nginx.org/en/docs/http/ngx_http_mp4_module.html the documentation]:
     3You're probably missed this part of [http://nginx.org/en/docs/http/ngx_http_mp4_module.html the documentation]:
    44
    55   If the metadata are located at the end of the file, nginx must read the entire file and prepare a new stream so that the metadata come before the media data. This involves some CPU, memory, and disk I/O overhead, so it is a good idea to [http://flash.flowplayer.org/plugins/streaming/pseudostreaming.html#prepare prepare an original file for pseudo-streaming] in advance, rather than having nginx do this on every such request.