Re: [FreeRDP-devel] some question about h264

2020-08-31 Thread Armin Novak via FreeRDP-devel
Hi, you get H264 data in RdpgfxClientContext->SurfaceCommand with codecId RDPGFX_CODECID_AVC420, RDPGFX_CODECID_AVC444 and RDPGFX_CODECID_AVC444v2 depending how your server is configured. Please read the instructions for your server RDP software on how to configure it to send H264 data (tha

[FreeRDP-devel] some question about h264

2020-08-30 Thread ?????? via FreeRDP-devel
hi:  I'm using freerdp source code now. I want to get h264 data and add some control myself. but I have some question now, can you help me here are my questions: 1. I want to get h264 data from freerdp, I found that when I set avc444, I can get h264 in function gdi_SurfaceCommand_AVC444 in file

[FreeRDP-devel] some question about h264

2020-08-28 Thread ?????? via FreeRDP-devel
hi:  I'm using freerdp source code now. I want to get h264 data and add some control myself. but I have some question now, can you help me here are my questions: 1. I want to get h264 data from freerdp, I found that when I set avc444, I can get h264 in function gdi_SurfaceCommand_AVC444 in file