Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-29 Thread Malek Baklouti
Hi, I've tested this patch, but the delay got worst?! :? :' Any idea? Thanks, Malek -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32178#32178 ___ osg-users mailing list

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-29 Thread Mikhail I. Izmestev
Hi, I've tested this patch, but the delay got worst?! :? :' Any idea? Ok, can you tell me which pts of first frame? I think you can decrease pts on first frame's pts instead m_stream-start_time. Mikhail. ___ osg-users mailing list

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-29 Thread Malek Baklouti
Hi Mikhail, Here is my log file with some log informations. Please let me know if you need more tests. (3) : [OSGFFMPEG DEBUG]205 m_stream-start_time 48774 (3) : [OSGFFMPEG DEBUG]207 pts 0 (3) : [OSGFFMPEG DEBUG]205 m_stream-start_time 48774 (3) : [OSGFFMPEG DEBUG]207 pts 0 (3) :

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-28 Thread Malek Baklouti
I'm wondering is there any relation with that instruction : line 231 in FFmpegDecoderVideo.cpp packet = m_packets.timedPop(is_empty, 10); what does the 10 stand for? thanks, Malek -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32132#32132

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-28 Thread Mikhail I. Izmestev
Hi, You can try this patch. Mikhail. Index: src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp === --- src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp(revision 11784) +++ src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp(working

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-28 Thread Malek Baklouti
Hi Mikhail, Thanks for your response. I think that the patch was disabled by the forum administrator. I'm not able to download it. Cheers, Malek -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32140#32140

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-28 Thread Mikhail I. Izmestev
Hi, You can find patch in mailing list archive at http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg44088.html Mikhail. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [osgPlugins] ffmpeg plugin : big delay

2010-09-28 Thread Malek Baklouti
ok Thanks again, I'll let you know. Malek -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32146#32146 ___ osg-users mailing list osg-users@lists.openscenegraph.org