re icon indicating copy to clipboard operation
re copied to clipboard

Generic library for real-time communications with async IO support

Results 16 re issues
Sort by recently updated
recently updated
newest added

libre can work based the thirdpary Lwip? transplant libre to os rt-thread , and rt-thread is based on Lwip,funtion invoke:nsc_alloc()-->udp_listen() -->getaddrinfo() [lwip_getaddrinfo()], then crash! help!

increases the size of the self-signed key/certificate to 2048 bytes. Recent versions of OpenSSL refuse to use certificates with 1024 byte RSA signatures. I ran into this after upgrading ubuntu...

``` src/dns/res.c: In function 'get_resolv_dns': src/dns/res.c:33:8: warning: implicit declaration of function 'res_ninit'; did you mean 'res_init'? [-Wimplicit-function-declaration] 33 | ret = res_ninit(&state); | ^~~~~~~~~ | res_init src/dns/res.c:33:8: warning: nested extern...

Hi @alfredh ! This pull-request is dependent on [JSON codec call & sdp state command and response #999](https://github.com/baresip/baresip/pull/999) for the baresip library. - added sdp_session_json_api method to session.c - added...

When compiling re for android, clang complained that the type definitions were not compatible (and/or redefined) so I've updated the defines to match, which doesn't change compatibility for current builds.

As of writing, there doesn't seem to be proper upstream .so name versioning in re. Yes, I'm aware there is something like `LIB_SUFFIX=.so.0`, but this unfortunately has nothing to do...

Hello all, ISSUE: I've using baresip which uses creytiv/re & creytiv/rem as a dependency. I'm unable to see video (audio works) when making a SIP call on differing networks using...

Hi Master, I am using libre to implement RTMP publish feature on my PC. I prepared a H264 raw data array(Please check [dummy_h264_frames.h.zip](https://github.com/creytiv/re/files/4654342/dummy_h264_frames.h.zip)). And I use for loop to send...

As mentioned here: https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-recv For WSAECONNRESET and WSAECONNABORTED: `The application should close the socket as it is no longer usable.` Fixes never-ending recv handler warnings.