nginx flv module and amazon storage
Maxim Dounin
mdounin at mdounin.ru
Mon Oct 12 02:15:00 MSD 2009
Hello!
On Sun, Oct 11, 2009 at 04:12:58PM -0500, Fernando Flórez wrote:
> Hello,
>
> Quick question before trying it for myself. Is it possible to use
> nginx's flv module with flv files stores on amazon's storage cloud?
>
> What i'm trying to achieve is to host the flv files on amazon and
> serve the flv files with nginx. Any hints on how to accomplish this?
As it was already said, flv module works only with local files.
If you really need to store your files in S3 and want flv
pseudo-streaming to work, you may try
http://mdounin.ru/hg/ngx_http_bytes_filter_module/ instead.
Please note that every single request will download full file to
your nginx host, and non-needed parts (i.e. skipped by streaming)
will be thrown away. It's probably a good idea to configure
proxy_cache to avoid such excessive downloads.
Maxim Dounin
More information about the nginx
mailing list