]> git.kaiwu.me - nginx.git/commit
Merge of r4688, r4689, r4706:
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2012 16:56:53 +0000 (16:56 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2012 16:56:53 +0000 (16:56 +0000)
commit02f8e0ecd3ecb9cbd367162e62832e406012755a
treec7c3d5ccc465994d91bf0badd3f9db0de913441a
parentc7fcd1e78a0af29d8242ba47a54b3651eeacf0e8
Merge of r4688, r4689, r4706:

*) Mp4: fixed non-keyframe seeks in some cases (ticket #175).

   Number of entries in stsc atom was wrong if we've added an entry to
   split a chunk.

   Additionally, there is no need to add an entry if we are going to split
   last chunk in an entry, it's enough to update the entry we already have.
   Previously new entry was added and old one was left as is, resulting in
   incorrect entry with zero chunks which might confuse some software.

*) Mp4: fixed streaming if moov atom is at buffer edge.
src/http/modules/ngx_http_mp4_module.c