HOME

TheInfoList



OR:

VideoOverIP is a remote desktop protocol developed by Texas-based, desktop virtualization and cloud computing company
VDIworks VDIworks is an American software company founded in 2008 that provides services like desktop virtualization, desktop as a service (DaaS), networking, PCoIP and cloud computing. VDIworks built the very first PCoIP broker connection which is the i ...
. VideoOverIP is similar in many ways to traditional remoting protocols, such as RDP or
VNC Virtual Network Computing (VNC) is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse input from one computer to another, relaying the g ...
, but provides a number of additional features that benefit users in
Desktop Virtualization Desktop virtualization is a software technology that separates the desktop environment and associated application software from the physical client device that is used to access it. Desktop virtualization can be used in conjunction with applicatio ...
or VDI environments. VideoOverIP is currently supported on Microsoft Windows XP, Vista, and 7 hosts, with full support for Microsoft Windows Embedded clients and Apple iPad devices, as well as beta support for Linux systems. The protocol has been developed in C++ and incorporates a number of features for the efficient transport of remote desktop data across the network. For example, the protocol employs change detection which allows it to isolate changes on screen at the sender, thus reducing the amount of pixel data that has to be transported. Similarly, numerous techniques are employed to automatically sense the type of application running on the sender side so that the appropriate codecs and compression levels can be employed. VideoOverIP supports two modes of operation which determine how it captures video information from the source: 1. Mirror Driver Mode Using this methodology, VideoOverIP relies on a mirror driver that is included with the host installer. The mirror driver is used to intercept rendering calls and capture screen changes via an event-based model. These changes are then processed by the VideoOverIP change detection, optimization, and compression pipelines before being sent to the receiver or client. This technique is typically more efficient in the sense that it utilizes minimum CPU on the host or sender side. 2. GDI Mode Using this methodology, VideoOverIP uses GDI methods to capture the frame buffer and does not rely on an event-based approach to be notified of on-screen changes. This technique has the advantage of capturing the final, processed image from the frame buffer which allows the protocol to support Microsoft Aero or other sophisticated display technologies which require a host-side GPU. The slight drawback with this approach is the increase in host-side CPU utilization due to the extra polling employed for source-side video capture.


Connection Broker Support

VideoOverIP does not require a
connection broker In software engineering, a connection broker is a resource manager that manages a pool of connections to connection-based resources such as databases or remote desktops, enabling rapid reuse of these connections by short-lived processes without the ...
to operate, but it is fully supported by VDIworks' VDP connection broker and virtual desktop management software.


Major Features

VideoOverIP provides the following major features: * Support for multiple monitors * Support for all major Hypervisors, including
VMware VMware, Inc. is an American cloud computing and virtualization technology company with headquarters in Palo Alto, California. VMware was the first commercially successful company to virtualize the x86 architecture. VMware's desktop software ru ...
ESX and ESXi,
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washing ...
Hyper-V Microsoft Hyper-V, codenamed Viridian, and briefly known before its release as Windows Server Virtualization, is a native hypervisor; it can create virtual machines on x86-64 systems running Windows. Starting with Windows 8, Hyper-V superseded Win ...
,
Xen Xen (pronounced ) is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently. It was originally developed by the University of Cambridge Computer Laboratory an ...
and others * Support for physical systems employing no virtualization * Support for
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple fruit tree, trees are agriculture, cultivated worldwide and are the most widely grown species in the genus ''Malus''. The tree originated in Central Asia, wh ...
iPad The iPad is a brand of iOS and iPadOS-based tablet computers that are developed by Apple Inc. The iPad was conceived before the related iPhone but the iPhone was developed and released first. Speculation about the development, operating s ...
devices as clients * Bi-directional audio redirection * USB redirection


References


External links


VDIworks

VideoOverIP




* ttp://www.prweb.com/releases/2011/5/prweb8391233.htm Fast Remote Desktop VideoOverIP client for iPad {{DEFAULTSORT:Videooverip Centralized computing Remote desktop Thin clients