atom feed50 messages in ru.sysoev.nginxRe: Re: Re: h.264 streaming support?
FromSent OnAttachments
Sean AllenMay 9, 2008 10:30 am 
Igor SysoevMay 9, 2008 10:40 am 
Sean AllenMay 9, 2008 2:11 pm 
Jonathan VanascoMay 9, 2008 6:32 pm 
RapseyMay 10, 2008 12:32 am 
Sean AllenMay 12, 2008 11:00 pm 
mikeJun 13, 2008 6:03 pm 
RapseyJun 13, 2008 10:14 pm 
Igor SysoevJun 13, 2008 10:24 pm 
mikeJun 13, 2008 10:30 pm 
mikeJun 13, 2008 10:40 pm 
Igor SysoevJun 13, 2008 10:46 pm 
Igor SysoevJun 13, 2008 10:50 pm 
mikeJun 16, 2008 1:06 pm 
Maxim DouninJun 16, 2008 3:59 pm 
mikeJun 16, 2008 4:36 pm 
Igor SysoevJun 17, 2008 1:19 am 
mikeJun 17, 2008 11:56 am 
Igor SysoevJun 17, 2008 1:32 pm 
ThomasOct 7, 2008 3:15 pm 
Kon WilmsOct 7, 2008 3:20 pm 
Kon WilmsOct 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 
ThomasOct 8, 2008 2:50 am 
伍鹏Oct 8, 2008 3:15 am 
Kon WilmsOct 8, 2008 9:00 am 
ThomasOct 8, 2008 11:54 am 
伍鹏Oct 8, 2008 5:29 pm 
焦胜强Oct 8, 2008 6:09 pm 
ThomasOct 9, 2008 3:18 am 
伍鹏Oct 9, 2008 4:12 am 
ThomasOct 9, 2008 10:42 am 
伍鹏Oct 9, 2008 7:38 pm 
mikeOct 9, 2008 7:50 pm 
伍鹏Oct 9, 2008 8:08 pm 
伍鹏Oct 10, 2008 6:33 pm 
伍鹏Oct 11, 2008 8:19 pm 
RapseyOct 14, 2008 7:33 am 
ThomasOct 14, 2008 9:03 am 
RapseyOct 14, 2008 9:24 am 
ThomasOct 14, 2008 9:33 am 
RapseyOct 14, 2008 11:25 am 
yong xueOct 15, 2008 5:58 am 
mikeOct 15, 2008 8:21 am 
伍鹏Oct 15, 2008 4:40 pm 
ThomasNov 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:

Sergej