Skip to content

Commit 81ac5a7

Browse files
Disable output queue length monitoring for RTMP and WHIP (#338)
1 parent 4e9b9fd commit 81ac5a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/params/params.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ func getLive(info *livekit.IngressInfo) bool {
192192
return true
193193
}
194194
default:
195-
return true
195+
// TODO RTMP and WHIP should use the live mode but more work is needed on the pipeline sample timestamp fugding/dropping to avoid A/V sync issues
196+
return false
196197
}
197198
}
198199

0 commit comments

Comments
 (0)