From unknown Sat Sep 06 09:45:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44679] [PATCH] gnu: gst-plugins-bad: Enable webrtc module. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 16 Nov 2020 09:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 44679 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44679@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16055200138337 (code B ref -1); Mon, 16 Nov 2020 09:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Nov 2020 09:46:53 +0000 Received: from localhost ([127.0.0.1]:55123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keb5z-0002AH-Gr for submit@debbugs.gnu.org; Mon, 16 Nov 2020 04:46:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:37156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keb5v-00029n-Ar for submit@debbugs.gnu.org; Mon, 16 Nov 2020 04:46:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keb5u-00023z-U0 for guix-patches@gnu.org; Mon, 16 Nov 2020 04:46:42 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:54110) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keb5s-0004Ol-Ol for guix-patches@gnu.org; Mon, 16 Nov 2020 04:46:42 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1keb5o-0001am-1S; Mon, 16 Nov 2020 10:46:36 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1keb5m-0000d8-I7; Mon, 16 Nov 2020 10:46:35 +0100 From: Michael Rohleder Date: Mon, 16 Nov 2020 10:46:28 +0100 Message-Id: <20201116094628.26139-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1605520000;8c79f7e0; X-HE-SMSGID: 1keb5o-0001am-1S Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/16 04:46:36 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module. [inputs]: Add libnice and webrtc-audio-processing. [arguments]: Add substitution of failing tests. --- IMHO, it's very, very important that the free world does everything it could possibly do to support video conferencing, voip and so on with free software, asap. Having a webrtc module in gstreamer could be an essential part of this (I came along the missing module while playing with nheko and voip calls over matrix...). I don't understand why the test for the curl module is failing now, so I disabled that also. gnu/packages/gstreamer.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 01474e29a7..791bb98ec0 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2019, 2020 Marius Bakke ;;; Copyright © 2020 Leo Prikler +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -671,8 +672,9 @@ model to base your own plug-in on, here it is.") (lambda _ ;; FIXME: Why is this failing. (substitute* "tests/check/meson.build" - ((".*elements/dash_mpd\\.c.*") - "")) + ((".*elements/dash_mpd\\.c.*") "") + ((".*elements/curlhttpsrc\\.c.*") "") + ((".*elements/webrtcbin\\.c.*") "")) #t))))) (propagated-inputs `(("gst-plugins-base" ,gst-plugins-base))) @@ -702,6 +704,7 @@ model to base your own plug-in on, here it is.") ("libgudev" ,libgudev) ("libkate" ,libkate) ("libmodplug" ,libmodplug) + ("libnice" ,libnice) ("librsvg" ,librsvg) ("libsndfile" ,libsndfile) ("libsrtp" ,libsrtp) @@ -726,6 +729,7 @@ model to base your own plug-in on, here it is.") ;; GStreamer is not yet compatible with srt > 1.4.1. ("srt" ,srt-1.4.1) ("x265" ,x265) + ("webrtc-audio-processing" ,webrtc-audio-processing) ("wayland" ,wayland))) (home-page "https://gstreamer.freedesktop.org/") (synopsis "Plugins for the GStreamer multimedia library") -- 2.29.2 From unknown Sat Sep 06 09:45:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Michael Rohleder Subject: bug#44679: closed (Re: [bug#44679] [PATCH] gnu: gst-plugins-bad: Enable webrtc module.) Message-ID: References: <871rghmvkv.fsf@gnu.org> <20201116094628.26139-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 44679 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 44679@debbugs.gnu.org Date: Wed, 25 Nov 2020 13:11:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1606309861-13938-1" This is a multi-part message in MIME format... ------------=_1606309861-13938-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #44679: [PATCH] gnu: gst-plugins-bad: Enable webrtc module. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 44679@debbugs.gnu.org. --=20 44679: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44679 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1606309861-13938-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 44679-done) by debbugs.gnu.org; 25 Nov 2020 13:10:04 +0000 Received: from localhost ([127.0.0.1]:34685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khuYd-0003b6-D0 for submit@debbugs.gnu.org; Wed, 25 Nov 2020 08:10:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khuYc-0003a7-63 for 44679-done@debbugs.gnu.org; Wed, 25 Nov 2020 08:10:02 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43641) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khuYV-0003EX-Vd; Wed, 25 Nov 2020 08:09:55 -0500 Received: from [2a01:e0a:19b:d9a0:1c2b:7570:3d66:bb06] (port=54318 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1khuYU-0005gY-O7; Wed, 25 Nov 2020 08:09:55 -0500 From: Mathieu Othacehe To: Michael Rohleder Subject: Re: [bug#44679] [PATCH] gnu: gst-plugins-bad: Enable webrtc module. References: <20201116094628.26139-1-mike@rohleder.de> Date: Wed, 25 Nov 2020 14:09:52 +0100 In-Reply-To: <20201116094628.26139-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 16 Nov 2020 10:46:28 +0100") Message-ID: <871rghmvkv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44679-done Cc: 44679-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello Michael, > IMHO, it's very, very important that the free world does everything it > could possibly do to support video conferencing, voip and so on > with free software, asap. Having a webrtc module in gstreamer could be > an essential part of this (I came along the missing module while > playing with nheko and voip calls over matrix...). > > I don't understand why the test for the curl module is failing now, > so I disabled that also. Thanks for fixing it, pushed as 933ddba223178fc2e530d5c9e3be1dd50a64ee95. Mathieu ------------=_1606309861-13938-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Nov 2020 09:46:53 +0000 Received: from localhost ([127.0.0.1]:55123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keb5z-0002AH-Gr for submit@debbugs.gnu.org; Mon, 16 Nov 2020 04:46:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:37156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keb5v-00029n-Ar for submit@debbugs.gnu.org; Mon, 16 Nov 2020 04:46:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keb5u-00023z-U0 for guix-patches@gnu.org; Mon, 16 Nov 2020 04:46:42 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:54110) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keb5s-0004Ol-Ol for guix-patches@gnu.org; Mon, 16 Nov 2020 04:46:42 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1keb5o-0001am-1S; Mon, 16 Nov 2020 10:46:36 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1keb5m-0000d8-I7; Mon, 16 Nov 2020 10:46:35 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: gst-plugins-bad: Enable webrtc module. Date: Mon, 16 Nov 2020 10:46:28 +0100 Message-Id: <20201116094628.26139-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1605520000;8c79f7e0; X-HE-SMSGID: 1keb5o-0001am-1S Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/16 04:46:36 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module. [inputs]: Add libnice and webrtc-audio-processing. [arguments]: Add substitution of failing tests. --- IMHO, it's very, very important that the free world does everything it could possibly do to support video conferencing, voip and so on with free software, asap. Having a webrtc module in gstreamer could be an essential part of this (I came along the missing module while playing with nheko and voip calls over matrix...). I don't understand why the test for the curl module is failing now, so I disabled that also. gnu/packages/gstreamer.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 01474e29a7..791bb98ec0 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2019, 2020 Marius Bakke ;;; Copyright © 2020 Leo Prikler +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -671,8 +672,9 @@ model to base your own plug-in on, here it is.") (lambda _ ;; FIXME: Why is this failing. (substitute* "tests/check/meson.build" - ((".*elements/dash_mpd\\.c.*") - "")) + ((".*elements/dash_mpd\\.c.*") "") + ((".*elements/curlhttpsrc\\.c.*") "") + ((".*elements/webrtcbin\\.c.*") "")) #t))))) (propagated-inputs `(("gst-plugins-base" ,gst-plugins-base))) @@ -702,6 +704,7 @@ model to base your own plug-in on, here it is.") ("libgudev" ,libgudev) ("libkate" ,libkate) ("libmodplug" ,libmodplug) + ("libnice" ,libnice) ("librsvg" ,librsvg) ("libsndfile" ,libsndfile) ("libsrtp" ,libsrtp) @@ -726,6 +729,7 @@ model to base your own plug-in on, here it is.") ;; GStreamer is not yet compatible with srt > 1.4.1. ("srt" ,srt-1.4.1) ("x265" ,x265) + ("webrtc-audio-processing" ,webrtc-audio-processing) ("wayland" ,wayland))) (home-page "https://gstreamer.freedesktop.org/") (synopsis "Plugins for the GStreamer multimedia library") -- 2.29.2 ------------=_1606309861-13938-1--