Update 2011-11-02: As of version 1.0.7, nginx has built-in support for mp4 streaming.
When compiling Nginx with the nginx_mod_h264_streaming module, you might run into this error:
error: ‘ngx_http_request_t’ has no member named ‘zero_in_uri’
Apply this patch or manual patch it like this:
Look for this piece of code, and remove it.
Save the file and run “make” again in the nginx directory.