[
https://issues.apache.org/jira/browse/GUACAMOLE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953935#comment-16953935
]
Mike Jumper commented on GUACAMOLE-896:
---------------------------------------
{quote}
I use guacamole-common-js to play session recording file. I found the Class
StaticHTTPTunnel will parse stream data to frame and store frames in a array
buffer. May it too larger to store all frames in a javascript array buffer?
{quote}
Yes. It is unlikely that the browser can load a 1 GB recording into memory. I
recently wrote a Blob-based variant of the player as an experimental attempt to
avoid hitting this limitation. Perhaps you could try that?
https://player.glyptodon.com/
Assuming that does work as intended, it's probably worth finding a way to bring
that into guacamole-common-js.
{quote}
Does it have limitation to use guacamole-common-js.
{quote}
I'm not sure what you're asking here.
> 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)