1
0
-1

I'm using freeRDP connection to Windows 2016 server. My Windows RDP clients experience terrific video performance when playing videos from the server desktop. But my freeRDP thin clients have choppy video performance with visible redraws of video frames. 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Thank you - /gfx:AVC444 seemed to help a bit. Still not perfect but better.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        You could experiment with the following settings as additional parameter and see if the performance improves.

         

            /gfx[:RFX|AVC420|AVC444]    RDP8 graphics pipeline (experimental)
            /gfx-h264[:AVC420|AVC444]    RDP8.1 graphics pipeline using H264 codec
            +gfx-progressive         RDP8 graphics pipeline using progressive codec (default:off)
            +gfx-small-cache         RDP8 graphics pipeline using small cache mode (default:off)
            +gfx-thin-client         RDP8 graphics pipeline using thin client mode (default:off)
          CommentAdd your comment...