Re: WebKit: Failing to play most HTML5 videos

2019-02-05 Thread Pierre Neidhardt
I can reproduce on a fresh Guix install. It bugs me that I don't seem to be able to reproduce the issue reliably (I tried removing the Gstreamer cache). Anyone else? Well, I guess I'll work on a patch then :) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: WebKit: Failing to play most HTML5 videos

2019-01-14 Thread Pierre Neidhardt
Swedebugia, you might be misunderstood: neighter Icecat not mpv are WebKit-based, which is at the root of this issue. If you'd like to test, you should try with, say, eolie, epiphany, vimb or next. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: WebKit: Failing to play most HTML5 videos

2019-01-14 Thread swedebugia
On 2019-01-14 15:22, Pierre Neidhardt wrote: > Weird, I've re-installed the original gst-plugins-bad and I've deleted > ~/.cache/gstreamer-1* but it keeps playing normally. I can't reproduce the > issue. On vanilla 0.16 64bit I can play these videoes in icecat: https://vimeo.com/ondemand/ibelieve

Re: WebKit: Failing to play most HTML5 videos

2018-12-21 Thread Ricardo Wurmus
Pierre Neidhardt writes: >> Instead we should run getenv to get the location from one >> of the common environment variables and only fall back to >> “/etc/ssl/certs/ca-certificates.crt” if it isn’t set. > > You mean add getenv in C, right? Yes. > Wouldn't there be a way with environment vari

Re: WebKit: Failing to play most HTML5 videos

2018-12-21 Thread Pierre Neidhardt
> Instead we should run getenv to get the location from one > of the common environment variables and only fall back to > “/etc/ssl/certs/ca-certificates.crt” if it isn’t set. You mean add getenv in C, right? Wouldn't there be a way with environment variables though? From an executable wrapper,

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Ricardo Wurmus
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’t hard-code the location of the cert bundle. Instead we should run getenv to get the location from one of the common environm

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Ricardo Wurmus
Pierre Neidhardt writes: > I have all of it. > > libx264 is linked in gst-plugins-ugly. > > I found some more information here: > > https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html > https://stackoverflow.com/questions/17096139/your-gstreamer-installation-is-

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Pierre Neidhardt
I have all of it. libx264 is linked in gst-plugins-ugly. I found some more information here: https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html https://stackoverflow.com/questions/17096139/your-gstreamer-installation-is-missing-a-plug-in-gsturidecodebin Then I

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Ricardo Wurmus
Pierre Neidhardt writes: > OK, I had time to try your patch. It does fix the certificate issue indeed, > but > it turns out that it might not be the problem. […] What plugins do you have? gst-libav does support x264 IIRC. -- Ricardo

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Pierre Neidhardt
OK, I had time to try your patch. It does fix the certificate issue indeed, but it turns out that it might not be the problem. See: --8<---cut here---start->8--- > *env GST_DEBUG=2 vimb > https://old.reddit.com/r/funny/comments/a53e07/finally_redone_correctly

Re: WebKit: Failing to play most HTML5 videos

2018-12-11 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Pierre Neidhardt writes: >> >>> With Epiphany: […] >>> 0:00:02.444056430 6908 0xdc3320 WARN curlhttpsrc >>> gstcurlhttpsrc.c:1068:gst_curl_http_src_handle_response: Curl >>> failed the transfer (60): SSL peer certificat

Re: WebKit: Failing to play most HTML5 videos

2018-12-11 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Pierre Neidhardt writes: > >> With Epiphany: […] >> 0:00:02.444056430 6908 0xdc3320 WARN curlhttpsrc >> gstcurlhttpsrc.c:1068:gst_curl_http_src_handle_response: Curl >> failed the transfer (60): SSL peer certificate or SSH remote key was not OK > >

Re: WebKit: Failing to play most HTML5 videos

2018-12-11 Thread Ricardo Wurmus
Pierre Neidhardt writes: > With Epiphany: […] > 0:00:02.444056430 6908 0xdc3320 WARN curlhttpsrc > gstcurlhttpsrc.c:1068:gst_curl_http_src_handle_response: Curl > failed the transfer (60): SSL peer certificate or SSH remote key was not OK That’s the same error I got. It m

Re: WebKit: Failing to play most HTML5 videos

2018-12-11 Thread Ricardo Wurmus
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 depend

Re: WebKit: Failing to play most HTML5 videos

2018-12-11 Thread Ricardo Wurmus
Pierre Neidhardt writes: > Hey, > > since a general update a week ago or so, it seems that I'm unable to > play most HTML5 videos. Youtube works. > imdb.com fails, and so do most other websites with a similar error. > > Did something broke with gstreamer / gst-plugins? Here’s what I tried: -

Re: WebKit: Failing to play most HTML5 videos

2018-12-10 Thread swedebugia
On 2018-12-09 13:21, Pierre Neidhardt wrote: > 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. I really doubt that. I just change

Re: WebKit: Failing to play most HTML5 videos

2018-12-09 Thread Pierre Neidhardt
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

Re: WebKit: Failing to play most HTML5 videos

2018-12-08 Thread Leo Famulari
On Sat, Dec 08, 2018 at 01:30:46PM +0100, Pierre Neidhardt wrote: > Hey, > > since a general update a week ago or so, it seems that I'm unable to > play most HTML5 videos. Youtube works. > imdb.com fails, and so do most other websites with a similar error. > > Did something broke with gstreamer

Re: WebKit: Failing to play most HTML5 videos

2018-12-08 Thread Pierre Neidhardt
I got Youtube to work with Vimb when gst-libav is installed. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: WebKit: Failing to play most HTML5 videos

2018-12-08 Thread swedebugia
On 2018-12-08 13:39, Pierre Neidhardt wrote: > Forgot to mention: I've tested with Epiphany, Vimb and Next browser, with > similar results. I tested with Next and epiphany. All sites fail here. svtplay.se and youtube.com tested. -- Cheers Swedebugia

Re: WebKit: Failing to play most HTML5 videos

2018-12-08 Thread Pierre Neidhardt
Forgot to mention: I've tested with Epiphany, Vimb and Next browser, with similar results. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

WebKit: Failing to play most HTML5 videos

2018-12-08 Thread Pierre Neidhardt
Hey, since a general update a week ago or so, it seems that I'm unable to play most HTML5 videos. Youtube works. imdb.com fails, and so do most other websites with a similar error. Did something broke with gstreamer / gst-plugins? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Descr