* bug#50773: ungoogled-chromium fails to use webcam
@ 2021-09-24 8:53 Ludovic Courtès
2021-09-24 8:58 ` Efraim Flashner
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ludovic Courtès @ 2021-09-24 8:53 UTC (permalink / raw)
To: 50773
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’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#50773: ungoogled-chromium fails to use webcam
2021-09-24 8:53 bug#50773: ungoogled-chromium fails to use webcam Ludovic Courtès
@ 2021-09-24 8:58 ` Efraim Flashner
2021-11-08 8:46 ` Ludovic Courtès
2022-01-20 16:59 ` bug#50773: issue appears to be fixed Remco
2 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2021-09-24 8:58 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 50773
[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]
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@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#50773: ungoogled-chromium fails to use webcam
2021-09-24 8:53 bug#50773: ungoogled-chromium fails to use webcam Ludovic Courtès
2021-09-24 8:58 ` Efraim Flashner
@ 2021-11-08 8:46 ` Ludovic Courtès
2022-01-20 16:59 ` bug#50773: issue appears to be fixed Remco
2 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2021-11-08 8:46 UTC (permalink / raw)
To: 50773
Hello!
Ludovic Courtès <ludovic.courtes@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@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’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#50773: issue appears to be fixed
2021-09-24 8:53 bug#50773: ungoogled-chromium fails to use webcam Ludovic Courtès
2021-09-24 8:58 ` Efraim Flashner
2021-11-08 8:46 ` Ludovic Courtès
@ 2022-01-20 16:59 ` Remco
2022-01-21 18:27 ` Leo Famulari
2 siblings, 1 reply; 5+ messages in thread
From: Remco @ 2022-01-20 16:59 UTC (permalink / raw)
To: 50773
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#50773: issue appears to be fixed
2022-01-20 16:59 ` bug#50773: issue appears to be fixed Remco
@ 2022-01-21 18:27 ` Leo Famulari
0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2022-01-21 18:27 UTC (permalink / raw)
To: Remco; +Cc: 50773-done
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-21 18:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-24 8:53 bug#50773: ungoogled-chromium fails to use webcam Ludovic Courtès
2021-09-24 8:58 ` Efraim Flashner
2021-11-08 8:46 ` Ludovic Courtès
2022-01-20 16:59 ` bug#50773: issue appears to be fixed Remco
2022-01-21 18:27 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).