diff --git a/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp b/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp index 0bfd78905..f06dfada7 100644 --- a/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp +++ b/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp @@ -305,6 +305,8 @@ void FFmpegImageStream::cmdPlay() m_decoder->video_decoder().pause(false); m_decoder->audio_decoder().pause(false); + + _lastUpdateTS = 0.; } _status = PLAYING;