GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/138
GUACAMOLE-250: Add tunnel implementation which reads static files via HTTP.
Part of the body of changes intended to make up
[GUACAMOLE-250](https://issues.apache.org/jira/browse/GUACAMOLE-250)
(in-browser support for playback of recordings), this change adds a new
`Guacamole.Tunnel` implementation, `Guacamole.StaticHTTPTunnel`, which
downloads static files via HTTP, parsing the instructions therein as if
received over a normal HTTP connection.
`Guacamole.StaticHTTPTunnel` does not enforce any delay on how quickly
those instructions stream through. If code needs the original framerate to be
preserved, it is up to that code to enforce such a delay through its own
buffering mechanism.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
static-http-tunnel
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/138.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #138
----
commit b1ee12dc1c4db9304a89aa0aa1d6c118485aeb6a
Author: Michael Jumper <[email protected]>
Date: 2017-01-19T03:53:46Z
GUACAMOLE-250: Add tunnel implementation which reads static files via HTTP.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---