Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video performance #134

Open
alexandru-bagu opened this issue May 27, 2021 · 1 comment
Open

Video performance #134

alexandru-bagu opened this issue May 27, 2021 · 1 comment

Comments

@alexandru-bagu
Copy link
Contributor

alexandru-bagu commented May 27, 2021

Is there any way to improve the video performance? Direct connection allows ±10 fps while redemption allows ±5 fps.
During my tests I noticed that when there is a lot of video transfer redemption CPU usage goes up, which is expected since there is more throughput but I am wondering whether there's more to it than that. Does redemption do more with the video frames it receives than just send them forward?

Reading the build documentation one can notice the use of ffmpeg. Is ffmpeg used to process whatever is sent from one side to the other? If so should the proxy have a gpu available for better performance?

@jonathanpoelen
Copy link
Contributor

Historically, rdpproxy could use ffmpeg to record a session in video format, but this is no longer the case. Now only redrec converts recordings (mwrm/wrm) to video.

On the other hand, the proxy does the decoding of all the graphics stream, which is a cumbersome process when there is a lot of transfer. The drop in fps probably comes from there. There is currently no planned improvement plan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants