From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHQrN-0002oG-QJ for guix-patches@gnu.org; Sun, 04 Jun 2017 04:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHQrK-0005cd-5i for guix-patches@gnu.org; Sun, 04 Jun 2017 04:26:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHQrK-0005cW-1i for guix-patches@gnu.org; Sun, 04 Jun 2017 04:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHQrJ-0003r0-R8 for guix-patches@gnu.org; Sun, 04 Jun 2017 04:26:01 -0400 Subject: bug#27224: vlc: add support pour RTSP Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <87h8zwabzh.fsf@lassieur.org> <20170604030047.GA24570@jasmine> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <20170604030047.GA24570@jasmine> Date: Sun, 04 Jun 2017 10:25:42 +0200 Message-ID: <87fufg9n21.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 27224-done@debbugs.gnu.org Leo Famulari writes: > On Sun, Jun 04, 2017 at 01:27:14AM +0200, Clément Lassieur wrote: >> Hi, >> >> Those four patches add support for RTSP to VLC. >> >> livemedia-utils makes it possible to read this example stream: >> rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/_definst_/mp4:bigbuckbunnyiphone_400.mp4. >> >> But for other streams, like those listed at >> http://mafreebox.freebox.fr/freeboxtv/playlist.m3u, libdvbpsi is needed >> as well. (I'm afraid one probably needs to be in the Free (free.fr) >> network to access the streams.) > > These patches LGTM, thanks! I'm assuming the new packages are most recent > upstream versions, and that you've checked the licenses. Yes, and yes :-) Thanks for the review! Pushed.