wowaser

Results 11 issues of wowaser

Currently there is no way of knowing what the interval is

This was not shifted, thus causing the wraparound to not be added ![image](https://user-images.githubusercontent.com/70014877/180824670-4cfce0c4-6aef-4ffa-9b28-9cc7f1ddab72.png)

Currently, this function only creates a shallow copy of the name and payload, so if the original pointers are deleted it leads to undefined behavior. ```cpp rtp_error_t uvgrtp::rtcp::send_app_packet(const char* name,...

> Some sort of hook based API would probably be better for APP sending than the current one. _Originally posted by @jrsnen in https://github.com/ultravideo/uvgRTP/issues/144#issuecomment-1188862016_ I am very interested in this...

feature

Hello, I've been getting some mysterious crashes, possibly related to the APP packets. Specifically when I am trying to get the payload from it to a string. The payload is...

doc
question

There are 3 available key lengths in uvgrtp: 128, 192, and 256 As far as I understand, 128 is the default and there is no flag for it. 192 and...

untested

Hello, I have encountered a read access violation while re-initializing my object that holds the uvgrtp functionality. Here's my debugger view: ![image](https://github.com/ultravideo/uvgRTP/assets/70014877/41288750-6e0c-4385-84fe-caca59949242) As you can see **handlers** has been invalidated....

bug

Hello, As the title says, there is no content to the rtcp_sender_report. This issue can be replicated with **examples/rtcp_hook.cc**. A couple more questions: What is the intended way of calculating...

Hello, Is there a way to capture raw data from the camera? i.e. phase images without any filtering applied to them? I have seen that @SeptimiuVana has done some extensive...