Ryan Bray

Results 11 issues of Ryan Bray

Would be great if CCLS could report the value of sizeof() calls, especially for large structs.

I have a couple of Foscam cameras that are very finicky using this integration, but work great using the RTSPtoWebRTC integration. The difference is that the RTSPtoWebRTC maintains the RTSP...

enhancement
go2rtc

Libnice allows for one to enable UPnP port opening. I have used this feature in a modified Janus Server to allow for remote viewing without a STUN/TURN server acting as...

enhancement

test_str in test_comment_preserve_decoder_encoder can be modified to the following to trigger the issue ``` def test_comment_preserve_decoder_encoder(): test_str = """[[products]] # First comment name = "Nail" sku = 284758393 # This...

type: bug
component: decoder
syntax: comments

Add the missing build flags to enable I2C devices (NFC reader and Temperature sensor).

I've been attempting to get RFID working on the new LCD wifi unit. I've connected a PN532 board via the SDA/SCL I2C header on the board, but can't get scans...

If possible, TLSv1.3 should be used in the MQTT implementation. I have not investigated if the mongoose library used supports this or not.