Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
Description
The new support for in-browser playback of Guacamole recordings works well, but is slow when the recording is large due to the processing required for generating keyframes. This processing is unavoidable, but the user experience could be improved by:
- Automatically generating keyframes in the background, even when not playing video (but pausing this process when the video is playing).
- When seeking forward, leveraging the above background keyframe generation process and providing feedback, such that the browser remains responsive and users can see that the video is loading, even if that loading process is slow.