mike-jumper opened a new pull request #705: URL: https://github.com/apache/guacamole-client/pull/705
This change adapts the player implementation from https://github.com/glyptodon/glyptodon-enterprise-player, adding a screen for playing back session recordings stored alongside history records. When an extension provides session recordings for history entries, a link to play back that recording directly and within Apache Guacamole is displayed in the "Logs" column of the history list:  Clicking on the link navigates to a screen with a player that loads the recording and allows it to be played back:  This can be used in practice by: 1. Installing the "guacamole-history-recording-storage" extension (from #698). 2. Configuring a connection for session recording by ... * ... setting its recording path to `${HISTORY_PATH}/${HISTORY_UUID}` and checking "automatically create path":  * ... or setting recording path to `${HISTORY_PATH}` and the recording name to `${HISTORY_UUID}`:  As long as Guacamole can read the contents of the path used by "guacamole-history-recording-storage", the recordings created through using that connection will appear alongside the corresponding history entries. -- 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]
