I need a way to find out the x11 window id of a particular div element inside a web browser( example firefox ) so that this id can be used to display some kind of video streams.
Any way to do this in either c++ or java?
On reading some posts and going through internet, there seemed to be one which used xwininfo. Using this i could only get the window id of the browser but was not able to get id for internal elements. Is it possible? If not.. can anyone suggest me any other idea?
Thanks