Alex Pokotilo
Alex Pokotilo
**Describe the bug** Problem reproduced only for SRT socket working in blocking mode. When srt_rendezvous call is blocked trying to connect to the peer and srt_close is called for the...
**Describe the bug** I were reported crash in CRcvBuffer::~CRcvBuffer() function. /usr/bin/nimble(_Z14signal_handleri+0x71) [0x5684b1] /lib64/libpthread.so.0(+0xf630) [0x7fa2e47d5630] /lib64/libc.so.6(gsignal+0x37) [0x7fa2e3074387] /lib64/libc.so.6(abort+0x148) [0x7fa2e3075a78] /lib64/libc.so.6(+0x78ed7) [0x7fa2e30b6ed7] /lib64/libc.so.6(+0x81299) [0x7fa2e30bf299] /lib64/libsrt-nimble.so.1(_ZN10CRcvBufferD1Ev+0x46) [0x7fa2da3d0106] /lib64/libsrt-nimble.so.1(_ZN4CUDTD1Ev+0xa0) [0x7fa2da3e06a0] /lib64/libsrt-nimble.so.1(_ZN10CUDTSocketD1Ev+0x1c) [0x7fa2da3c623c] /lib64/libsrt-nimble.so.1(_ZN10CUDTUnited12removeSocketEi+0x2d9) [0x7fa2da3c8739]...
add class to support av1 unmarshaling in SampleBuffer #### Description Now AV1Packet cannot be used with Sample buffer. I implemented new class for av1 assembling with SampleBuffer. Works fine for...
Lsquic is great and thanks for sharing this work! I need to support many(thousands) http3 connections with huge output bandwidth(Gigs per seconds). Requests are small, replies are big. I decided...