diff --git a/common/streambase.cpp b/common/streambase.cpp index d4c8cc8..7b66260 100644 --- a/common/streambase.cpp +++ b/common/streambase.cpp @@ -663,7 +663,7 @@ bool StreamBase::preflightCheck(QStringList &result) const } } - if (frameCount() <= averagePacketRate() && nextWhat() != e_nw_goto_id) + if (frameCount() < averagePacketRate() && nextWhat() != e_nw_goto_id) { result << QObject::tr("Only %L1 frames at the rate of " "%L2 frames/sec are configured to be transmitted. "