We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e0ea2 commit 09bd1bdCopy full SHA for 09bd1bd
1 file changed
playback/src/player.rs
@@ -1153,6 +1153,7 @@ impl Future for PlayerInternal {
1153
let new_stream_position_ms = packet_position
1154
.position_ms
1155
.saturating_sub(sample_pipeline_latency_ms);
1156
+
1157
let expected_position_ms = std::mem::replace(
1158
&mut *stream_position_ms,
1159
new_stream_position_ms,
@@ -1200,7 +1201,7 @@ impl Future for PlayerInternal {
1200
1201
}
1202
1203
- notify
1204
+ notify || sample_pipeline_latency_ms > 1000
1205
1206
};
1207
0 commit comments