the new mp4 module (–with-http_mp4_module) doesn’t work for me at all
in v1.0.8 (JWPlayer just stalls and keeps buffering after seeking), but
it works great with nginx v1.1.6. Same configuration, same mp4 file.
Please see the following HTTP HEAD on the MP4 file, first request
against nginx/1.0.8, second against nginx/1.1.6, please compare
Content-Length:
Cache-Control: max-age=10
Anyone with --with-http_mp4_module working in nginx/1.0.8?
On Sat, Oct 29, 2011 at 10:31:02PM +0200, Lukas T. wrote:
the new mp4 module (–with-http_mp4_module) doesn’t work for me
at all in v1.0.8 (JWPlayer just stalls and keeps buffering after
seeking), but it works great with nginx v1.1.6. Same
configuration, same mp4 file.
Please see the following HTTP HEAD on the MP4 file, first
request against nginx/1.0.8, second against nginx/1.1.6, please
compare Content-Length:
The mp4 module in 1.1.6 has some bugfixes which aren’t yet merged
into 1.0.x. Likely you are facing one of this bugs, most likely the
problem with 32-bit platforms.
the new mp4 module (–with-http_mp4_module) doesn’t work for me at all in v1.0.8
(JWPlayer just stalls and keeps buffering after seeking), but it works great with
nginx v1.1.6. Same configuration, same mp4 file.
http://nginx.org/en/CHANGES
Changes with nginx 1.1.6
*) Bugfix: the module ngx_http_mp4_module did not support seeking on
32-bit platforms.