From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 1656C4FC5F for ; Sat, 28 Jun 2025 22:49:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 0F11D68E5D9; Sun, 29 Jun 2025 01:49:47 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 927FE687DA9 for ; Sun, 29 Jun 2025 01:49:40 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 0929D27FFCD17 for ; Sun, 29 Jun 2025 00:49:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1751150978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1yhp2x97fum0V7gq9KeJ7o9cSMnah/lN0xESzYFxraY=; b=VSIX+f+ekfaCONRtOTXflStcYAtblgXY/LH+KjgHqCwTGgyCEfZ4+Iz7+mqoOHr71wwyvZ rKxY5aumpS0q8GN0IqG2AfM5yIwRNwaKgaDTOryLI5bRASOinVIRojPicZOa9Xm2iNSMN9 0HWQZoJAs5uLDI+MAj3pKIQ44F2WSF0D3jTL/REVBZB1QaF7/U1+YWCnw28S1M2vWjkDZc weW1JyUwy+zeKIyU4r8CKMgj0pu67VOYXlrnGUI0ATwkpZp90ETxjiwrXNS/l4bek6KURn sgl9iIn+ek6p+XkeHB5ZF1bQ6t+Ix1EctwbURMRNn7nqr+F5T1ClTBuc15GFOA== Message-ID: Date: Sun, 29 Jun 2025 00:49:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: Content-Language: en-US From: Timo Rothenpieler In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v5 3/3] avformat/whip: fix typos X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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-request@ffmpeg.org with subject "unsubscribe".