Skip to content

Commit e501724

Browse files
authored
Updated comments in RTSPClient.cs
1 parent ea1e34c commit e501724

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
@@ -1025,7 +1025,7 @@ private void HandleDescribeResponse(RtspResponse message)
10251025
}
10261026
else if (vpsSpsPps.Count >= 2)
10271027
{
1028-
// some implementations only send SPS and PPS, e.g. Chromium Canary 136
1028+
// some implementations only send SPS and PPS, e.g. some HikVision cameras
10291029
byte[] sps = vpsSpsPps[0];
10301030
byte[] pps = vpsSpsPps[1];
10311031
streamConfigurationData = new H265StreamConfigurationData(null, sps, pps);

0 commit comments

Comments
 (0)