-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
H264 Graphics Pipeline in XRDP #1174
Comments
i have there a link because graphic codec and a community for a free codec , AV1: next generation video – The Constrained Directional Enhancement Filter on Mozilla Hacks, a free codec for web. best regards |
xrdp doesn't support GFX which should be implemented as virtual channel, hence no official H264 graphics in xrdp. The codecs you mentioned is a special implementation (doesn't interoperate with standard RDP clients) They can be used with NeutrinoRDP client only tho. |
Are there any plans to add support for this in xrdp at some point? Or is it just not possible with X? |
Hello,
I'm wondering if XRDP implements the RDP 8.1 Graphics Pipeline.
I'm trying to use the
/gfx-h264
of FreeRDP but it do not works with a XRDP server :(In the XRDP source code, I can read some lines about H264 codec, but it appears to be another thing not compatible with FreeRDP. What I understand is that Graphics Pipeline's H264 is not just another codec but another channel. Am I wrong?
From FreeRDP side, I see 3 codecs: NSC, JPEG and RemoteFX
https://github.com/FreeRDP/FreeRDP/blob/59e8b6728799e46455ed0eb93a5291ea87eb464f/libfreerdp/core/capabilities.c#L83-L126
But from XRDP side, there is much more codecs.
xrdp/common/xrdp_constants.h
Lines 311 to 335 in 577bd82
This sounds very interesting, but I unable to use them... Can someone tell me how to do?
Thanks,
Antoine
The text was updated successfully, but these errors were encountered: