Re: [FFmpeg-devel] [PATCH] avformat/libsrt: add several options supported in srt 1.3.0 v3

2018-10-23 Thread Matsuzawa Tomohiro
, 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, stream

[FFmpeg-devel] [PATCH] avformat/libsrt: add several options supported in srt 1.3.0 v3

2018-10-22 Thread Matsuzawa Tomohiro
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 eq

[FFmpeg-devel] [PATCH] avformat/libsrt: add several options supported in srt 1.3.0 v2

2018-10-21 Thread Matsuzawa Tomohiro
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 eq

[FFmpeg-devel] [PATCH] avformat/libsrt: add several options supported in srt 1.3.0

2018-10-19 Thread Matsuzawa Tomohiro
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 eq