Skip to content

Commit

Permalink
RtspHeaderFields.Connection.KeepAlive
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Nov 21, 2023
1 parent 1c43bd3 commit 8e57440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rtsp/RtspClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 8e57440

Please sign in to comment.