Real-time screen Transmission

Source: Internet
Author: User

Basic knowledge:

About the mirror driver in DDK:

The mirror driver is a display driver in Windows NT. All commands sent from the system to the physical graphics card are also sent to the mirror driver. The display content of the current system can be simulated in the mirror driver, therefore, it is called mirror. Using this feature, you can easily capture the content of the current screen and the area (changed part) to be drawn by the system. It is a fast screenshot method. However, the mirror driver is also defective and does not support DirectX hardware acceleration because it is soft. Considering that most of the screen broadcasting software is used for teaching or conferences, it has little impact on DirectX.

 

Currently, WinVNC is open-source, but its driver is not public, but the vnchook. DLL code is public.

In fact, its driver can reverse it for several days.

Driver mode (push mode) mirror DRIVER:
Advantage: less CPU resources (1-5%), fast. High real-time performance.
Disadvantages: supported by A. Window 2000/XP/2003, not 98.
B. the driver must be restarted before use.
Hook method (PULL mode poll) HOOK:
Advantage: The system supports a wide range of services and can be used without restarting.
Disadvantage: CPU usage is high.
Solution: two types of development are available. The Windows 2000, XP, and 2003 systems adopt drive-side actions, while other systems use hook methods.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.