Thanks for your Docs, One of the project's intends, is going to record user sessions. These sessions need to be seen by admins. One scenario is that the sessions are downloaded. Behind the scenes, this request is going to decrypt the recorded data and make it downloadable as a video file. But what if the admin doesn't want to download the video and just wants to watch it in their browser? What does this decryption and conversion process look like in this case? Is this done on the backend and the frontend just needs to handle it with a controller, or does the data received from the backend need to be handled (e.g. decrypted and displayed on the frontend) on the frontend?
Thanks, Moze On Wed, Apr 9, 2025 at 10:32 PM Nick Couchman <vn...@apache.org> wrote: > On Wed, Apr 9, 2025 at 2:40 PM M Google_Voice <isnangagayana...@gmail.com> > wrote: > >> Hello dear friend, >> >> I have a front-end project in which I used guacamole. >> In part of this project, sessions are created. These sessions are >> recorded with the help of guacamole. >> I know that I Can see these recorded sessions in my browser. But what do >> I need to do as a front-end developer to do this and show it in my browser? >> What data is given to me by guacamole? >> I would be grateful if you could provide me with documentation or >> comprehensive information about this, it would be of great help to me. >> > > Guacamole documentation can all be found here: > > https://guacamole.apache.org/doc/gug/ > https://guacamole.apache.org/api-documentation/ > > As far as getting access to the recordings, you're going to have to be > more specific about what you implemented and what your questions are. We > can't really give you "comprehensive information" about "what data is given > to [you] by Guacamole" - this question is far too broad in scope. > > -Nick > >>