Hi Kian,

I am trying to use OSG to play a video but it keeps indicating to me that it can't find the plugin. I am trying to load the quicktime plugin in but is having some diffculties, I have downloaded the quicktime sdk but is not sure how to use the cmake to configure and generate, can someone guide me on this? I am hoping to load that plugin so that I can play videos using the osg libraries.

If you're on Windows please see this page for general info about using CMake to generate Visual Studio build files from the OSG sources:

http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio

and this page for specific info about the QuickTime plugin:

http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio/VisualStudioPlugins

It's been a while since I've compiled the QuickTime plugin myself, these days I use the ffmpeg plugin as it's more recent, well-supported, cross-platform and freely licensed. You might want to try that yourself. Search the archives / forum for info about building the ffmpeg plugin, but it's basically the same process - get the ffmpeg includes/libs from the internet, configure CMake to find them, generate and build.

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to