Maxim Sharabayko

Results 195 comments of Maxim Sharabayko

@boxerab Please increase receiver buffer size based on this recommendation: [link](https://github.com/Haivision/srt/issues/409#issuecomment-496893657). And this one: [link](https://github.com/Haivision/srt/issues/703#issuecomment-495570496).

Does GStreamer allow to set the `SRTO_RCVBUF` socket option to change the receiver's buffer size? Struggling to find it [here](https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/master/ext/srt/gstsrtobject.c). Looks like it can't be set. @justinjoy could you consult...

### Status Update 1. [The 1334 patch for GStreamer](https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1334) adding the possibility to set SRTO_RCVBUF is still waiting to be merged. 2. Log messages were extended in #1282 (SRT v1.4.2)...

PR #1909 further improves the log message. **Note** that the "no room to store" log message now has the level **warning** (since v1.4.2). The following two reasons for this message...

Hi @yuri-devi Try this way (`fc` before `rcvbuf`): ``` ffmpeg -i "srt://localhost:9000?mode=listener&latency=200000&maxbw=12399073&fc=102400&rcvbuf=48234496" -f mp4 "/home/my-videos/recorded-1920.mp4" ``` It would further help if you could use the latest SRT master with the...

> Why can't this be simply the number of dropped packets among those being ACK-ed with this control packet? To handle the cases when ACK packet is lost. Sending the...

I would suggest trying to enable [FileCC-related](https://github.com/Haivision/srt/blob/master/srtcore/congctl.cpp#L252) logs (e.g. changing `HLOGC` to `LOGC` and maybe log level) and analyze where it is stuck. SRT stats (`-statsout ` command-line option) can...

Hi @nikandfor > Is it more a protocol or library version? It is both. Initially, it is the library version. However, the library also defines certain known behavior and some...

Hi @sthilden Thanks for raising an important question! Indeed, the SRT library accepts control packets both with or without zero padding. I am not sure what's the benefit of having...