Skip to content

Commit 9ef11d1

Browse files
committed
C Fixed typo
1 parent f832c52 commit 9ef11d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SharpRTSPClient/RTSPClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void Connect(string url, RTPTransport rtpTransport, string username = nul
174174
_credentials = new NetworkCredential();
175175
}
176176

177-
// We can ask the RTSP server for Video, Audio or both. If we don't want audio we don't need to SETUP the audio channal or receive it
177+
// We can ask the RTSP server for Video, Audio or both. If we don't want audio we don't need to SETUP the audio channel or receive it
178178
_clientWantsVideo = (mediaRequest is MediaRequest.VIDEO_ONLY || mediaRequest is MediaRequest.VIDEO_AND_AUDIO);
179179
_clientWantsAudio = (mediaRequest is MediaRequest.AUDIO_ONLY || mediaRequest is MediaRequest.VIDEO_AND_AUDIO);
180180

0 commit comments

Comments
 (0)