VPLAY-12736: Add debug logs when latency is printed as negative#1038
Merged
pstroffolino merged 3 commits intodev_sprint_25_2from Feb 18, 2026
Merged
VPLAY-12736: Add debug logs when latency is printed as negative#1038pstroffolino merged 3 commits intodev_sprint_25_2from
pstroffolino merged 3 commits intodev_sprint_25_2from
Conversation
Copilot started reviewing on behalf of
srikanthreddybijjam-comcast
February 17, 2026 05:36
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds diagnostic logging to detect negative latency calculations in the AAMP player's progress monitoring system. The changes specifically target a production issue (VPLAY-12736) where negative latency values are being reported after trickplay operations to the live edge.
Changes:
- Added conditional logging for negative latency values in both DASH and HLS live stream scenarios
- Logs include detailed diagnostic information (latency value and contributing variables) to help identify the root cause of latency calculation overflow/underflow
59777ec to
0f19756
Compare
…tency value is printed negative Reason for change: Added Logs for Negative Latency Test Procedure: Refer jira ticket VPLAY-12270 Priority: P1 Signed-off-by: srikanthreddybijjam-comcast <srikanthreddybijjam.2000@gmail.com>
0f19756 to
e0eaf23
Compare
Copilot started reviewing on behalf of
srikanthreddybijjam-comcast
February 18, 2026 05:41
View session
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 when negative latency occurs
Risks: Low
Test Procedure: Refer jira ticket VPLAY-12736
Priority: P1