| From | Sent On | Attachments |
|---|---|---|
| Sean Allen | May 9, 2008 10:30 am | |
| Igor Sysoev | May 9, 2008 10:40 am | |
| Sean Allen | May 9, 2008 2:11 pm | |
| Jonathan Vanasco | May 9, 2008 6:32 pm | |
| Rapsey | May 10, 2008 12:32 am | |
| Sean Allen | May 12, 2008 11:00 pm | |
| mike | Jun 13, 2008 6:03 pm | |
| Rapsey | Jun 13, 2008 10:14 pm | |
| Igor Sysoev | Jun 13, 2008 10:24 pm | |
| mike | Jun 13, 2008 10:30 pm | |
| mike | Jun 13, 2008 10:40 pm | |
| Igor Sysoev | Jun 13, 2008 10:46 pm | |
| Igor Sysoev | Jun 13, 2008 10:50 pm | |
| mike | Jun 16, 2008 1:06 pm | |
| Maxim Dounin | Jun 16, 2008 3:59 pm | |
| mike | Jun 16, 2008 4:36 pm | |
| Igor Sysoev | Jun 17, 2008 1:19 am | |
| mike | Jun 17, 2008 11:56 am | |
| Igor Sysoev | Jun 17, 2008 1:32 pm | |
| Thomas | Oct 7, 2008 3:15 pm | |
| Kon Wilms | Oct 7, 2008 3:20 pm | |
| Kon Wilms | Oct 7, 2008 4:03 pm | |
| 伍鹏 | Oct 7, 2008 5:19 pm | |
| 伍鹏 | Oct 7, 2008 5:54 pm | |
| 伍鹏 | Oct 7, 2008 7:56 pm | |
| 伍鹏 | Oct 7, 2008 10:08 pm | |
| Thomas | Oct 8, 2008 2:50 am | |
| 伍鹏 | Oct 8, 2008 3:15 am | |
| Kon Wilms | Oct 8, 2008 9:00 am | |
| Thomas | Oct 8, 2008 11:54 am | |
| 伍鹏 | Oct 8, 2008 5:29 pm | |
| 焦胜强 | Oct 8, 2008 6:09 pm | |
| Thomas | Oct 9, 2008 3:18 am | |
| 伍鹏 | Oct 9, 2008 4:12 am | |
| Thomas | Oct 9, 2008 10:42 am | |
| 伍鹏 | Oct 9, 2008 7:38 pm | |
| mike | Oct 9, 2008 7:50 pm | |
| 伍鹏 | Oct 9, 2008 8:08 pm | |
| 伍鹏 | Oct 10, 2008 6:33 pm | |
| 伍鹏 | Oct 11, 2008 8:19 pm | |
| Rapsey | Oct 14, 2008 7:33 am | |
| Thomas | Oct 14, 2008 9:03 am | |
| Rapsey | Oct 14, 2008 9:24 am | |
| Thomas | Oct 14, 2008 9:33 am | |
| Rapsey | Oct 14, 2008 11:25 am | |
| yong xue | Oct 15, 2008 5:58 am | |
| mike | Oct 15, 2008 8:21 am | |
| 伍鹏 | Oct 15, 2008 4:40 pm | |
| Thomas | Nov 10, 2008 6:47 am | |
| 伍鹏 | Nov 27, 2008 12:00 am |
| Subject: | Re: Re: Re: h.264 streaming support? | |
|---|---|---|
| From: | 伍鹏 (wup...@openv.cn) | |
| Date: | Oct 9, 2008 4:12:19 am | |
| List: | ru.sysoev.nginx | |
Dear Thomas,
I updated the source code today and removed some junk code.
I recommand you download a new version http://218.244.191.134:8081/mp4.tar.bz2
and compile again, and then tell me the compiler output.
Please tell me you machine 32bit or 64bit, what CPU type, your os and version,
and your compile version.
I guess you use a 32bit machine, so I added some code to deal with this issue,
maybe I have already solved the compile error and warnings.
Because I do not a 32bit test box, you could download the new version code and
tell me your result.
Best Regard,
Peng Wu 2008-10-09
------------------------------------------------------------- 发件人:Thomas 发送日期:2008-10-09 18:39:55 收件人:ngi...@sysoev.ru 抄送: 主题:Re: Re: Re: h.264 streaming support?
Hi,
I checked the changelog for Nginx, and indeed the directio function was introduced in 0.7.7. So I tried compiling with 0.7.17, and now I get the following error message:
--- src/http/modules/mp4//ngx_http_mp4_module.c: In function 'ngx_http_mp4_handler': src/http/modules/mp4//ngx_http_mp4_module.c:551: warning: comparison between signed and unsigned src/http/modules/mp4//ngx_http_mp4_module.c:581: warning: passing argument 4 of 'moov_seek' from incompatible pointer type src/http/modules/mp4//ngx_http_mp4_module.c: In function 'atom_read_header': src/http/modules/mp4//ngx_http_mp4_module.c:777: warning: cast from pointer to integer of different size make[1]: *** [objs/addon/mp4/ngx_http_mp4_module.o] Error 1 make: *** [build] Error 2
---
I recall a former post on this topic:
--- I'm not sure manipulating mp4 files is a good idea in a single process server. Also Adobe released a new FLV specification a few days ago that supports h264, so there is no real need for supporting mp4 files, because the flv streaming module already works.
Sergej
--- Has anyone experienced any problem about that? If I understand correctly, the mp4 file format was not designed to be streamed online.





