CentOS 5 - NGiNX - AIO

Igor Sysoev igor at sysoev.ru
Thu Oct 13 12:47:20 UTC 2011


On Thu, Oct 13, 2011 at 08:37:53AM -0400, gus wrote:
> Игорь мы это уже обсуждали в другой
> теме. у меня ffmpeg конвертирует с h264.
> без nginx_mod_h264_streaming-2.2.7 и с mp4_module Я не могу
> мотать ролики. :(

Если Линукс 32-битный, то прилагаемый патч должен помочь.


-- 
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
Index: src/http/modules/ngx_http_mp4_module.c
===================================================================
--- src/http/modules/ngx_http_mp4_module.c	(revision 4189)
+++ src/http/modules/ngx_http_mp4_module.c	(revision 4190)
@@ -1882,7 +1882,7 @@
     }
 
     entries = trak->time_to_sample_entries;
-    start_time = mp4->start * trak->timescale / 1000;
+    start_time = (uint64_t) mp4->start * trak->timescale / 1000;
 
     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0,
                    "time-to-sample start_time:%uL", start_time);


More information about the nginx mailing list