commit | e175e5ec1636fc638465187f3d5c6166d92388ed | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Mon Dec 16 10:16:32 2013 -0800 |
committer | Lajos Molnar <lajos@google.com> | Mon Dec 16 12:42:01 2013 -0800 |
tree | 43b8038221555045a36cfdfb39085ee9bcdfddd4 | |
parent | bd432deca2f4c38a61bc6666ed6d940aa51ad9d7 [diff] |
stagefright: Fix bugs in playlist fetcher logic 1. Improve start time: start playback as soon as the target duration or 10s was buffered. 2. Select playlist monitor time based on target duration to avoid continuously missing the boat. 3. If "we miss the boat" we still must request a safe sequence number (last - 3) Change-Id: Ie99c360ac67b152ad9af19e9c6e520016f67e4e3 Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 12060952