GNU bug report logs - #50773
ungoogled-chromium fails to use webcam

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Date: Fri, 24 Sep 2021 08:55:01 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50773 in the body.
You can then email your comments to 50773 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#50773; Package guix. (Fri, 24 Sep 2021 08:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 24 Sep 2021 08:55:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: bug-guix <at> gnu.org
Subject: ungoogled-chromium fails to use webcam
Date: Fri, 24 Sep 2021 10:53:56 +0200
Hello!

As of commit c582be4c38596a6a31a39c6799723dcd8b6eb909 (Sept. 23),
ungoogled-chromium fails to grab images from my webcam (for instance in
BigBlueButton instances), printing this message repeatedly:

  [4685:3:0924/102919.814053:ERROR:video_stream_encoder.cc(1762)] Failed to encode frame. Error code: -7

I found that an older generation (Aug. 30) works for me:

  guix time-machine --commit=f91ae9425bb385b60396a544afe27933896b8fa3 -- \
    environment --ad-hoc ungoogled-chromium -- chromium

The regression must have been in between these two commits.

Thoughts?

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#50773; Package guix. (Fri, 24 Sep 2021 09:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 50773 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Cc: 50773 <at> debbugs.gnu.org
Subject: Re: bug#50773: ungoogled-chromium fails to use webcam
Date: Fri, 24 Sep 2021 11:58:24 +0300
[Message part 1 (text/plain, inline)]
On Fri, Sep 24, 2021 at 10:53:56AM +0200, Ludovic Courtès wrote:
> Hello!
> 
> As of commit c582be4c38596a6a31a39c6799723dcd8b6eb909 (Sept. 23),
> ungoogled-chromium fails to grab images from my webcam (for instance in
> BigBlueButton instances), printing this message repeatedly:
> 
>   [4685:3:0924/102919.814053:ERROR:video_stream_encoder.cc(1762)] Failed to encode frame. Error code: -7
> 
> I found that an older generation (Aug. 30) works for me:
> 
>   guix time-machine --commit=f91ae9425bb385b60396a544afe27933896b8fa3 -- \
>     environment --ad-hoc ungoogled-chromium -- chromium
> 
> The regression must have been in between these two commits.
> 
> Thoughts?
> 
> Ludo’.
> 

I'm fighting ungoogled chromium for something unrelated, but I noticed I
needed to add thirdparty/libusb to %preserved-third-party-files to get
it to build headless for me. Perhaps it tries to reach out directly to
the webcam through usb itself?

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#50773; Package guix. (Mon, 08 Nov 2021 08:47:01 GMT) Full text and rfc822 format available.

Message #11 received at 50773 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 50773 <at> debbugs.gnu.org
Cc: Marius Bakke <marius <at> gnu.org>
Subject: Re: bug#50773: ungoogled-chromium fails to use webcam
Date: Mon, 08 Nov 2021 09:46:32 +0100
Hello!

Ludovic Courtès <ludovic.courtes <at> inria.fr> skribis:

> As of commit c582be4c38596a6a31a39c6799723dcd8b6eb909 (Sept. 23),
> ungoogled-chromium fails to grab images from my webcam (for instance in
> BigBlueButton instances), printing this message repeatedly:
>
>   [4685:3:0924/102919.814053:ERROR:video_stream_encoder.cc(1762)] Failed to encode frame. Error code: -7

For the record, this is still the case with:

--8<---------------cut here---------------start------------->8---
$ guix describe
Generacio 194   Nov 07 2021 23:40:30    (nuna)
  guix bd41e59
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: bd41e590dd24e54797fb8b6854c244efd4d12df5
$ guix package -A ungoogled
ungoogled-chromium      95.0.4638.69-1  out     gnu/packages/chromium.scm:489:2
ungoogled-chromium-wayland      95.0.4638.69-1  out     gnu/packages/chromium.scm:957:2
--8<---------------cut here---------------end--------------->8---

> I found that an older generation (Aug. 30) works for me:
>
>   guix time-machine --commit=f91ae9425bb385b60396a544afe27933896b8fa3 -- \
>     environment --ad-hoc ungoogled-chromium -- chromium

Still my preferred workaround.  :-)

Efraim Flashner <efraim <at> flashner.co.il> skribis:

> I'm fighting ungoogled chromium for something unrelated, but I noticed I
> needed to add thirdparty/libusb to %preserved-third-party-files to get
> it to build headless for me. Perhaps it tries to reach out directly to
> the webcam through usb itself?

I don’t know, not sure how to debug this.

Marius, do you have ideas of things to look at?

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#50773; Package guix. (Thu, 20 Jan 2022 17:31:01 GMT) Full text and rfc822 format available.

Message #14 received at 50773 <at> debbugs.gnu.org (full text, mbox):

From: Remco <me <at> rwv.io>
To: 50773 <at> debbugs.gnu.org
Subject: issue appears to be fixed
Date: Thu, 20 Jan 2022 17:59:45 +0100
I can not reproduce this problem (using jitsi meet with a webcam) since
commit:

  f3b73e46df82297ffabaa3b32fc765fa3065cad0

See also: https://issues.guix.gnu.org/53301

I think this issue can be closed.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Fri, 21 Jan 2022 18:28:01 GMT) Full text and rfc822 format available.

Notification sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
bug acknowledged by developer. (Fri, 21 Jan 2022 18:28:02 GMT) Full text and rfc822 format available.

Message #19 received at 50773-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Remco <me <at> rwv.io>
Cc: 50773-done <at> debbugs.gnu.org
Subject: Re: bug#50773: issue appears to be fixed
Date: Fri, 21 Jan 2022 13:27:10 -0500
On Thu, Jan 20, 2022 at 05:59:45PM +0100, Remco wrote:
> I can not reproduce this problem (using jitsi meet with a webcam) since
> commit:
> 
>   f3b73e46df82297ffabaa3b32fc765fa3065cad0
> 
> See also: https://issues.guix.gnu.org/53301
> 
> I think this issue can be closed.

Great! I am closing it now.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Feb 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.