I'm experiencing a different problem now... at runtime I release all
ImageStreams in order to free some resources... but when later I want to
load another movie I got an error from quicktime plugin (error code: -2020)
..as far as I can read from plugin headers this errors means that the plugin
is not initialized... I tryed to reload the dll but this doesn't help
because I got the same problem.

Is there a way to re-initialize the plugin? ...the only solution I can see
so far, is to always keep a hidden movie ...but actually this is not a nice
solution... any idea?

By the way, why as soon as there is no movie anymore in the scene the plugin
loose its initialization?

Thanks. Best regards.
Alessandro


On 7/25/07, alessandro terenzi <[EMAIL PROTECTED]> wrote:
>
> 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.1in 
> 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