Aaron Clauson

Results 17 issues of Aaron Clauson

Is there anyway to disable the use of mDNS? My virtual machine doesn't support it. ```` $ ./webrtc-cli --offer --debug Creating WebRTC peer... Error: mDNS: failed to join multicast group...

Real-time Communications/SIPSorcery - [https://github.com/sipsorcery/sipsorcery](https://github.com/sipsorcery/sipsorcery) Adds a section for .NET projects that support VoIP, WebRTC and other forms of `Real-time Communications`.

### Your environment. - Version: Sorry don't know how to get the SHA for a Go package? I ran `go get github.com/pion/webrtc/v3` today (13th of Jul 2020). - Browser: No...

[RTCP Feedback](https://tools.ietf.org/html/rfc4585) provides a way to deal with dropped or missing RTP packets. For voice a dropped RTP packet is not worth taking any action over. Each voice packet is...

enhancement

As per the [Session Negotiation Model](https://w3c.github.io/webrtc-pc/#session-negotiation-model). Also see https://blog.mozilla.org/webrtc/perfect-negotiation-in-webrtc/ for additional context.

enhancement

Attempting to receive a VP8 encoded video stream at 1080p (1920x1080) will quickly degrade to become very laggy and then corrupted. The sipsorcery library is not able to decode the...

enhancement

The [SIPClientWebSocketChannel.SendSecureAsync](https://github.com/sipsorcery-org/sipsorcery/blob/d2fd5ae649ea5c9d29bb750d6190cff9eb04bff7/src/core/SIP/Channels/SIPClientWebSocketChannel.cs#L136) accepts the common name of the web socket server to connect to but then doesn't use it.

bug

Currently the `RTPSession` class supports `H264` packetisation [but not depacketisation](https://github.com/sipsorcery/sipsorcery/blob/f1d0b3d0994bd1feb967c278ced2b3ad1dc05881/src/net/RTP/RTPSession.cs#L2033). That leaves `VP8` as the only fully supported video codec. This issue is to capture the need to add the...

enhancement

Currently when Chrome is requested to send a 1080p stream to an application using the sipsorcery library the frame resolution is ramped up over a period of up to 30s,...

enhancement

Firstly, thanks for maintaining this library. A lot of open source .NET projects, including mine, would suffer without it. I noticed the Java Bouncy Castle version has support for [curve25519](https://github.com/bcgit/bc-java/blob/bc3b92f1f0e78b82e2584c5fb4b226a13e7f8b3b/tls/src/main/java/org/bouncycastle/tls/NamedGroup.java#L53)...