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:
   
   ![View link in history 
UI](https://user-images.githubusercontent.com/4632905/156635900-dfbac597-38a5-4a27-84ca-d5f50bf7137f.png)
   
   Clicking on the link navigates to a screen with a player that loads the 
recording and allows it to be played back:
   
   ![Player 
interface](https://user-images.githubusercontent.com/4632905/156636112-2f6a9e96-bba9-459e-ac63-a355d8be035f.png)
   
   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":
   
        ![Configuring session recording with the path containing the history 
UUID](https://user-images.githubusercontent.com/4632905/156636485-97387511-8ac5-47d7-bfa3-9f58ebcfaa53.png)
   
      * ... or setting recording path to `${HISTORY_PATH}` and the recording 
name to `${HISTORY_UUID}`:
   
        ![Configuring session recording with the name containing the history 
UUID](https://user-images.githubusercontent.com/4632905/156636649-be4a2e4b-7e3b-4eaf-8ca3-b12a5aaee343.png)
   
   
   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]


Reply via email to