Skip to content

srtobject: support rcvbuf and fc sock option

Justin Kim requested to merge joykim/gst-plugins-bad:srt-support-rcvbuf into master

According to SRT guide, receiver buffer size should be adjustable to support high bandwidth utilization.

Refer [1] to calculrate recommended buffer size and FC(Flow Control) size.

[1] https://github.com/Haivision/srt/issues/703#issuecomment-495570496

Merge request reports