[
https://issues.apache.org/jira/browse/GUACAMOLE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954960#comment-16954960
]
Mike Jumper commented on GUACAMOLE-896:
---------------------------------------
{quote}
Does it have to load all recording session data to memory before playing?
{quote}
No. As I mentioned above, I wrote it to avoid exactly that limitation. It
initially reads through the file you select to generate a frame index, but
otherwise reads things only from disk.
{quote}
I want to know if any situation could cause recording player failure to work.
As I mentioned before, the player will not work as the session recording file
is too large.
{quote}
Can you please just try the player linked above and see for yourself whether it
works?
{quote}
If it has any possible to split large recording session file to many smaller
size files to play separately?
{quote}
Not trivially. This has been explored, but the performance impact of saving the
equivalent of a keyframe at the beginning of each separate recording leads to
noticeable "hiccups" while using the remote desktop. It might be possible to
find a way to avoid this, but it would not be as straightforward as the minimal
changes made to produce the player above.
> web browser could not play large size of session recording file as 1G size.
> ---------------------------------------------------------------------------
>
> Key: GUACAMOLE-896
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-896
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-common-js
> Affects Versions: 0.9.14, 1.0.0
> Reporter: Eric.lee
> Priority: Minor
>
> Use StaticHTTPTunnel get session recording file, but the file is too large
> to load all data into the browser Chrome memory to play, then the browser
> Chrome crashed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)