jmuehlner commented on code in PR #891:
URL: https://github.com/apache/guacamole-client/pull/891#discussion_r1235754375


##########
guacamole-common-js/src/main/webapp/modules/SessionRecording.js:
##########
@@ -750,29 +750,38 @@ Guacamole.SessionRecording = function 
SessionRecording(source, refreshInterval)
             // Pull the upcoming frame
             var next = frames[currentFrame + 1];
 
-            // The position at which the next frame should be rendered, taking
-            // into account any accumulated delays from rendering frames so far
-            var nextFramePosition = next.timestamp - startVideoTimestamp + 
startRealTimestamp;

Review Comment:
   Also, the whole idea of scheduling a frame at some different position from 
the actual frame position makes no sense.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to