[FFmpeg-devel] [PATCH v4 00/11] avformat/whip: Add NACK, RTX, DTLS active support

Jack Lau jacklau1222gm at gmail.com
Mon Jul 21 14:30:11 EEST 2025


This version add DTLS active support, cleanup the ICE and DTLS code

Jack Lau (10):
  avformat/whip: add whip_flags ignore_ipv6 to skip IPv6 ICE candidates
  avformat/whip: fix typos
  avformat/whip: fix H264 profile_iop bit map for SDP
  avformat/whip: implement NACK and RTX suppport
  avformat/whip: reindent whip options
  avformat/whip: add support for active dtls role
  avformat/whip: remove DTLSState enum
  avformat/whip: check the peer whether is ice lite
  avformat/whip: remove WHIP_STATE_DTLS_CONNECTING
  avformat/whip: simplify and modularize the ICE and DTLS

winlin (1):
  WHIP: X509 cert serial number should be positive.

 libavformat/tls.h          |  15 --
 libavformat/tls_openssl.c  |  10 +-
 libavformat/tls_schannel.c |   7 -
 libavformat/whip.c         | 485 ++++++++++++++++++++++++-------------
 4 files changed, 323 insertions(+), 194 deletions(-)

-- 
2.49.0



More information about the ffmpeg-devel mailing list