diff --git a/pkg/x264options.go b/pkg/x264options.go index 5b8402e..f030632 100644 --- a/pkg/x264options.go +++ b/pkg/x264options.go @@ -128,8 +128,8 @@ var LowLatencyBitrateControlled = &X264Options{ // MaxQP: "80", // MinQP: "24", // MaxQPStep: "80", - IntraRefresh: "1", - ConstrainedIntra: "1", + IntraRefresh: "0", + ConstrainedIntra: "0", SceneCut: "0", BFrames: "0", BAdapt: "0",