Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/params/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ func getLive(info *livekit.IngressInfo) bool {
return true
}
default:
return true
// 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
return false
}
}

Expand Down