Thank you very much for the advice. I tryed and it works fine... Actually, I realized that if you open the visual studio project for the quicktime plugin, you get a lot of linking errors...as a workaround I added the quicktime plugin's files to another project (such as rgb plugin) and it builds correctly. Of course I changed the output name of the dll and set up the correct paths to the quicktime sdk.
One more note concerning video playback using the quicktime plugin...I see that osgdb plugins use their names to realize if it can load a file or not...the same does the quicktime plugin of course and so it looks like that you can play just *.qt movies but I renamed the dll from: osgdb_qt.dll -> osgbd_avi.dll and I found out that it can play also avi movies...this trick works also with mpg files...is this the supposed way to play any kind of movie? I mean by copying/renaming the quicktime dll... Bye. Alessandro On 3/29/07, Stephan Maximilian Huber <[EMAIL PROTECTED]> wrote:
alessandro terenzi schrieb: > Thank you. I checked out from SVN but I realized that the quicktime > plugin > requires some headers that I cannot find...such as qtml.h and others...is > there a package or repository I should download? You'll have to download the quicktime sdk from apple. For that you'll have to create an adc-account (free), after login you can download the sdk. After installing it on your computer, you'll have to adjust the paths to the header and libs in visual studio. HTH, Stephan _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
