Ticket #1021 (closed enhancement: fixed)
Ceil HTTP offset requests to milliseconds
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Flash 5.3 | |
| Component: | Keywords: | ||
| Cc: | pablo | Forum thread: |
Description
This ceiling to milliseconds will fix the issue of the server sometimes returning one keyframe too early. Next, the video stops too early. Very rare issue, but it can be fixed with this small ceil.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [1201] by ceiling time offsets to 1/100 second. As of now, a request like this:
Will be sent as:
This will make the server return the keyframe at 12.6666666666666 instead of the previous one (at e.g. 10.53) due to float issues.