diff --git a/Rtsp/RtspClient.cs b/Rtsp/RtspClient.cs index 569340da..49b2fbf6 100644 --- a/Rtsp/RtspClient.cs +++ b/Rtsp/RtspClient.cs @@ -6511,7 +6511,7 @@ DisableKeepAliveRequest is false && } else if (SupportedMethods.Contains(RtspMethod.OPTIONS.ToString())) //If at least options is supported { - using (SendOptions(session.Value.ControlLocation == RtspMessage.Wildcard, session.Value.SessionId)) ; + using (SendOptions(session.Value.ControlLocation == RtspMessage.Wildcard, session.Value.SessionId, RtspHeaderFields.Connection.KeepAlive)) ; } else if (SupportedMethods.Contains(RtspMethod.PLAY.ToString())) //If at least PLAY is supported {