Hayden McAfee

Results 25 issues of Hayden McAfee

Currently we don't properly disconnect ingest clients when Janus is being shut down - they end up timing out on their own, but we ought to send them a disconnect...

enhancement

Forward error correction could be a good way for us to improve stream stability on connections that suffer significant packet loss. See this RFC: https://tools.ietf.org/html/rfc8627

enhancement

Sending keyframe packets in response to PLI messages appears to be throwing off browsers, disabling this behavior for now until it can be investigated.

bug

We can use [these flags](https://github.com/meetecho/janus-gateway/blob/master/configure.ac#L810-L821) to kill off the other plugins to avoid the overhead.

documentation

Some properties in the `Channel` model [here](https://github.com/martindevans/MumbleSharp/blob/master/MumbleSharp/Model/Channel.cs#L22) have setters that are scoped as `internal`, so a developer writing code that lives outside of the MumbleSharp's assembly cannot manipulate them. This...

Type: Enhancement
good first issue