VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vrde-videochannel.dita@ 102568

Last change on this file since 102568 was 99016, checked in by vboxsync, 2 years ago

manual: Some scm corrections for dita files. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.7 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="vrde-videochannel">
4 <title>VRDP Video Redirection</title>
5
6 <body>
7 <p>
8 The VRDP server can redirect video streams from the guest to the
9 RDP client. Video frames are compressed using the JPEG algorithm
10 allowing a higher compression ratio than standard RDP bitmap
11 compression methods. It is possible to increase the compression
12 ratio by lowering the video quality.
13 </p>
14 <p>
15 The VRDP server automatically detects video streams in a guest
16 as frequently updated rectangular areas. As a result, this
17 method works with any guest operating system without having to
18 install additional software in the guest. In particular, the
19 Guest Additions are not required.
20 </p>
21 <p>
22 On the client side, however, currently only the Windows 7 Remote
23 Desktop Connection client supports this feature. If a client
24 does not support video redirection, the VRDP server falls back
25 to regular bitmap updates.
26 </p>
27 <p>
28 The following command enables video redirection:
29 </p>
30 <pre xml:space="preserve">VBoxManage modifyvm <varname>VM-name</varname> --vrde-video-channel on</pre>
31 <p>
32 The quality of the video is defined as a value from 10 to 100
33 percent, representing a JPEG compression level, where lower
34 numbers mean lower quality but higher compression. The quality
35 can be changed using the following command:
36 </p>
37 <pre xml:space="preserve">VBoxManage modifyvm <varname>VM-name</varname> --vrde-video-channel-quality 75</pre>
38 </body>
39
40</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette