nginx h.264 streaming module updated
Fernando Perez
lists at ruby-forum.com
Tue Mar 3 01:30:42 MSK 2009
伍鹏 wrote:
> Dear all,
>
> ngx_http_mp4_module.c
> v 0.2
>
> ngx_http_mp4_module - nginx module for pseudo-streaming Quicktime/MPEG4
> files.
> Based on http://h264.code-shop.com/trac
>
> compile & intall
> 1. wget http://218.244.191.134:8081/mp4.tar.bz2
> 2. tar xfj mp4.tar.bz2
> 3. mv mp4 your_path/nginx-0.7.38/src/http/modules
> 4. cd your_path/nginx-0.7.38
> 5. ./configure --with-http_flv_module --add-module=src/http/modules/mp4
> 6. make
> 7. make install
> 8. kill -HUP `cat /usr/local/nginx/logs/nginx.pid`
>
Hi, are you the same author as here:
http://wiki.codemongers.com/NginxMP4StreamingLite ?
Modules are becoming a mess to track in Nginx. Can't we have a kind of
official updated repository of available modules and such?
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list