From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu OTHACEHE Subject: Re: [PATCH] gnu: icecat: Add ffmpeg support. Date: Tue, 10 Jan 2017 15:19:04 +0100 Message-ID: <87vatnq9pj.fsf@gmail.com> References: <20170109212839.2777-1-m.othacehe@gmail.com> <87shoroikp.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQxGZ-0001oE-NM for guix-devel@gnu.org; Tue, 10 Jan 2017 09:19:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQxGU-0007P3-PE for guix-devel@gnu.org; Tue, 10 Jan 2017 09:19:11 -0500 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:33605) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cQxGU-0007Oz-Hh for guix-devel@gnu.org; Tue, 10 Jan 2017 09:19:06 -0500 Received: by mail-wm0-x242.google.com with SMTP id r144so21262684wme.0 for ; Tue, 10 Jan 2017 06:19:06 -0800 (PST) In-reply-to: <87shoroikp.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org > Have you tried installing 'gst-libav' in your profile? That's what I > do, and I'm able to watch videos in icecat that use those codecs. Yes I tried but I'm still not able to read videos from dailymotion or vimeo for instance. With this patch, it seems to work. Youtube also report support for H.264 and MSE & H.264 is problematic with current icecat (with or without gst-libav), but working with this patch. See: https://www.youtube.com/html5 Do you share the same observations ? Thanks, Mathieu