Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mp4 module
On Sun, Sep 11, 2011 at 11:39:16PM +0300, Андрей Василишин wrote:
> Собрал нгинкс с модулем без патча:
> location /player_frame {
> root /var/www/site/data/www;
> open_file_cache max=3000 inactive=120s;
> open_file_cache_valid 30s;
> open_file_cache_min_uses 2;
> open_file_cache_errors off;
> output_buffers 1 512k;
> try_files
> /s4.site.com-st1$uri
> /s4.site.com-st2$uri
> /s4.site.com-st3$uri
> /s4.site.com-st4$uri
> /s4.site.com-st5$uri
> /s4.site.com-st6$uri
> /s4.site.com-st7$uri
> /s4.site.com-st8$uri
> =404;
> }
Все директивы open_file_cache... можно вынести на уровень server.
> Почему возникает start time is out mp4 stsc chunks in ""
> И еще вопрос, параметр start=xxx в каких единица надо передавать
> (секундах|кадрах|байтах)?
В секундах, конечно. Потому и ошибка.
Если бы было в байтах, то не нужно было бы городить этот модуль.
> 2011/09/11 22:45:12 [debug] 16008#0: *410634 http request line: "GET
> /flv/7b709930f3c21d2823018e9c9b43466e/10570.mp4?start=19097 HTTP/1.1"
> 2011/09/11 22:45:12 [debug] 16008#0: *410634 mvhd timescale:600,
> duration:904678, time:1507.797s
> Продолжительность : 25 м.
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|