ngraziano / SharpRTSP

A RTSP handling library
Other
538 stars 180 forks source link

Please check the Channels property of RtpTcpTransport. #116

Closed masanoji closed 6 months ago

masanoji commented 6 months ago

Hi, The Channels property in the RtpTcpTransport.cs file is public PortCouple Channels => new(ControlChannel, DataChannel); not public PortCouple Channels => new(DataChannel, ControlChannel); is it not?

ngraziano commented 6 months ago

Thanks