Ticket #1021 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by jeroen

  • Cc pablo added
  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [1201] by ceiling time offsets to 1/100 second. As of now, a request like this:

video.mp4?starttime=12.6666666666666

Will be sent as:

video.mp4?starttime=12.67

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.

Note: See TracTickets for help on using tickets.