Hi Koduri, I managed to show video in Android after a few modifications in the ffmpeg plugin. I was going to send a submission, but somebody sent updates to make possible to run OSG with the latest ffmepg library. So I am waiting this submission to be merged to make the modifications again if possible.
The main modificiation is that in GL_ES the GL_BGRA mode is not supported, so you should use GL_RGBA. And change PIX_FMT_RGB32 for PIX_FMT_BGR32 to be consistent with the GL_RGBA change. Cheers. 2012/11/8 Koduri Lakshmi <[email protected]> > Hi, > > I build OSG for Android with GLES1. I loaded models successfully on my > mobile. > Now I want to play video instead of model (like the one in Windows > desktop). Is it possible to play a video using OSG on Android. > > Can you please help me how to build plugins for these if possible. I > searched my build installed directory but i did not found any ffmpeg or any > other plug ins. > > I am using Ubuntu 11.10 OS and my Android OS version is 2.2. > My mobile device is Samsung GTI 9000. > > > > ... > > > Thank you! > > Cheers, > Koduri > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=51009#51009 > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- Jordi Torres Fabra gvSIG 3D blog http://gvsig3d.blogspot.com Instituto de Automática e Informática Industrial http://www.ai2.upv.es
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

