[FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos
Timo Rothenpieler
timo at rothenpieler.org
Sun Jun 29 01:49:39 EEST 2025
I've actually cleaned this up a bit while trying to implement DTLS via
schannel, and effectively removed the whole section:
> https://github.com/BtbN/FFmpeg/commit/b6794f1373fb07b791cfacd2189c7efc4d6bdbcc
There's also a bunch of other necessary UDP related fixes in tls.c.
Don't try to use an http proxy for UDP. It doesn't work:
> https://github.com/BtbN/FFmpeg/commit/709ce9e5c48e3a27a400cf5af35038d3f0602c8a
Properly forward the various hosts and ports to udp.c so it actually
works when using a non-external UDP connection:
> https://github.com/BtbN/FFmpeg/commit/46375adf7d9cc61f709ab14dd2ea017995f735db
More information about the ffmpeg-devel
mailing list