Changes between Version 12 and Version 13 of PacketEncoding
- Timestamp:
- 01/19/14 04:09:18 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v12 v13 16 16 == Pixels and Icons == 17 17 18 '''Note''': all window pixels, icons and cursors are sent using dedicated [/wiki/Encodings picture encodings] and bypass the stream encoder completely (for efficiency). 18 '''Note''': all window pixels, icons and cursors are sent using dedicated [/wiki/Encodings picture encodings] and bypass the stream encoder completely (for efficiency). Pixel compression is done in its own thread, to improve responsiveness. 19 19 20 The only exception to this rule is the `RGB` encoding, which will use the stream encoder on the raw pixels .20 The only exception to this rule is the `RGB` encoding, which will use the stream encoder on the raw pixels (but still called from the pixel compression thread). 21 21 }}} 22 22 … … 45 45 == Configuration == 46 46 47 The default settings should end up using {{{lz4}}} and {{{rencode}}}, since those are by far the fastest options. That's why there are no command line options to change the defaults.47 The default settings should end up using {{{lz4}}} and {{{rencode}}}, since those are by far the best options. That's why there are no command line options to change the defaults. 48 48 49 49 However, you can disable individual encoders/compressors using environment variables: