Hi,
when you ask about the quicktime's version you mean the plugin? or the sdk?
In the 1st case, I'm using the version that comes together with osg 2.1.1 in
the 2nd case the sdk version is 7.1.

Talking about the media types, I'm trying to open mov, avi and mpeg files...
anyway I managed to open all those types with my previous application that
used the same sdk but osg 1.9.2.

Why qt plugin is not discovered/loaded automatically? Anyway I'll try to
register it in my application... thank you!

Regards.
Alessandro


On 7/24/07, Stephan Huber <[EMAIL PROTECTED]> wrote:

alessandro terenzi schrieb:
> Hi,
> I tried to load movies with the qt plugin, but I got some problems,
> actually using the osgmovie example I got the generic error "Unable to
> read file <myfile>"
I have no experience witth osgmovie and windows, but I could play movies
after adding the following line to osgmovie.cpp:

osgDB::Registry::instance()->loadLibrary("osgdb_qtd.dll");

After adding that line, osgmovie works fine. I checked also the svn-log
and there were no "big" changes to the quicktime-plugin. What version of
quicktime do you use? And what media types do you try to play?


HTH,
Stephan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to