Haivision / srt

Secure, Reliable, Transport
https://www.srtalliance.org
Mozilla Public License 2.0
3.12k stars 853 forks source link

Is there any way to detect that the incoming connection is rejected by passphrase conflict? #3058

Closed kobayashi750 closed 4 weeks ago

kobayashi750 commented 1 month ago

Is there any way to detect that the incoming connection is rejected by passphrase conflict, at listener side with non-blocking mode? Although the connect rejection message is printed on a terminal at listener side, I can't find the way to detect it with API.

jeandube commented 1 month ago

@kobayashi750 None that I know, see FR 2847

kobayashi750 commented 4 weeks ago

I checked FR 2847. Thank you for answer.