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 71D314A021 for ; Tue, 19 Aug 2025 09:43:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 8417168D44D; Tue, 19 Aug 2025 12:43:14 +0300 (EEST) Received: from mail-pg1-f175.google.com (mail-pg1-f175.google.com [209.85.215.175]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id CDAC568D390 for ; Tue, 19 Aug 2025 12:43:07 +0300 (EEST) Received: by mail-pg1-f175.google.com with SMTP id 41be03b00d2f7-b4717593371so714790a12.3 for ; Tue, 19 Aug 2025 02:43:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1755596585; x=1756201385; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JAxGfXbIxeRYG/6zyOCzIdIIrPxBH8hZS2gnm08Mm/k=; b=ATvxFubobi+jmjvm1GZa4/AlN6qBo/LdjRaYWEl7CEBL39bttXwiWhAWTm91a1zEl0 n78jfyQbUxVy/Fl4/xMG9EYDjsQDx7Unwts24vzcCKJDMRwAj9JJrEdwA3/hPfH9OweS wWes7ovL/6k+TsLC2dswgcPeXgjPZwE2vOGOH0CheEhhEYEelhCqaSgCDQwfxFwGoDgt SuUtxBhOXFoqrfeg8OE9IWwAYBmOzqFJMao5a4fYoF6zvlb1xdv5GsN03PwuX8QShyAV auiibrqAnsiXQBLftp1E5Ce6KAn89g0QGlK+QS//Lqjca3bndHjhpOtTcWUFahFn2Wfi +H1A== X-Gm-Message-State: AOJu0Yy3L7SEyNfrZYPTJzA3fuikT4uVYqi0caXsOuAn/IUu9OlENPOw NkoDSkQBujohnhFkFzgfVEfwhqDOqs6gpoQ7bvIgNstRd9ILrmD44yPh1Zy3d8ZT X-Gm-Gg: ASbGncunLpYbweePTyTuWrmGhq29JtYdP2YyXj+HwF19ylqw4Ga/IrRSJ0/CK4ldigz aMVQFzTLq5hudSUNA1m7wFjcfPe9+KPizs6WdeA83iOYbkyogTN241fXu++LROh21AhMmz8H+hy GWdzJoff7ytZ241S0BVQBCDpNBO+u6Vv2JuDs1QGTkIHd5ePxPuZFSQxfjW6DpimTKvt/MYcqem W4LnX14gu7WisZRcTsOoS4EZnWGzzB0cal1HL26tke4QyW7VQ8pIxix7yBw5wH/zZ1VW6h3maW4 z9O3C/MT5ZD7whPnaJnPHEov7KWVbIleyDi5Wg5d+axF23WupUkF/59+WCmM7J+AxlP28j0Djci ILfXbE7Dj2hGVna4FMtPM/WOZOy8xJpnqe/5pJPNdHE6M9q8C4iQT2McZnEHUoRL7mpjqp2xm5d tlo+hBmskmQF0l X-Google-Smtp-Source: AGHT+IEvskiaQPc6FCzKtyjPg6rqnjjvxVfukoQyY7wMCPJFOFjlVH1AVhVbdbq9/Nm07HZD4Elieg== X-Received: by 2002:a17:903:1111:b0:242:fcfd:3f94 with SMTP id d9443c01a7336-245e0525027mr13327805ad.11.1755596585187; Tue, 19 Aug 2025 02:43:05 -0700 (PDT) Received: from ehlo.thunderbird.net (syn-075-139-184-057.res.spectrum.com. [75.139.184.57]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-2446d50f382sm103031285ad.79.2025.08.19.02.43.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Aug 2025 02:43:04 -0700 (PDT) Date: Tue, 19 Aug 2025 02:43:04 -0700 To: FFmpeg development discussions and patches In-Reply-To: References: Message-ID: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg 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: , From: Jacob Lifshay via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Jacob Lifshay Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On August 19, 2025 1:45:01 AM PDT, ffmpeg--- via ffmpeg-devel wrote: > We have have already completed implementation of this protocol into FFMPEG 7 and I enclose patches to add this to the current FFmpeg origin/master. > > > If the .eml patches dont make it through the email, here are links to them: > https://www.sienna-tv.com/omt/0001-Added-libomt-support-for-OpenMediaTransport.eml > https://www.sienna-tv.com/omt/0002-Patched-libomt-into-FFmpeg.eml It seems to me that it might be better to add libomt as a ffmpeg protocol rather than as devices, devices seem to be intended only for things plugged into your computer or local in some sense (e.g. screen capture). libomt seems to be for network stuff. Also, you may want to consider opening a PR on the experimental forgejo instance: https://code.ffmpeg.org/FFmpeg/FFmpeg Jacob _______________________________________________ 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".