All except the "test" for dyamant.
// Is graph running?
if (m_State == State_Running)
// Is graph running?
if (m_State == State_Running||m_State==State_Paused)
{
if (diff <20 && m_fStart>1 )
{
m_fStart=dur+5;
}
@dyamant
perhaps - you've a similar problem as myself. Could you try my attached tsreader?