h.264 streaming support?

伍鹏 wupeng at openv.cn
Thu Nov 27 11:01:09 MSK 2008


Dear all,
 				

>I have implementated an H.264 streaming module, you can download it from
>http://218.244.191.134:8081/mp4.tar.bz2
The source code has been moved to http://211.100.49.134:8081/mp4.tar.gz
the old server 218.244.191.134 is not available.

>install & compile
>1. wget http://211.100.49.134:8081/mp4.tar.gz
>2. tar xfj mp4.tar.bz2
>3. mv mp4 your_path/nginx-0.7.22/src/http/modules
>4. cd your_path/nginx-0.7.22/src/http/modules
>5. ./configure --with-http_flv_module --add-module=src/http/modules/mp4
>6. make
>7. make install
>8.sample configure:

>location ~ \.mp4$ {
>    mp4;    
>    #limit_conn  one  2;
>    #limit_rate  512k;
>}

>location ~ \.flv$ { 
>    flv; 
>    #limit_conn  one  2;
>    #limit_rate  300k;
>}

Enjoy!







More information about the nginx mailing list