We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1e34c commit e501724Copy full SHA for e501724
1 file changed
src/SharpRTSPClient/RTSPClient.cs
@@ -1025,7 +1025,7 @@ private void HandleDescribeResponse(RtspResponse message)
1025
}
1026
else if (vpsSpsPps.Count >= 2)
1027
{
1028
- // some implementations only send SPS and PPS, e.g. Chromium Canary 136
+ // some implementations only send SPS and PPS, e.g. some HikVision cameras
1029
byte[] sps = vpsSpsPps[0];
1030
byte[] pps = vpsSpsPps[1];
1031
streamConfigurationData = new H265StreamConfigurationData(null, sps, pps);
0 commit comments