Robert Edmonds

Results 7 issues of Robert Edmonds

Hi, I have a receiver (https://galmon.eu/observer.html?observer=74) that will occasionally hang and stop generating serial data. This typically occurs a few times a week. When it happens kernel messages like these...

This commit updates the "... currently receiving ..." log message to include the size of the `svseen` set. It's hard to eyeball this figure with the current log format, especially...

Hi, I'm building a project using the meson build system with the libdatachannel dependency supplied as a meson-wrapped CMake subproject and linking libdatachannel statically into the project. I get the...

Hi, The SDL testffmpeg.c program renders corrupted output for me: ![Screenshot_2024-02-16_00-27-34](https://github.com/libsdl-org/SDL/assets/202839/a68f42f1-dd19-41e4-a5e3-fef6588e67bc) This is on Linux, with an Intel Arc A310 GPU. The problem is that the DRM surface is using...

This commit adds an H265 depacketizer which takes incoming H265 RTP packets and emits H265 access units. It is closely based on the `H264RtpDepacketizer` added by @Sean-Der in https://github.com/paullouisageneau/libdatachannel/pull/1082. I...

While working on #1134 and #1135 I noticed this text in [RFC 6184 § 5.8](https://datatracker.ietf.org/doc/html/rfc6184#section-5.8): > If a fragmentation unit is lost, the receiver SHOULD discard all following fragmentation units...

Hi, Here are some useful trait implementations on `IpNetworkTable`: - `Clone` - `Debug` - `PartialEq` - `serde::Serialize` and `serde::Deserialize` Thanks!