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 F07D64DCE5 for ; Wed, 4 Jun 2025 15:34:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id A6E9368D4D6; Wed, 4 Jun 2025 18:34:39 +0300 (EEST) Received: from relay.b.hostedemail.com (smtprelay0040.b.hostedemail.com [64.98.42.40]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id E832568CAC8 for ; Wed, 4 Jun 2025 18:34:32 +0300 (EEST) Received: from omf16.b.hostedemail.com (omf16 [10.200.6.79]) by unirelay09.b.hostedemail.com (Postfix) with ESMTP id 472E3C01CE for ; Wed, 4 Jun 2025 15:34:30 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: ff@hawaiiantel.net) by omf16.b.hostedemail.com (Postfix) with ESMTPA id D498B1C0002 for ; Wed, 4 Jun 2025 15:34:28 +0000 (UTC) Date: Wed, 4 Jun 2025 05:34:27 -1000 From: compn To: ffmpeg-devel@ffmpeg.org Message-ID: <20250604053427.000075fc@hawaiiantel.net> In-Reply-To: <8697e938-8427-43d6-e7b5-b1c31ee52d5b@martin.st> References: <20250604031729.35EB5412833@natalya.videolan.org> <8697e938-8427-43d6-e7b5-b1c31ee52d5b@martin.st> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) MIME-Version: 1.0 X-Rspamd-Queue-Id: D498B1C0002 X-Spam-Status: No, score=-0.88 X-Rspamd-Server: rspamout08 X-Stat-Signature: cafmxipqb6x1s8rg69go55wqrtd3ycz9 X-Session-Marker: 666640686177616969616E74656C2E6E6574 X-Session-ID: U2FsdGVkX19w0D3EnkuCgW2iszr7xEZ6dzYKxUGZq4I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hawaiiantel.net; h=date:from:to:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=opensrs-2024012500; bh=NTQzcclo2Lvpu+Dt+DnlSKq+xhONGqyeRo4fR6BPioQ=; b=y4rnEaqr2YgyqCEzYH+DYAa6Er9l5sMYgHmcTEaDzsUd9vITZOATe3V+kRg2jDdrMLCm1ENZM0I082pl9vRzoEbqI/b8pY0S3HdroqATROUMNHyjSKwmiT0a1Ev+GTPQoFUe70lQSxv8fGL6R45ZKtfNCc4MOYzLbZsLgTud13MHMvS/us4XdiqgaNy3ZAeLf09KPBQl2JGM1qh7p431TXE2r5WlPfNkZsCVXijJNTqoThm3GaToF4fkUCczla58RdjBcHc4MyA9mt7IfgubnLhubc10DBG1c7Hq87YWCtonc8kre4+dLtm3rSPrQIackezQA+IJsBUoBJSNedxPqQ== X-HE-Tag: 1749051268-708547 X-HE-Meta: U2FsdGVkX18UyC/dE9FBiszeplRfNqw6oB6rBR4A7InQk5OwFVJO7S7rZ/5EDilv/euOnsZ4bN95J7cnky2h5+WOmUVaoUAYUhZbMi3/Z/mDMrGba6HPfOMgSt5mO1zqLGIdaFZazEmcMTBsEX7+GuMb0HF6UEvIrt0A/hDuEX3J3i5Kc4dhInVRrn2NuyTF6YXmfEMcxjRAIgbh7HvZP+j+Abau0r+UBJpMyZj1X1GAxJ3Hay60r1vx+LvaFkwv6wV8v4vEuN/oc4WfsSYF/6TFMbnB/FHmft54kzGvQ9oVFTCn1NwdSJmpRNF9IAtOYWnp9nJaPsz4noX3ZQcUzn/yFYfyz2ZYinfOBuTuau0dktLHmyuLCw== Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avformat/whip: Add WHIP muxer support for subsecond latency streaming 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-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 4 Jun 2025 17:05:23 +0300 (EEST), Martin Storsj=F6 wrote: > On Wed, 4 Jun 2025, Jack Lau wrote: > = > > ffmpeg | branch: master | Jack Lau | Fri May 16 20= :15:05 2025 +0800| [167e343bbe75515a80db8ee72ffa0c607c944a00] | committer: = Steven Liu > > > > avformat/whip: Add WHIP muxer support for subsecond latency streaming = > = > This breaks compilation with OpenSSL 1.1.1t: > = > src/libavformat/tls_openssl.c:1019:22: error: no member named 'dtls_eckey= ' = > in 'struct TLSContext' > 1019 | EC_KEY_free(ctx->dtls_eckey); > | ~~~ ^ > = > So this change does require some configure checks or source level version = > checks to see if we have a new enough version of OpenSSL to do what this = > does. > = probably time to upgrade openssl, too. Sep 13, 2023 The OpenSSL Project has ended the long-term support for versio= n 1.1.1 https://www.theregister.com/2023/09/12/openssl_111_end_of_life/ -compn _______________________________________________ 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".