<font color="#333399"><font>I am no expert in streaming, but I read from the <a href="http://nginx.org/en/docs/http/ngx_http_mp4_module.html">ngx_http_mp4_module</a> page a special request of 'start=0' would transfer metadata.<br>
Maybe without it, the file would simply be considered as a normal file and then served completely before being able to be read ?<br><br>My 2 cents...</font></font><br clear="all"><font size="1"><span style="color:rgb(102,102,102)">---<br>
</span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font><br>
<br><br><div class="gmail_quote">On Sun, Jan 29, 2012 at 22:09, Ondrej Jombik <span dir="ltr"><<a href="mailto:jombik@platon.org">jombik@platon.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It is great that MP4 module came out. So we decided to migrate our video<br>
streaming servers to nginx. In fact those are our last non-nginx<br>
webservers (not counting IIS).<br>
<br>
However we have some troubles. In our Flash player, MP4 video starts<br>
play only after it is completelly loaded. I thought there is problem<br>
with player, so I tried open-source flowplayer and it was the same.<br>
<br>
So I thought that there is problem with nginx HTTP response. I compared<br>
it completelly to lighttpd response, and made them exactly same. I even<br>
changed the nginx server name to "lighttpd" (source recompilation was<br>
needed), added headers like "X-Mod-H264-Streaming", but still no luck.<br>
<br>
When serving video through lighttpd, it starts play immediately.<br>
When serving through nginx, it starts play only after it is fully<br>
loaded.<br>
<br>
However requests for partial files like video.mp4?start=32.33 works well<br>
with nginx. I think there is problem with initial request (the one<br>
without "start" parameter).<br>
<br>
I'm stuck. Any ideas what else should be checked?<br>
Any advice would be appreciated. Thanks.<br>
<br>
Ondrej<br><font color="#888888">
<br>
--<br>
Ondrej JOMBIK<br>
Platon Technologies s.r.o., Hlavna 3, Sala SK-92701<br>
+421 903 PLATON - <a href="mailto:info@platon.org" target="_blank">info@platon.org</a> - <a href="http://platon.org" target="_blank">http://platon.org</a><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/<u></u>mailman/listinfo/nginx</a><br>
</font></blockquote></div><br>