Go to file
Jeremy White 57134818c3 Do not wait for the source buffer open callback to start stream creation.
Otherwise, we end up discarding stream data messages, and our decode
can become corrupted, notably on Chrome.

This way, we should not lose any messages while we are waiting for
source buffer creation.
2016-10-10 11:29:44 -05:00
2013-02-11 09:17:53 -06:00
2012-06-04 17:22:01 +03:00
2012-06-04 17:22:01 +03:00
2012-06-04 17:22:01 +03:00
2016-10-10 13:52:41 +02:00
2016-10-10 13:52:41 +02:00
2012-06-04 17:22:01 +03:00
2016-10-10 13:52:41 +02:00
2016-05-04 10:19:26 -05:00
2016-10-10 13:52:41 +02:00
2016-10-10 13:52:41 +02:00
2012-06-04 17:22:01 +03:00
2016-10-10 13:52:41 +02:00

Spice Javascript client

Instructions and status as of August, 2016.

Requirements:

  1.  Modern Firefox or Chrome (IE will work, but badly)

  2.  A WebSocket proxy

      websockify:
        https://github.com/kanaka/websockify
      works great.

      Note that a patch to remove this requirement has been submitted
      to the Spice project but not yet been accepted.  Refer to this email:
      https://lists.freedesktop.org/archives/spice-devel/2016-June/030552.html

  3.  A spice server


Optional:
  1.  A web server

      With firefox, you can just open file:///your-path-to-spice.html-here

      With Chrome, you have to set a secret config flag to do that, or
      serve the files from a web server.


Steps:

  1.  Start the spice server

  2.  Start websockify; my command line looks like this:
        ./websockify 5959 localhost:5900

  3.  Fire up spice.html, set host + port + password, and click start


Status:

  The TODO file should be a fairly comprehensive list of tasks
  required to make this client more fully functional.
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 440 KiB
Languages
JavaScript 93.3%
HTML 5%
CSS 0.9%
Makefile 0.8%