I followed the instructions. The nginx compiled with the module, I
have added an mp4 directive to my configuration file, but when I
launch nginx, I get the error message: unknown directive "mp4"
Here is the output from ./configue:
...
adding module in src/http/modules/nginx_mp4_streaming_lite
+ ngx_http_mp4_streaming_lite_module was configured
...
So I assume the configuration worked well.
On Sat, Nov 1, 2008 at 1:32 PM, 191919 <191...@gmail.com> wrote:
A bug-fix version has been release and can be downloaded in
http://wiki.codemongers.com/NginxMP4StreamingLite
Tested under:
- CentOS 5.2
- FreeBSD 6.2
- Leopard 10.5.5
- nginx/0.6.32 and nginx/0.7.19
Both 32-bit and 64-bit
This module compiles but unlikely works on big-endian architectures.
2008-11-01
- start=0 (or 0.0) was allowed in order to send the re-indexed whole file.
- a directio-related neglect was fixed.
- mp4_directio directive was removed and the module now follows the
server-wide
directio setting.
Your feedback is greatly appreciated.
Best wishes,
191919