VPLAY-12270: After trickplay to live edge and playback is resumed, Latency value is printed negative#996
Open
srikanthreddybijjam-comcast wants to merge 1 commit intodev_sprint_25_2from
Open
Conversation
…tency value is printed negative Reason for change: Added Logs for further validations Test Procedure: Refer jira ticket VPLAY-12270 Priority: P1 Signed-off-by: srikanthreddybijjam-comcast <srikanthreddybijjam.2000@gmail.com>
Copilot started reviewing on behalf of
srikanthreddybijjam-comcast
February 9, 2026 06:35
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds additional logging in PrivateInstanceAAMP::MonitorProgress() to help validate scenarios where live latency is calculated as negative after returning to the live edge (DASH and HLS paths).
Changes:
- Add WARN logs when computed live latency is negative for DASH live (wall-clock-based calculation).
- Add WARN logs when computed live latency is negative for HLS live (live-edge-based calculation).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change: Added Logs for further validations
Risks: Low
Test Procedure: Refer jira ticket VPLAY-12270
Priority: P1