Skip to content

Commit

Permalink
0 buffer size.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Nov 15, 2023
1 parent a3d8435 commit 0f43701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ static void TestServer()
var sources = new List<Rtsp.Server.MediaTypes.RtspSource>();
for(int i = 1; i <= 9; ++i)
{
var source = new Media.Rtsp.Server.MediaTypes.RtspSource($"R2_05{i}", $"rtsp://8.15.251.101:1935/rtplive/R2_05{i}", Rtsp.RtspClient.ClientProtocolType.Tcp, 10 * 1024);
var source = new Media.Rtsp.Server.MediaTypes.RtspSource($"R2_05{i}", $"rtsp://8.15.251.101:1935/rtplive/R2_05{i}", Rtsp.RtspClient.ClientProtocolType.Tcp, 0);
source.RtpClient.ThreadEvents = true;
source.RtpClient.IListSockets = true;
source.RtspClient.DisableKeepAliveRequest = true;
Expand Down

0 comments on commit 0f43701

Please sign in to comment.