http_mp4_module broken in v1.0.8?

Lukas Tribus luky-37 at hotmail.com
Sat Oct 29 20:31:02 UTC 2011


Hello list,

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:


> dev:~#curl -I "http://localhost/test.mp4?start=1170.00"
> HTTP/1.1 200 OK
> Server: nginx/1.0.8
> Date: Sun, 30 Oct 2011 03:28:08 GMT
> Content-Type: video/mp4
> Content-Length: 114308289
> Last-Modified: Sun, 30 Oct 2011 02:44:36 GMT
> Connection: keep-alive
> Expires: Sun, 30 Oct 2011 03:28:18 GMT
> Cache-Control: max-age=10
> 
> 
> dev:~#curl -I "http://localhost/test.mp4?start=1170.00"
> HTTP/1.1 200 OK
> Server: nginx/1.1.6
> Date: Sun, 30 Oct 2011 03:44:38 GMT
> Content-Type: video/mp4
> Content-Length: 5816030
> Last-Modified: Sun, 30 Oct 2011 02:44:36 GMT
> Connection: keep-alive
> Expires: Sun, 30 Oct 2011 03:44:48 GMT
> Cache-Control: max-age=10


Anyone with --with-http_mp4_module working in nginx/1.0.8?

 		 	   		  


More information about the nginx mailing list