From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: WebKit: Failing to play most HTML5 videos Date: Tue, 11 Dec 2018 09:02:47 +0100 Message-ID: <87tvjk5w48.fsf@elephly.net> References: <87bm5wtd3d.fsf@ambrevar.xyz> <20181209055107.GB7748@jasmine.lan> <87ftv6nb4t.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]:42639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWdFa-00039B-UJ for help-guix@gnu.org; Tue, 11 Dec 2018 03:18:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWdFW-0003XX-0i for help-guix@gnu.org; Tue, 11 Dec 2018 03:18:42 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWdFV-0003X7-NG for help-guix@gnu.org; Tue, 11 Dec 2018 03:18:37 -0500 In-reply-to: <87ftv6nb4t.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: > Leo Famulari writes: >> It works for me on Debian if I install (at least) gst-plugins-base and... > > Hmm, weird. Possible explanations I can see: > > - It's hardware related. I have an Intel HD 620, driver i915. > - Something is not purely functional in the dependency graph. > - It's kernel related, I am on GuixSD. > > It used to work perfectly a few weeks ago. I'll have to try out the diff= erent > kernel/mesa/gstreamer combinations. Pfeww, lots of work :( I don=E2=80=99t think the kernel is at fault. This is usually a problem wi= th gstreamer only. Do not forget about environment variables. I=E2=80=99d suggest looking for gstreamer debugging options and tracing the discovery of plugins specifically. I=E2=80=99m seeing the same behaviour in epiphany (and eolie), both webkit browsers. I have these gstreamer packages installed: gst-plugins-good 1.14.3 out /gnu/store/ar5i930rzx6gx0fllxlj7v0di8av98dn-gst= -plugins-good-1.14.3 gst-plugins-ugly 1.14.3 out /gnu/store/7w2bqvdnylh4y87m6r40k644pxd17g3x-gst= -plugins-ugly-1.14.3 gst-plugins-bad 1.14.3 out /gnu/store/x8m0kdj9x6smm6ybwd3rzkcpqw809pim-gst-= plugins-bad-1.14.3 gst-plugins-base 1.14.3 out /gnu/store/hyjjxxc2q5sfhkmm9iq3g34afm21b62v-gst= -plugins-base-1.14.3 I used to also have gst-libav, which made a lot of things work better at a time. Relevant environment variables: GST_PLUGIN_SYSTEM_PATH=3D/home/rekado/.guix-profile/lib/gstreamer-1.0:/= run/current-system/profile/lib/gstreamer-1.0 GST_PLUGIN_PATH=3D/home/rekado/.guix-profile/lib/gstreamer-1.0 -- Ricardo