The application to use in the local area network (LAN), basic can't use very slow.
1440 * 900 resolution.
Only the scale under 50% can use.
The RemoteDesktopDemo Is very slow
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1. You can see in the RemoteDesktop demo, RVCamSender1.CompressionOptions - no additional compression. However, screens are sent as jpegs, so they are compressed as jpegs.
Suggestions to make RemoteDesktop faster:
- turn off displaying in RVCamView1 (clear its VideoSource property): the primary task of this demo is sending a desktop stream, not displaying it
- increase RVCamSender1.FullFrameInterval. Making it, for example, 100 greatly reduces traffic and CPU usage, but makes the initial display update longer.
- decrease RVCamSender1.CompressionQuality
2. It is planned, but not in very near future. What we will try next is sending video streams as PNG instead of Jpeg (the corresponding options are already added in TRVCamSender.Encoding, but they are reserved for future use). I hope it will work faster.
Suggestions to make RemoteDesktop faster:
- turn off displaying in RVCamView1 (clear its VideoSource property): the primary task of this demo is sending a desktop stream, not displaying it
- increase RVCamSender1.FullFrameInterval. Making it, for example, 100 greatly reduces traffic and CPU usage, but makes the initial display update longer.
- decrease RVCamSender1.CompressionQuality
2. It is planned, but not in very near future. What we will try next is sending video streams as PNG instead of Jpeg (the corresponding options are already added in TRVCamSender.Encoding, but they are reserved for future use). I hope it will work faster.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: