all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31356: Some videos don't work with recent Icecat
@ 2018-05-03 13:59 Clément Lassieur
  2018-05-03 14:16 ` Nils Gillmann
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Clément Lassieur @ 2018-05-03 13:59 UTC (permalink / raw)
  To: 31356

Hi,

Recent Icecat can't play some videos, like this one:

https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
(thank you catonano for the link and for reporting it on IRC).

Whereas an older one (say,
/gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/icecat)
can play them.

It should be bisectable.

Cheers,
Clément

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 13:59 bug#31356: Some videos don't work with recent Icecat Clément Lassieur
@ 2018-05-03 14:16 ` Nils Gillmann
  2018-05-05  7:46   ` Clément Lassieur
  2018-05-03 14:48 ` Clément Lassieur
  2018-05-03 18:25 ` Marius Bakke
  2 siblings, 1 reply; 15+ messages in thread
From: Nils Gillmann @ 2018-05-03 14:16 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 31356

Clément Lassieur transcribed 409 bytes:
> Hi,
> 
> Recent Icecat can't play some videos, like this one:
> 
> https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
> (thank you catonano for the link and for reporting it on IRC).
> 
> Whereas an older one (say,
> /gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/icecat)
> can play them.
> 
> It should be bisectable.
> 
> Cheers,
> Clément
> 

Hi, thanks for reporting it.

This is not a bug, however it has been reported multiple times in the past.
This is a not so obvious reminder that you need to install the some of the
codecs into your global or user profile.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 13:59 bug#31356: Some videos don't work with recent Icecat Clément Lassieur
  2018-05-03 14:16 ` Nils Gillmann
@ 2018-05-03 14:48 ` Clément Lassieur
  2018-05-03 18:25 ` Marius Bakke
  2 siblings, 0 replies; 15+ messages in thread
From: Clément Lassieur @ 2018-05-03 14:48 UTC (permalink / raw)
  To: 31356

Clément Lassieur <clement@lassieur.org> writes:

> Hi,
>
> Recent Icecat can't play some videos, like this one:
>
> https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
> (thank you catonano for the link and for reporting it on IRC).
>
> Whereas an older one (say,
> /gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/icecat)
> can play them.
>
> It should be bisectable.
>
> Cheers,
> Clément

Here are more details, thanks to Marius on IRC:

Quoth Web Console (Ctrl+Shift+K):
    The video on this page can’t be played. Your system may not have the
    required video codecs for: video/mp4, video/mp4; codecs="avc1.42E01E
    mp4a.40.2"

html5test.com:
    bad (/gnu/store/kkrpnjsi83f7a660zy8yhpi4b87jf1h3-icecat-52.6.0-gnu1/bin/icecat):
    http://html5test.com/s/dae49b3d3f6f4652.html

    good (/gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/icecat):
    http://html5test.com/s/95cbda3d3f712ff3.html

And indeed, H.264 is missing.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 13:59 bug#31356: Some videos don't work with recent Icecat Clément Lassieur
  2018-05-03 14:16 ` Nils Gillmann
  2018-05-03 14:48 ` Clément Lassieur
@ 2018-05-03 18:25 ` Marius Bakke
  2018-05-03 18:32   ` Clément Lassieur
  2 siblings, 1 reply; 15+ messages in thread
From: Marius Bakke @ 2018-05-03 18:25 UTC (permalink / raw)
  To: Clément Lassieur, 31356-done

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

Clément Lassieur <clement@lassieur.org> writes:

> Hi,
>
> Recent Icecat can't play some videos, like this one:
>
> https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
> (thank you catonano for the link and for reporting it on IRC).
>
> Whereas an older one (say,
> /gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/icecat)
> can play them.

Fixed in 069f1c2074378bd9113d1ca8ef083f190e7347c2.  Thanks for reporting
it!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 18:25 ` Marius Bakke
@ 2018-05-03 18:32   ` Clément Lassieur
  2018-05-03 20:58     ` Catonano
  0 siblings, 1 reply; 15+ messages in thread
From: Clément Lassieur @ 2018-05-03 18:32 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 31356-done

Marius Bakke <mbakke@fastmail.com> writes:

> Clément Lassieur <clement@lassieur.org> writes:
>
>> Hi,
>>
>> Recent Icecat can't play some videos, like this one:
>>
>> https://www.radioradicale.it/scheda/540252/operazione-black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
>> (thank you catonano for the link and for reporting it on IRC).
>>
>> Whereas an older one (say,
>> /gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/icecat)
>> can play them.
>
> Fixed in 069f1c2074378bd9113d1ca8ef083f190e7347c2.  Thanks for reporting
> it!

Waoo, that was quick.  Thank you Marius :-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 18:32   ` Clément Lassieur
@ 2018-05-03 20:58     ` Catonano
  2018-05-04 12:41       ` Catonano
  0 siblings, 1 reply; 15+ messages in thread
From: Catonano @ 2018-05-03 20:58 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 31356-done

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

2018-05-03 20:32 GMT+02:00 Clément Lassieur <clement@lassieur.org>:

> Marius Bakke <mbakke@fastmail.com> writes:
>
> > Clément Lassieur <clement@lassieur.org> writes:
> >
> >> Hi,
> >>
> >> Recent Icecat can't play some videos, like this one:
> >>
> >> https://www.radioradicale.it/scheda/540252/operazione-
> black-job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
> >> (thank you catonano for the link and for reporting it on IRC).
> >>
> >> Whereas an older one (say,
> >> /gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-gnu1/bin/
> icecat)
> >> can play them.
> >
> > Fixed in 069f1c2074378bd9113d1ca8ef083f190e7347c2.  Thanks for reporting
> > it!
>
> Waoo, that was quick.  Thank you Marius :-)
>

Thank you Marius !

[-- Attachment #2: Type: text/html, Size: 1560 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 20:58     ` Catonano
@ 2018-05-04 12:41       ` Catonano
  2018-05-04 12:57         ` Clément Lassieur
  0 siblings, 1 reply; 15+ messages in thread
From: Catonano @ 2018-05-04 12:41 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 31356-done

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

2018-05-03 22:58 GMT+02:00 Catonano <catonano@gmail.com>:

>
>
> 2018-05-03 20:32 GMT+02:00 Clément Lassieur <clement@lassieur.org>:
>
>> Marius Bakke <mbakke@fastmail.com> writes:
>>
>> > Clément Lassieur <clement@lassieur.org> writes:
>> >
>> >> Hi,
>> >>
>> >> Recent Icecat can't play some videos, like this one:
>> >>
>> >> https://www.radioradicale.it/scheda/540252/operazione-black-
>> job-illustrazione-dei-dettagli-del-blitz-contro-la-corruzione
>> >> (thank you catonano for the link and for reporting it on IRC).
>> >>
>> >> Whereas an older one (say,
>> >> /gnu/store/s85ykg7ggz8vlc0rf7ccjyz1af9n1q73-icecat-52.3.0-
>> gnu1/bin/icecat)
>> >> can play them.
>> >
>> > Fixed in 069f1c2074378bd9113d1ca8ef083f190e7347c2.  Thanks for
>> reporting
>> > it!
>>
>> Waoo, that was quick.  Thank you Marius :-)
>>
>
> Thank you Marius !
>
>

Ahem, I did

guix pull
guix package -u icecat

but it still doesn't work

for example. I can't see this video
https://www.radioradicale.it/scheda/540381/intervista-a-loredana-de-petris-su-direzione-pd-e-formazione-governo

[-- Attachment #2: Type: text/html, Size: 2565 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-04 12:41       ` Catonano
@ 2018-05-04 12:57         ` Clément Lassieur
  2018-05-04 13:40           ` Catonano
  0 siblings, 1 reply; 15+ messages in thread
From: Clément Lassieur @ 2018-05-04 12:57 UTC (permalink / raw)
  To: Catonano; +Cc: 31356-done

Catonano <catonano@gmail.com> writes:

> Ahem, I did
>
> guix pull
> guix package -u icecat
>
> but it still doesn't work
>
> for example. I can't see this video
> https://www.radioradicale.it/scheda/540381/intervista-a-loredana-de-petris-su-direzione-pd-e-formazione-governo

It worked for me.  Are you sure you closed all instances of Icecat
before running the updated one?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-04 12:57         ` Clément Lassieur
@ 2018-05-04 13:40           ` Catonano
  2018-05-04 18:34             ` Catonano
  0 siblings, 1 reply; 15+ messages in thread
From: Catonano @ 2018-05-04 13:40 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 31356-done

[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]

2018-05-04 14:57 GMT+02:00 Clément Lassieur <clement@lassieur.org>:

> Catonano <catonano@gmail.com> writes:
>
> > Ahem, I did
> >
> > guix pull
> > guix package -u icecat
> >
> > but it still doesn't work
> >
> > for example. I can't see this video
> > https://www.radioradicale.it/scheda/540381/intervista-a-
> loredana-de-petris-su-direzione-pd-e-formazione-governo
>
> It worked for me.  Are you sure you closed all instances of Icecat
> before running the updated one?
>


I tried again right now

it doesn't work :-/

I could copy this, in the cosnole

error { target: <div>, isTrusted: false, eventPhase: 0, bubbles: false,
cancelable: true, defaultPrevented: false, composed: false, timeStamp:
1525441028870492, cancelBubble: false, originalTarget: <div>,
explicitOriginalTarget: <div> }
js_TJjhS-O3UIrQpwRo6s8yA6nmacY9kUS2f78SDEJfwPw.js:42:4

error fp error { target: <div>, isTrusted: false, eventPhase: 0, bubbles:
false, cancelable: true, defaultPrevented: false, composed: false,
timeStamp: 1525441029122546, cancelBubble: false, originalTarget: <div>,
explicitOriginalTarget: <div> } Object { conf: Object, currentSpeed: 1,
volumeLevel: "1", video: Object, disabled: false, finished: false, loading:
false, muted: undefined, paused: false, playing: false, 47 more… } Object {
code: 10 }  js_TJjhS-O3UIrQpwRo6s8yA6nmacY9kUS2f78SDEJfwPw.js:590:8

[-- Attachment #2: Type: text/html, Size: 2167 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-04 13:40           ` Catonano
@ 2018-05-04 18:34             ` Catonano
  2018-05-05 18:52               ` Mark H Weaver
  0 siblings, 1 reply; 15+ messages in thread
From: Catonano @ 2018-05-04 18:34 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 31356-done

[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]

ok now it works

I garbagecollected and launched it rom an unusual place.

Probably my susal icon points to the old copy

Who knows

Thanks

2018-05-04 15:40 GMT+02:00 Catonano <catonano@gmail.com>:

>
>
> 2018-05-04 14:57 GMT+02:00 Clément Lassieur <clement@lassieur.org>:
>
>> Catonano <catonano@gmail.com> writes:
>>
>> > Ahem, I did
>> >
>> > guix pull
>> > guix package -u icecat
>> >
>> > but it still doesn't work
>> >
>> > for example. I can't see this video
>> > https://www.radioradicale.it/scheda/540381/intervista-a-lore
>> dana-de-petris-su-direzione-pd-e-formazione-governo
>>
>> It worked for me.  Are you sure you closed all instances of Icecat
>> before running the updated one?
>>
>
>
> I tried again right now
>
> it doesn't work :-/
>
> I could copy this, in the cosnole
>
> error { target: <div>, isTrusted: false, eventPhase: 0, bubbles: false,
> cancelable: true, defaultPrevented: false, composed: false, timeStamp:
> 1525441028870492, cancelBubble: false, originalTarget: <div>,
> explicitOriginalTarget: <div> }  js_TJjhS-O3UIrQpwRo6s8yA6nmacY9kUS2f78S
> DEJfwPw.js:42:4
>
> error fp error { target: <div>, isTrusted: false, eventPhase: 0, bubbles:
> false, cancelable: true, defaultPrevented: false, composed: false,
> timeStamp: 1525441029122546, cancelBubble: false, originalTarget: <div>,
> explicitOriginalTarget: <div> } Object { conf: Object, currentSpeed: 1,
> volumeLevel: "1", video: Object, disabled: false, finished: false, loading:
> false, muted: undefined, paused: false, playing: false, 47 more… } Object {
> code: 10 }  js_TJjhS-O3UIrQpwRo6s8yA6nmacY9kUS2f78SDEJfwPw.js:590:8
>
>
>

[-- Attachment #2: Type: text/html, Size: 2788 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-03 14:16 ` Nils Gillmann
@ 2018-05-05  7:46   ` Clément Lassieur
  2018-05-05  9:53     ` Nils Gillmann
  0 siblings, 1 reply; 15+ messages in thread
From: Clément Lassieur @ 2018-05-05  7:46 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 31356

Nils Gillmann <gillmann@infotropique.org> writes:

> Hi, thanks for reporting it.
>
> This is not a bug, however it has been reported multiple times in the past.
> This is a not so obvious reminder that you need to install the some of the
> codecs into your global or user profile.

Hi ng0,

I'd be happy to know about codecs that can be installed in one's profile
(and thus aren't shipped with the Icecat package) and would improve
Icecat user experience.

Thanks,
Clément

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-05  7:46   ` Clément Lassieur
@ 2018-05-05  9:53     ` Nils Gillmann
  2018-05-05 19:04       ` Mark H Weaver
  0 siblings, 1 reply; 15+ messages in thread
From: Nils Gillmann @ 2018-05-05  9:53 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: Nils Gillmann, 31356

Clément Lassieur transcribed 475 bytes:
> Nils Gillmann <gillmann@infotropique.org> writes:
> 
> > Hi, thanks for reporting it.
> >
> > This is not a bug, however it has been reported multiple times in the past.
> > This is a not so obvious reminder that you need to install the some of the
> > codecs into your global or user profile.
> 
> Hi ng0,
> 
> I'd be happy to know about codecs that can be installed in one's profile
> (and thus aren't shipped with the Icecat package) and would improve
> Icecat user experience.
> 
> Thanks,
> Clément

Hm... usually I would've replied "the gstreamer ones, -ugly, -base, -good"
but I don't have them installed. I am not using icecat and for my aurora esr
package I think videos just work.

I'm running an update here so I can't install anything right now, but in
the past the gst plugins would've been my definite reply if something was
missing.

Sorry for assuming I had this. I have over 270 profile generations, nothing
showed up indicating that this time I have this.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-04 18:34             ` Catonano
@ 2018-05-05 18:52               ` Mark H Weaver
  2018-05-06 10:06                 ` Catonano
  0 siblings, 1 reply; 15+ messages in thread
From: Mark H Weaver @ 2018-05-05 18:52 UTC (permalink / raw)
  To: Catonano; +Cc: Clément Lassieur, 31356-done

Catonano <catonano@gmail.com> writes:

> ok now it works
>
> I garbagecollected and launched it rom an unusual place. 
>
> Probably my susal icon points to the old copy

I've found that desktop environments usually need to relaunched in order
for application upgrades to take effect.  That's because the .desktop
files that we install include absolute file names to their programs, and
desktop environments seem to keep using the .desktop files that they
loaded when you first logged in.

For GNOME users, it should be sufficient to relaunch GNOME shell by
typing Alt-F2 and then issuing the special command "r".  However, this
does not work on top of Wayland.

       Mark

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-05  9:53     ` Nils Gillmann
@ 2018-05-05 19:04       ` Mark H Weaver
  0 siblings, 0 replies; 15+ messages in thread
From: Mark H Weaver @ 2018-05-05 19:04 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 31356, Clément Lassieur

Nils Gillmann <gillmann@infotropique.org> writes:

> Clément Lassieur transcribed 475 bytes:
>> Nils Gillmann <gillmann@infotropique.org> writes:
>> 
>> > Hi, thanks for reporting it.
>> >
>> > This is not a bug, however it has been reported multiple times in the past.
>> > This is a not so obvious reminder that you need to install the some of the
>> > codecs into your global or user profile.
>> 
>> Hi ng0,
>> 
>> I'd be happy to know about codecs that can be installed in one's profile
>> (and thus aren't shipped with the Icecat package) and would improve
>> Icecat user experience.
>> 
>> Thanks,
>> Clément
>
> Hm... usually I would've replied "the gstreamer ones, -ugly, -base, -good"
> but I don't have them installed. I am not using icecat and for my aurora esr
> package I think videos just work.

Back in the days of IceCat 45.x and earlier, we compiled IceCat using
gstreamer as its video library, and so the set of gstreamer plugins
installed in your profile determined the set of codecs supported by
IceCat.

However, upstream Mozilla dropped support for gstreamer back around
2016, opting to use ffmpeg instead.  So, IceCat 52.x is now linked
directly to ffmpeg, and the set of gstreamer plugins is irrelevant for
purposes of IceCat video support.

     Regards,
       Mark

^ permalink raw reply	[flat|nested] 15+ messages in thread

* bug#31356: Some videos don't work with recent Icecat
  2018-05-05 18:52               ` Mark H Weaver
@ 2018-05-06 10:06                 ` Catonano
  0 siblings, 0 replies; 15+ messages in thread
From: Catonano @ 2018-05-06 10:06 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: Clément Lassieur, 31356-done

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

2018-05-05 20:52 GMT+02:00 Mark H Weaver <mhw@netris.org>:

>
> I've found that desktop environments usually need to relaunched in order
> for application upgrades to take effect.  That's because the .desktop
> files that we install include absolute file names to their programs, and
> desktop environments seem to keep using the .desktop files that they
> loaded when you first logged in.
>
> For GNOME users, it should be sufficient to relaunch GNOME shell by
> typing Alt-F2 and then issuing the special command "r".  However, this
> does not work on top of Wayland.
>
>        Mark
>


Mark,

thank you, I appreciate your clarification !

I didn't know you could restart the Gnome shell that way !

[-- Attachment #2: Type: text/html, Size: 1241 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-05-06 10:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 13:59 bug#31356: Some videos don't work with recent Icecat Clément Lassieur
2018-05-03 14:16 ` Nils Gillmann
2018-05-05  7:46   ` Clément Lassieur
2018-05-05  9:53     ` Nils Gillmann
2018-05-05 19:04       ` Mark H Weaver
2018-05-03 14:48 ` Clément Lassieur
2018-05-03 18:25 ` Marius Bakke
2018-05-03 18:32   ` Clément Lassieur
2018-05-03 20:58     ` Catonano
2018-05-04 12:41       ` Catonano
2018-05-04 12:57         ` Clément Lassieur
2018-05-04 13:40           ` Catonano
2018-05-04 18:34             ` Catonano
2018-05-05 18:52               ` Mark H Weaver
2018-05-06 10:06                 ` Catonano

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.