I made some progress with openMax but I block in rendering on the texture. In the example they use eglCreateImageKHR, I read the doc but I didn't really undestand how it work like how can it display on the screen without texture ... here is a part of my source code : void componentOMX::readVideo(voi...
Sorry, I was in the countryside without internet... Ok, I used libav to convert .mp4 in .h264 it works with hello_video, but not in hello_videocube (always black textures )... any idea, please ? Any error message at all? Does the video play with omxplayer? What changes did you make to hello_videocub...
Hi, I am currently looking for a library allowing me to play a .mp4 on an OpenGL texture. I tried to do it in hello_videocube but with an .mp4 the textures are black and after research it appears we cannot play .mp4 (maybe i'm wrong). I saw it is possible with gst-omx but the only example I found it...