Skip to content

Conversation

@ispysoftware
Copy link
Contributor

Quite often I get exceptions in this method where it's closed before the handshake has completed so GetMillisecondsRemaining uses 1/1/0001 and returns a timeout of -2147463647 and throws a TimeoutException();

where It should be throwing
throw new System.Net.Sockets.SocketException((int)System.Net.Sockets.SocketError.NotConnected);

use wyze camera name from url
Add timeout to ice gathering
Add prefer H264 flag for compatible formats
Add sanity check for ICE Gathering timeout
Add sanity check for ICE Gathering timeout
Fix bug in g722 codec
Fix bug where duplicate durations were being added to local track timestamp in SendAudioFrame
Ignore H264 formats that use unsupported packetization modes
Clean up logic in AreMatch
@ispysoftware ispysoftware changed the title Optimise Fix logic flow in DtlsSrtpTransport.cs Feb 11, 2025
@sipsorcery sipsorcery merged commit 7e0ef7d into sipsorcery-org:master Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants