Hi,

For those who have the same problem, a workaround is to set de frame rate 
higher than the stream's frame rate.

e.g.:


Code:
osg::ref_ptr<osgDB::Options> options = new osgDB::Options;
options->setOptionString("frame_rate=60");



This limits the delay.

Thank you!

Cheers,
Roy

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=58740#58740





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

Reply via email to