[FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection

Ignjatović, Lazar (RS) Lazar.Ignjatovic at cubic.com
Thu Mar 14 13:02:11 EET 2024


>> +            if (if_indextoname(iface, ifr.ifr_name)) {
>> +                if (setsockopt(udp_fd, SOL_SOCKET, SO_BINDTODEVICE, (void *)&ifr, sizeof(ifr)) < 0) {
>> +                    perror("setsockopt SO_BINDTODEVICE");
>
> This should use the proper av_log logging instead.

Will fix and resubmit corrected version.

Thanks,
Lazar Ignjatović
Associate Software Engineer

Cubic Defense
cubic.com


This message has been marked as Public on 03/14/2024 11:02Z.


More information about the ffmpeg-devel mailing list