Skip to content

Commit

Permalink
Add more camera to individual test.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Nov 22, 2023
1 parent 8255d5d commit 11b86ed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions UnitTests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,27 @@ public static void RtspClientTests()
Type = System.Net.AuthenticationSchemes.None
},
new
{
Uri = "rtsp://8.15.251.101:1935/rtplive/R2_052",
Creds = default(System.Net.NetworkCredential),
Proto = (Media.Rtsp.RtspClient.ClientProtocolType?)null,
Type = System.Net.AuthenticationSchemes.None
},
new
{
Uri = "rtsp://8.15.251.101:1935/rtplive/R2_057",
Creds = default(System.Net.NetworkCredential),
Proto = (Media.Rtsp.RtspClient.ClientProtocolType?)null,
Type = System.Net.AuthenticationSchemes.None
},
new
{
Uri = "rtsp://8.15.251.101:1935/rtplive/R2_058",
Creds = default(System.Net.NetworkCredential),
Proto = (Media.Rtsp.RtspClient.ClientProtocolType?)null,
Type = System.Net.AuthenticationSchemes.None
},
new
{
Uri = "rtsp://8.15.251.101:1935/rtplive/R2_059",
Creds = default(System.Net.NetworkCredential),
Expand Down

0 comments on commit 11b86ed

Please sign in to comment.