Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted time, seek, and performance fixes. #197

Merged
merged 1 commit into from
Dec 6, 2015
Merged

Conversation

bengarney
Copy link
Contributor

Live edge changed to 2 segments not 4.
Fix for crash with null index handler.
Fixed issue with incorrect time reporting for five seconds after seek.
Fixed issue where calculating live edge would make seeks extremely slow.
Fixed issue where seeks would always be to end of segment before live
edge, not beginning of segment containing live edge.
Fixed issue where tag slightly out of order at start of some streams
caused corrupt playback.
Fixed time wrap issue in PES Processor and HLS index handler causing
incorrect timing as it tried to use 0 as a reference value when NaN
reference value was more inappropriate.
Get live edge from target quality to appropriately handle bitrate
changes.
More aggressively close best effort fetches.
Refactored getSegmentsForQuality for legibility.

Live edge changed to 2 segments not 4.
Fix for crash with null index handler.
Fixed issue with incorrect time reporting for five seconds after seek.
Fixed issue where calculating live edge would make seeks extremely slow.
Fixed issue where seeks would always be to end of segment before live
edge, not beginning of segment containing live edge.
Fixed issue where tag slightly out of order at start of some streams
caused corrupt playback.
Fixed time wrap issue in PES Processor and HLS index handler causing
incorrect timing as it tried to use 0 as a reference value when NaN
reference value was more inappropriate.
Get live edge from target quality to appropriately handle bitrate
changes.
More aggressively close best effort fetches.
Refactored getSegmentsForQuality for legibility.
einatr added a commit that referenced this pull request Dec 6, 2015
Assorted time, seek, and performance fixes.
@einatr einatr merged commit 95cbbe3 into v2.38 Dec 6, 2015
einatr added a commit that referenced this pull request Dec 9, 2015
This reverts commit 95cbbe3, reversing
changes made to 94dce81.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants