From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 12 17:11:44 2021 Received: (at 49539) by debbugs.gnu.org; 12 Jul 2021 21:11:45 +0000 Received: from localhost ([127.0.0.1]:38972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m33DM-00025n-Oj for submit@debbugs.gnu.org; Mon, 12 Jul 2021 17:11:44 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:57482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m33DL-00025a-Ew for 49539@debbugs.gnu.org; Mon, 12 Jul 2021 17:11:44 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m33DF-0005pm-O3; Mon, 12 Jul 2021 17:11:37 -0400 Date: Mon, 12 Jul 2021 17:11:37 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: Jonathan Brielmaier Subject: Re: [bug#49539] [PATCH] gnu: Add nginx-rtmp-module. In-Reply-To: <984dcf9d-6046-3e68-fd97-586a113180b8@web.de> Message-ID: References: <20210712203920.9243-1-jackhill@jackhill.us> <984dcf9d-6046-3e68-fd97-586a113180b8@web.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49539 Cc: 49539@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: -1.0 (-) On Mon, 12 Jul 2021, Jonathan Brielmaier wrote: > On 12.07.21 22:39, Jack Hill wrote: >> * gnu/packages/web.scm (nginx-rtmp-module): New variable. > [...] >> + (synopsis "NGINX module for audo and video streaming with RTMP") > ^ audio Whoops, thank you for catching this. >> + (description "This NGINX module provides streaming with the >> @acronym{RTMP, >> +Real-Time Messaging Protocol}, @acronym{DASH, Dynamic Adaptive Streaming >> over HTTP}, >> +and @acronym{HLS, HTTP Live Streaming} protocols. It allows NGINX to >> accept >> +incoming RTMP streams for recording or redistribution. It also supports >> +on-demand streaming from a file on disk and pulling from an upstream RTMP >> +steam. Remote control of the module is possible over HTTP.") > > ^ stream? At least steam is a real word to the spellchecker :) I'll post v2 with these fixed shortly. Thanks! Jack