Hello, I am trying to stream a live video feed through the FFmpeg plugin with the version of FFmpeg updated to the 0.10 release. When streaming the live video, I'm noticing about a 10 second lag.
When FFmpegDeccoder::open() is called, avformat_find_stream_info takes about 9 seconds to determine the codec of my stream. I would expect the FFmpegClocks class to sync the video properly, however it doesn't seem to work. Does anybody have any insight as to how this can be fixed or some tips on what piece of the plugin I should be looking at? Thank you! David ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=49074#49074 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

