Skip to content

Commit 1349937

Browse files
committed
F Disabled assert
1 parent d0ab50e commit 1349937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SharpRTSPServer/RTSPServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public void FeedInRawVideoSamples(uint rtpTimestamp, List<byte[]> samples)
585585
// Add the specific SSRC for each transmission
586586
RTPPacketUtil.WriteSSRC(rtpPacket.Span, connection.SSRC);
587587

588-
Debug.Assert(connection.Video.RtpChannel != null, "If connection.video.rptChannel is null here the program did not handle well connection problem");
588+
//Debug.Assert(connection.Video.RtpChannel != null, "If connection.video.rptChannel is null here the program did not handle well connection problem");
589589
try
590590
{
591591
// send the whole NAL. ** We could fragment the RTP packet into smaller chuncks that fit within the MTU

0 commit comments

Comments
 (0)