aldoshkind
aldoshkind
Hi! I faced a problem of misalignment of scans without any movement in the scene being scanned. Problem appears in approx 1 of 10 sequential scans. It is unclear for...
Hi @sepfy ! I found an issue in `surveillance` example which possibly affects overall `pear` usage. Default mtu size of rtph264pay is 1400 [url](https://github.com/sepfy/pear/blob/4879f51db0e87704b4202254ead091fdb4ea8490/examples/surveillance/main.c#L11) RTP packet buffer size is 1400...
Hello @sepfy ! In `peer_connection.c` I see following: ```c static const gchar *STUN_ADDR = "18.191.223.12"; static const guint STUN_PORT = 3478; ``` What is this server? It takes approx 20...
**Describe the bug** If I run two cameras simulatenously application crashes in a few minutes. I see following messages in output: ``` [09:31:06.748] 🅸 stream-thread> [GvStream::find_frame_data] Discard late frame 2590...
**Is your feature request related to a problem? Please describe.** Our project runs in docker container and uses gstreamer to receive and decode video. We are unable to use use...
Hi @yhirose ! Here is PR which fixes issue described in #1475 As you asked here is the copy of issue description: I am using server-sent events and faced infinite...
Hello! I have spec which uses `ref`. I would like to have default value for referenced field to be generated automatically. The only default value I managed to get is...
Hello! I suppose there are incorrect cleanup of rules vector in Rule::operator=() here: https://github.com/medooze/sdp-cpp/blob/4bf23de4cf6ade65fedb68a8c8a5baf4bd6a3e6d/src/abnf/Rule.cpp#L50 Shouldn't there be clear() insted of empty()? In any case calling empty() without using it's return...
Hi! I faced problem with serializing enums: I get `bson.errors.InvalidDocument: cannot encode object: , of type: ` when trying to store enum. What is the correct solution? Full example code:...
**Describe the bug** When calling `asyncua_server.delete_nodes([self.node], recursive=True)` there appears message in terminal: ``` .local/lib/python3.12/site-packages/asyncua/server/address_space.py:428: RuntimeWarning: coroutine 'MonitoredItemService.datachange_callback' was never awaited callback(handle, None, ua.StatusCode(ua.StatusCodes.BadNodeIdUnknown)) RuntimeWarning: Enable tracemalloc to get the object...