Commit Graph

6 Commits

Author SHA1 Message Date
Jeremy White
6c5f939e23 Add support for audio streams using the Opus encoding.
Requires a browser with MediaSource extension support, and
Opus support for the source buffers.  In practice, that is
Chrome and Firefox.
2014-05-20 12:59:27 -05:00
Alon Levy
96e6383995 spice.html: remove default password
Signed-off-by: Alon Levy <alevy@redhat.com>
2013-05-30 10:35:08 -05:00
Jeremy White
bcffac0aa4 Provide two levels of workaround for IE 10 cursor support.
The first approach is to use a moving image to simulate the cursor.
This does not work well, so a second approach, involving static
cursors is provided.  That requires a site administrator to precreate
all the cursors that can be used by a particular application set.

A warning message strongly suggests using a different browser as well.
2013-04-19 11:36:41 -05:00
Jeremy White
78e0d938cf Extend the native ArrayBuffer to add a slice() method if missing.
This allows IE10 to function.  Note that we would normally subclass
this type, but ArrayBuffer is implemented in native code, and so is
difficult to subclass.
2013-04-16 14:59:08 -05:00
Jeremy White
591269e398 Modify the template html to include a required file. 2012-09-24 16:31:50 -05:00
Jeremy White
f8f622157c initial 2012-06-04 17:22:01 +03:00