Hi Eduardo, You'll be using the xine plugin right now, this is now being deprecated by the ffmpeg plugin that you'll find in 2.9.x and svn/trunk. You'll need to install the various ffmpeg developer headers and libs and then remove OpenSceneGraph/CMakeCache.txt and then re-run cmake to pick up on these. Once you've got the ffmpeg plugin compiled you'll need to pre-load the ffmpeg to make sure it's picked up by osgmovie as currently osgDB doesn't default to selecting it for video (as the ffmpeg is still in developement.) Once you've got things compiled/installed try:
osgmovie -e ffmpeg mymovie.mpg Then try you url. Robert. On Mon, Jan 11, 2010 at 12:42 PM, Eduardo Pinheiro <[email protected]> wrote: > Hi, > > Im trying now to export it has rtsp: > > #osgmovie rtsp://192.168.192.38:1234/test.dsp > Warning: Could not find plugin to read objects from file > "rtsp://192.168.192.38:1234/test.dsp". > Unable to read file rtsp://192.168.192.38:1234/test.dsp > > But reading from VLC client its ok. > > My plugins dir has: > > /usr/local/lib64/osgPlugins-2.8.2$ ls > osgdb_3dc.so osgdb_gz.so osgdb_osgparticle.so osgdb_scale.so > osgdb_3ds.so osgdb_hdr.so osgdb_osgshadow.so osgdb_shp.so > osgdb_ac.so osgdb_ive.so osgdb_osgsim.so osgdb_stl.so > osgdb_bmp.so osgdb_jp2.so osgdb_osg.so osgdb_svg.so > osgdb_bsp.so osgdb_jpeg.so osgdb_osgterrain.so osgdb_tga.so > osgdb_bvh.so osgdb_logo.so osgdb_osgtext.so osgdb_tgz.so > osgdb_cfg.so osgdb_lwo.so osgdb_osgtgz.so osgdb_tiff.so > osgdb_curl.so osgdb_lws.so osgdb_osgviewer.so osgdb_trans.so > osgdb_dds.so osgdb_md2.so osgdb_osgvolume.so osgdb_txf.so > osgdb_dot.so osgdb_mdl.so osgdb_osgwidget.so osgdb_txp.so > osgdb_dw.so osgdb_normals.so osgdb_pdf.so osgdb_vtf.so > osgdb_dxf.so osgdb_obj.so osgdb_pic.so osgdb_xine.so > osgdb_freetype.so osgdb_openflight.so osgdb_png.so osgdb_x.so > osgdb_gecko.so osgdb_osganimation.so osgdb_pnm.so osgdb_zip.so > osgdb_geo.so osgdb_osga.so osgdb_rgb.so > osgdb_glsl.so osgdb_osgfx.so osgdb_rot.so > > > > > > > > > ... > > Thank you! > > Cheers, > Eduardo > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=22376#22376 > > > > > > _______________________________________________ > 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

