

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
10 messages in ru.sysoev.nginxRE: Re: nginx h.264 streaming module ...| From | Sent On | Attachments |
|---|---|---|
| 伍鹏 | Feb 23, 2009 11:16 pm | |
| 伍鹏 | Feb 23, 2009 11:40 pm | |
| 伍鹏 | Feb 24, 2009 12:10 am | |
| Glen Lumanau | Feb 24, 2009 1:41 am | |
| 伍鹏 | Feb 24, 2009 2:25 am | |
| 伍鹏 | Feb 24, 2009 2:28 am | |
| Glen Lumanau | Feb 24, 2009 2:30 am | |
| Glen Lumanau | Feb 24, 2009 9:36 pm | |
| 伍鹏 | Feb 24, 2009 10:32 pm | |
| Fernando Perez | Mar 2, 2009 2:30 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | RE: Re: nginx h.264 streaming module updated | Actions... |
|---|---|---|
| From: | Glen Lumanau (gl...@lumanau.web.id) | |
| Date: | Feb 24, 2009 1:41:50 am | |
| List: | ru.sysoev.nginx | |
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: owne...@sysoev.ru [mailto:owne...@sysoev.ru] On Behalf Of ?? Sent: 24 Februari 2009 15:11 To: ngi...@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
收件人: ngi...@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
收件人: ngi...@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
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







