[
https://issues.apache.org/jira/browse/GUACAMOLE-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Jumper updated GUACAMOLE-250:
-------------------------------------
Description:
Screen recordings of Guacamole sessions are simply dumps of the Guacamole
protocol data from one side of the connection. Currently, these recordings are
played back after being converted to video using {{guacenc}}, but they could
just as easily be played back directly by Guacamole itself. Direct playback
would remove the need to translate recordings to video (an expensive operation)
and would allow playback within any browser which Guacamole already supports.
Since the {{Guacamole.Client}} object accepts any implementation of the
{{Guacamole.Tunnel}} interface, implementing some sort of "playback tunnel"
which would parse Guacamole protocol from a static file (rather than connect
through a Guacamole server tunnel) might be easy.
was:
I used "guacenc" to convert guac protocol recording file to m4v,
but after converted, the target m4v file is too large!!
So i need a player which can replay guac protocol recording file directly,
thanks!
> Need a player for guac protocol recording file
> ----------------------------------------------
>
> Key: GUACAMOLE-250
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-250
> Project: Guacamole
> Issue Type: Wish
> Reporter: yalinliu
>
> Screen recordings of Guacamole sessions are simply dumps of the Guacamole
> protocol data from one side of the connection. Currently, these recordings
> are played back after being converted to video using {{guacenc}}, but they
> could just as easily be played back directly by Guacamole itself. Direct
> playback would remove the need to translate recordings to video (an expensive
> operation) and would allow playback within any browser which Guacamole
> already supports.
> Since the {{Guacamole.Client}} object accepts any implementation of the
> {{Guacamole.Tunnel}} interface, implementing some sort of "playback tunnel"
> which would parse Guacamole protocol from a static file (rather than connect
> through a Guacamole server tunnel) might be easy.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)