[FFmpeg-devel] [PATCH] avformat/libsrt: add several options supported in srt 1.3.0 v3
Marton Balint
cus at passwd.hu
Tue Oct 23 21:00:47 EEST 2018
On Tue, 23 Oct 2018, Matsuzawa Tomohiro wrote:
> Several SRT options are missing. Since pkg_config requires libsrt v1.3.0 and above, it should be able to support options added in libsrt v1.3.0 and below.
> This commit adds 8 SRT options.
> sndbuf, rcvbuf, lossmaxttl, minversion, streamid, smoother, messageapi and transtype
> The keys of option are equivalent to stransmit.
> https://github.com/Haivision/srt/blob/v1.3.0/apps/socketoptions.hpp#L196-L223
> ---
> doc/protocols.texi | 85 ++++++++++++++++++++++++++++++++++++++++++--
> libavformat/libsrt.c | 58 ++++++++++++++++++++++++++++++
> 2 files changed, 141 insertions(+), 2 deletions(-)
Thanks, applied.
Regards,
Marton
More information about the ffmpeg-devel
mailing list