Change #254715
| Category | ffmpeg |
| Changed by | Jack Lau <jacklau1222@qq.com> |
| Changed at | Sat 10 Jan 2026 06:30:50 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 6f2d23a009284460590c21df49b31ad1d7c52630 |
Comments
avformat/tls_gnutls: implement dtls handshake logic Get and set remote addr when dtls server mode. (Refer to url_bio_bread in tls_openssl.c) add tls_handshake function to handle the dtls or tls handshake TODO: add gnutls_pull_timeout function to make dtls handshake really work. Signed-off-by: Jack Lau <jacklau1222@qq.com>
Changed files
- libavformat/tls_gnutls.c