[FFmpeg-devel] [PATCH] libavdevice/libndi_newtek: Added extra_ips option to libndi_newtek allowing use remote network sources
Moritz Barsnick
barsnick at gmx.net
Fri Oct 26 15:01:10 EEST 2018
On Fri, Oct 26, 2018 at 11:16:02 +0300, Anton Platov wrote:
> + { "extra_ips", "Find available sources on extra ip addresses", OFFSET(extra_ips), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC },
^
This makes it sound like a boolean option (i.e. whether to find). In
reality, you want a comma separated string of IP addresses[1]. You
should say so, e.g.
"Extra IP addresses to find available sources on (comma separated)".
Moritz
[1] https://github.com/Palakis/obs-ndi/blob/3b9772bb64eb7b53e02df863720d48798cfe30f0/lib/ndi/Include/Processing.NDI.Find.h#L42
More information about the ffmpeg-devel
mailing list