]> git.kaiwu.me - nginx.git/commit
Mp4: skip tracks shorter than seek position (ticket #414).
authorRoman Arutyunyan <arut@nginx.com>
Wed, 29 Jan 2014 09:33:45 +0000 (13:33 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 29 Jan 2014 09:33:45 +0000 (13:33 +0400)
commit88f9b411f03dbb587399bb250cfdcbf0dcdaceb0
tree67185068a8aa2a0e1d1e780248ee581a0181e108
parent870733ebd6275ac917d1a517760cd1c283870c59
Mp4: skip tracks shorter than seek position (ticket #414).

Mp4 module does not check movie and track durations when reading
file.  Instead it generates errors when track metadata is shorter
than seek position.  Now such tracks are skipped and movie duration
check is performed at file read stage.
src/http/modules/ngx_http_mp4_module.c