The OpenGLES code I used was copied from here: https://github.com/vurtun/nuklear/tree/ ... _opengles2. (yes, I want to render GUI components on top of the h264 stream)
Currently for some reason the OpenGLES graphics always completely hides the h264 stream running even if I set the background color to totally transparent like this:
Code: Select all
glClearColor(0, 0, 0, 0);