Carrying on from the discussion that happened in the user@ mailing list called "Hardware Acceleration Support", it was discussed that a POC that allowed guacd to stream h.264 video using the video instruction in the guacamole protocol may be interesting.
I've been thinking about this since that discussion and have started thinking about how I'd go about producing the POC, but my experience in guacamole-server thus far has been scoped pretty tightly to guacenc and so I'm having a hard time finding where to look in libguac and guacd's source. My initial thought was that a good entry point for understanding the process guacd uses now and potentially making initial changes I may want to make would be where guacd receives display protocol data from VNC/RDP/etc and unmarshalls the display images, but before they are encoded for sending to the guacamole-client. Can anyone point me to that area of the code or tell me if they think there might be a better place to start looking? Sean
