v2 patchset add new udp option autodetect_dest. Original description: This patchset aims to fix some issues when i try to utilize DTLS using avio. I create a simple DTLS client and server case here https://github.com/JackLau1222/openssl-dtls-bio-example/tree/master/ffmpeg_case
This patchset fix: 1. dtls_handshake can't return positive code when it still in progressing 2. udp server mode haven't dest_addr so we need set it through last_recv_addr 3. some code cleanup This patchset depends on Timo's latest schannel patchset More details: https://github.com/BtbN/FFmpeg/pull/3 Jack Lau (4): avformat/tls_openssl: add record trace function avformat/tls_openssl: fix dtls_handshake return code avformat/tls_openssl: remove all redundant "TLS: " in log with AVClass avformat/udp: fix udp server mode haven't dest_addr libavformat/tls_openssl.c | 78 +++++++++++++++++++++++++++++++-------- libavformat/udp.c | 4 ++ 2 files changed, 66 insertions(+), 16 deletions(-) -- 2.49.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".