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` Copyright (C) 2008.09.08 Freewind Wu http://www.openv.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >. Change Log ____________________________________ v0.2 2009.02.24 Freewind Wu Now it works on 32 bit and 64 bit boxes. v0.1 2008.09.08 Freewind Wu First edition. a simple demo can be found here http://211.100.49.134:8081/mp4streaming/test.html Best Regard, Freewind Wu 2009-02-24
on 2009-02-24 08:24
on 2009-02-24 08:49
Sorry I made a mistake, I write a wrong IP address for source code download. source code should be downloaded here http://211.100.49.134:8081/mp4.tar.bz2 , NOT http://218.244.191.134:8081/mp4.tar.bz2 ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:35:56 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: nginx h.264 streaming module updated 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 <-- WRONG ADDRESS 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` Copyright (C) 2008.09.08 Freewind Wu http://www.openv.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >. Change Log ____________________________________ v0.2 2009.02.24 Freewind Wu Now it works on 32 bit and 64 bit boxes. v0.1 2008.09.08 Freewind Wu First edition. a simple demo can be found here http://211.100.49.134:8081/mp4streaming/test.html Best Regard, Freewind Wu 2009-02-24
on 2009-02-24 09:18
Ohh, another mistake download url should be http://211.100.49.134:8081/mp4.tar.gz , not http://211.100.49.134:8081/mp4.tar.bz2 So sorry. ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:57:29 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: Re: nginx h.264 streaming module updated Sorry I made a mistake, I write a wrong IP address for source code download. source code should be downloaded here http://211.100.49.134:8081/mp4.tar.bz2 , NOT http://218.244.191.134:8081/mp4.tar.bz2 ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:35:56 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: nginx h.264 streaming module updated 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 <-- WRONG ADDRESS 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` Copyright (C) 2008.09.08 Freewind Wu http://www.openv.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >. Change Log ____________________________________ v0.2 2009.02.24 Freewind Wu Now it works on 32 bit and 64 bit boxes. v0.1 2008.09.08 Freewind Wu First edition. a simple demo can be found here http://211.100.49.134:8081/mp4streaming/test.html Best Regard, Freewind Wu 2009-02-24
on 2009-02-24 10:50
There’s an error while compiling cc1: warnings being treated as errors src/http/modules/mp4/ngx_http_mp4_module.c: In function ângx_http_mp4_handlerâ: src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison between signed and unsigned make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1 make[1]: Leaving directory `/root/nginx-0.7.38' make: *** [build] Error 2 From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of ?? Sent: 24 Februari 2009 15:11 To: nginx@sysoev.ru Subject: Re: Re: nginx h.264 streaming module updated Ohh, another mistake download url should be http://211.100.49.134:8081/mp4.tar. <http://211.100.49.134:8081/mp4.tar.gz> gz , not http://211.100.49.134:8081/mp4.tar.bz2 So sorry. _____ ä¼é¹ 2009-02-24 _____ å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:57:29 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: Re: nginx h.264 streaming module updated Sorry I made a mistake, I write a wrong IP address for source code download. source code should be downloaded here http://211.100.49.134:8081/mp4.tar.bz2 , NOT http://218.244.191.134:8081/mp4.tar.bz2 _____ ä¼é¹ 2009-02-24 _____ å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:35:56 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: nginx h.264 streaming module updated 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 <-- WRONG ADDRESS 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` Copyright (C) 2008.09.08 Freewind Wu http://www.openv.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >. Change Log ____________________________________ v0.2 2009.02.24 Freewind Wu Now it works on 32 bit and 64 bit boxes. v0.1 2008.09.08 Freewind Wu First edition. a simple demo can be found here http://211.100.49.134:8081/mp4streaming/test.html Best Regard, Freewind Wu 2009-02-24
on 2009-02-24 11:46
I know what happened. Can you re-download and re-compile the source code? I guess it is because the wrong version of the code. Thank you! Freewind Wu 2009-02-24 å‘件人: Glen Lumanau å‘逿—¶é—´ï¼š 2009-02-24 18:08:06 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: RE: Re: nginx h.264 streaming module updated There’s an error while compiling cc1: warnings being treated as errors src/http/modules/mp4/ngx_http_mp4_module.c: In function angx_http_mp4_handlera: src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison between signed and unsigned make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1 make[1]: Leaving directory `/root/nginx-0.7.38' make: *** [build] Error 2 From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of ?? Sent: 24 Februari 2009 15:11 To: nginx@sysoev.ru Subject: Re: Re: nginx h.264 streaming module updated Ohh, another mistake download url should be http://211.100.49.134:8081/mp4.tar.gz , not http://211.100.49.134:8081/mp4.tar.bz2 So sorry. ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:57:29 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: Re: nginx h.264 streaming module updated Sorry I made a mistake, I write a wrong IP address for source code download. source code should be downloaded here http://211.100.49.134:8081/mp4.tar.bz2 , NOT http://218.244.191.134:8081/mp4.tar.bz2 ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:35:56 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: nginx h.264 streaming module updated 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 <-- WRONG ADDRESS 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` Copyright (C) 2008.09.08 Freewind Wu http://www.openv.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >. Change Log ____________________________________ v0.2 2009.02.24 Freewind Wu Now it works on 32 bit and 64 bit boxes. v0.1 2008.09.08 Freewind Wu First edition. a simple demo can be found here http://211.100.49.134:8081/mp4streaming/test.html Best Regard, Freewind Wu 2009-02-24
on 2009-02-24 11:50
Glen, you mean this line? 458: while(abs(ftell(infile)) < filesize) and what is your OS and your box? I have tested it on Gentoo 32 & 64 Bit platform. Freewind Wu 2009-02-24 å‘件人: Glen Lumanau å‘逿—¶é—´ï¼š 2009-02-24 18:08:06 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: RE: Re: nginx h.264 streaming module updated There’s an error while compiling cc1: warnings being treated as errors src/http/modules/mp4/ngx_http_mp4_module.c: In function angx_http_mp4_handlera: src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison between signed and unsigned make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1 make[1]: Leaving directory `/root/nginx-0.7.38' make: *** [build] Error 2 From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of ?? Sent: 24 Februari 2009 15:11 To: nginx@sysoev.ru Subject: Re: Re: nginx h.264 streaming module updated Ohh, another mistake download url should be http://211.100.49.134:8081/mp4.tar.gz , not http://211.100.49.134:8081/mp4.tar.bz2 So sorry. ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:57:29 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: Re: nginx h.264 streaming module updated Sorry I made a mistake, I write a wrong IP address for source code download. source code should be downloaded here http://211.100.49.134:8081/mp4.tar.bz2 , NOT http://218.244.191.134:8081/mp4.tar.bz2 ä¼é¹ 2009-02-24 å‘件人: ä¼é¹ å‘逿—¶é—´ï¼š 2009-02-24 15:35:56 收件人: nginx@sysoev.ru 抄é€ï¼š 主题: nginx h.264 streaming module updated 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 <-- WRONG ADDRESS 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` Copyright (C) 2008.09.08 Freewind Wu http://www.openv.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/ >. Change Log ____________________________________ v0.2 2009.02.24 Freewind Wu Now it works on 32 bit and 64 bit boxes. v0.1 2008.09.08 Freewind Wu First edition. a simple demo can be found here http://211.100.49.134:8081/mp4streaming/test.html Best Regard, Freewind Wu 2009-02-24
on 2009-02-24 11:55
I tried on a debian 32bit servers Best Regards, Glen Lumanau - Sent from my BlackBerry®
on 2009-02-25 06:51
Already redownload and recompile
Still got the same error
-o objs/addon/mp4/ngx_http_mp4_module.o \
src/http/modules/mp4/ngx_http_mp4_module.c
cc1: warnings being treated as errors
src/http/modules/mp4/ngx_http_mp4_module.c: In function
ângx_http_mp4_handlerâ:
src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison
between signed and unsigned
make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1
make[1]: Leaving directory `/root/nginx-0.7.38'
make: *** [build] Error 2
From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of
??
Sent: 24 Februari 2009 17:29
To: nginx@sysoev.ru
Subject: Re: RE: Re: nginx h.264 streaming module updated
I know what happened.
Can you re-download and re-compile the source code?
I guess it is because the wrong version of the code.
Thank you!
_____
Freewind Wu
2009-02-24
_____
å‘件人: Glen Lumanau
å‘逿—¶é—´ï¼š 2009-02-24 18:08:06
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: RE: Re: nginx h.264 streaming module updated
There’s an error while compiling
cc1: warnings being treated as errors
src/http/modules/mp4/ngx_http_mp4_module.c: In function
ângx_http_mp4_handlerâ:
src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison
between signed and unsigned
make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1
make[1]: Leaving directory `/root/nginx-0.7.38'
make: *** [build] Error 2
From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of
??
Sent: 24 Februari 2009 15:11
To: nginx@sysoev.ru
Subject: Re: Re: nginx h.264 streaming module updated
Ohh, another mistake
download url should be http://211.100.49.134:8081/mp4.tar.
<http://211.100.49.134:8081/mp4.tar.gz> gz ,
not http://211.100.49.134:8081/mp4.tar.bz2
So sorry.
_____
ä¼é¹
2009-02-24
_____
å‘件人: ä¼é¹
å‘逿—¶é—´ï¼š 2009-02-24 15:57:29
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: Re: nginx h.264 streaming module updated
Sorry I made a mistake, I write a wrong IP address for source code
download.
source code should be downloaded here
http://211.100.49.134:8081/mp4.tar.bz2 , NOT
http://218.244.191.134:8081/mp4.tar.bz2
_____
ä¼é¹
2009-02-24
_____
å‘件人: ä¼é¹
å‘逿—¶é—´ï¼š 2009-02-24 15:35:56
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: nginx h.264 streaming module updated
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 <-- WRONG ADDRESS
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`
Copyright (C) 2008.09.08 Freewind Wu
http://www.openv.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/ >.
Change Log
____________________________________
v0.2 2009.02.24 Freewind Wu
Now it works on 32 bit and 64 bit boxes.
v0.1 2008.09.08 Freewind Wu
First edition.
a simple demo can be found here
http://211.100.49.134:8081/mp4streaming/test.html
Best Regard,
Freewind Wu
2009-02-24
on 2009-02-25 07:42
ngx_http_mp4_module.c
please check the file date, it should be Feb 24 15:03 .
the file size should be 50121
if it still report the comile error, check the 458 line of the source
code, it should be
while(abs(ftell(infile)) < filesize)
Freewind Wu
2009-02-25
å‘件人: Glen Lumanau
å‘逿—¶é—´ï¼š 2009-02-25 14:00:38
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: RE: RE: Re: nginx h.264 streaming module updated
Already redownload and recompile
Still got the same error
-o objs/addon/mp4/ngx_http_mp4_module.o \
src/http/modules/mp4/ngx_http_mp4_module.c
cc1: warnings being treated as errors
src/http/modules/mp4/ngx_http_mp4_module.c: In function
angx_http_mp4_handlera:
src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison
between signed and unsigned
make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1
make[1]: Leaving directory `/root/nginx-0.7.38'
make: *** [build] Error 2
From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of
??
Sent: 24 Februari 2009 17:29
To: nginx@sysoev.ru
Subject: Re: RE: Re: nginx h.264 streaming module updated
I know what happened.
Can you re-download and re-compile the source code?
I guess it is because the wrong version of the code.
Thank you!
Freewind Wu
2009-02-24
å‘件人: Glen Lumanau
å‘逿—¶é—´ï¼š 2009-02-24 18:08:06
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: RE: Re: nginx h.264 streaming module updated
There’s an error while compiling
cc1: warnings being treated as errors
src/http/modules/mp4/ngx_http_mp4_module.c: In function
angx_http_mp4_handlera:
src/http/modules/mp4/ngx_http_mp4_module.c:458: error: comparison
between signed and unsigned
make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1
make[1]: Leaving directory `/root/nginx-0.7.38'
make: *** [build] Error 2
From: owner-nginx@sysoev.ru [mailto:owner-nginx@sysoev.ru] On Behalf Of
??
Sent: 24 Februari 2009 15:11
To: nginx@sysoev.ru
Subject: Re: Re: nginx h.264 streaming module updated
Ohh, another mistake
download url should be http://211.100.49.134:8081/mp4.tar.gz ,
not http://211.100.49.134:8081/mp4.tar.bz2
So sorry.
ä¼é¹
2009-02-24
å‘件人: ä¼é¹
å‘逿—¶é—´ï¼š 2009-02-24 15:57:29
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: Re: nginx h.264 streaming module updated
Sorry I made a mistake, I write a wrong IP address for source code
download.
source code should be downloaded here
http://211.100.49.134:8081/mp4.tar.bz2 , NOT
http://218.244.191.134:8081/mp4.tar.bz2
ä¼é¹
2009-02-24
å‘件人: ä¼é¹
å‘逿—¶é—´ï¼š 2009-02-24 15:35:56
收件人: nginx@sysoev.ru
抄é€ï¼š
主题: nginx h.264 streaming module updated
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 <-- WRONG ADDRESS
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`
Copyright (C) 2008.09.08 Freewind Wu
http://www.openv.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/ >.
Change Log
____________________________________
v0.2 2009.02.24 Freewind Wu
Now it works on 32 bit and 64 bit boxes.
v0.1 2008.09.08 Freewind Wu
First edition.
a simple demo can be found here
http://211.100.49.134:8081/mp4streaming/test.html
Best Regard,
Freewind Wu
2009-02-24
on 2009-03-02 23:30
ä¼é¹ 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?
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.