Index: libs/libmyth/audiooutputbase.cpp =================================================================== --- libs/libmyth/audiooutputbase.cpp (revision 16845) +++ libs/libmyth/audiooutputbase.cpp (working copy) @@ -699,7 +699,7 @@ len += (pSoundStretch->numUnprocessedSamples() + (int)(pSoundStretch->numSamples()/audio_stretchfactor))*abps; - if (((len > afree) || ((audbuf_timecode - GetAudiotime()) > 2000)) && !blocking) + if (((len > afree) || ((audbuf_timecode - GetAudiotime()) > 4000)) && !blocking) { VERBOSE(VB_AUDIO|VB_TIMESTAMP, LOC + QString( "AddSamples FAILED bytes=%1, used=%2, free=%3, timecode=%4") @@ -768,7 +768,7 @@ (int)(pSoundStretch->numSamples()/audio_stretchfactor))*abps; } - if (((len > afree) || (audiotime && ((audbuf_timecode - GetAudiotime()) > 2000))) && !blocking) + if (((len > afree) || (audiotime && ((audbuf_timecode - GetAudiotime()) > 4000))) && !blocking) { VERBOSE(VB_AUDIO|VB_TIMESTAMP, LOC + QString( "AddSamples FAILED bytes=%1, used=%2, free=%3, timecode=%4")