You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys!
Hi guys! I'm trying to use redemption to connect to my booth, the connection works fine, but I have tow question.
When I connect to my stand via redemption, then the connection works via TCP, and when I connect directly without redemption, the connection is made via UDP. I'm not very familiar with the deep configuration of the RDP yet, but as far as I know from the UDP, the RDP should work faster. Is it possible to somehow set up redemption so that it can work with RDP over UDP? Or maybe there are some other settings that will help speed up the RDP?
If I start playing video via RDP, then the load on my CPU increases to 99%. Do you have any idea how to offload the CPU while processing a large number of frames?
(I am using a completely default config file.)
Thank you in advance for your help and I hope that together we can find answers to questions.
The text was updated successfully, but these errors were encountered:
There's no UDP support in redemption and video playback isn't really a considered use case.
If you deactivate MemBlt and Mem3Blt in the config, things might get a little better. It's also possible to use remoteFx (you'd also need to set max_color_depth to 32 bits, activate it on the server and I don't know if there's anything else. From memory, activating it is not trivial :/). In both cases, don't expect miracles: CPU usage will remain high.
There will be improvements, probably, but I couldn't say by how much. Still, I think it'll be much smoother, as vector orders (what is currently used) are very inefficient on a video stream.
Hi guys!
Hi guys! I'm trying to use redemption to connect to my booth, the connection works fine, but I have tow question.
(I am using a completely default config file.)
Thank you in advance for your help and I hope that together we can find answers to questions.
The text was updated successfully, but these errors were encountered: