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


_______________________________________________
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".

Reply via email to