From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: WebKit: Failing to play most HTML5 videos Date: Thu, 20 Dec 2018 22:23:12 +0100 Message-ID: <87d0pvsxj3.fsf@elephly.net> References: <87bm5wtd3d.fsf@ambrevar.xyz> <87sgz45vj6.fsf@elephly.net> <87r2eoashg.fsf@ambrevar.xyz> <87pnu8as0n.fsf@ambrevar.xyz> <87h8fj5x5u.fsf@elephly.net> <877egf5gme.fsf@elephly.net> <875zvz5gbv.fsf@elephly.net> <87va3ozecr.fsf@ambrevar.xyz> <87k1k4scqe.fsf@elephly.net> <87sgyszd31.fsf@ambrevar.xyz> <87ftuss21m.fsf@elephly.net> <87ftusyw5q.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ga6VL-0000nq-JG for help-guix@gnu.org; Thu, 20 Dec 2018 17:09:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ga6VH-0003ee-Fw for help-guix@gnu.org; Thu, 20 Dec 2018 17:09:19 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21829) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ga6VG-0003RH-VK for help-guix@gnu.org; Thu, 20 Dec 2018 17:09:15 -0500 In-reply-to: <87ftusyw5q.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt writes: > You are right, this was it! Thank you so much! > > So, what about your patch now? Shall we merge it? The patch is a bit crude. We shouldn=E2=80=99t hard-code the location of t= he cert bundle. Instead we should run getenv to get the location from one of the common environment variables and only fall back to =E2=80=9C/etc/ssl/certs/ca-certificates.crt=E2=80=9D if it isn=E2=80=99t se= t. Would you like to change the patch to accomplish this? Please present it here before pushing it. Another thing: I found that my browser tab freezes when a video rewinds to loop. I have gst-libav installed (in addition to all the =E2=80=9Cgst-plugins-*=E2=80=9D packages), so that may be responsible here. -- Ricardo