Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Steaming quality drops when someone joins the stream #714

Open
3 tasks done
AlephNought0 opened this issue Jul 1, 2024 · 3 comments
Open
3 tasks done

[Bug] Steaming quality drops when someone joins the stream #714

AlephNought0 opened this issue Jul 1, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@AlephNought0
Copy link

Discord Account

No response

Operating System

NixOS

Linux Only ~ Desktop Environment

Hyprland

What happens when the bug or crash occurs?

It occurs when someone joins the stream

What is the expected behaviour?

Steam quality being proper

How do you recreate this bug or crash?

  1. Start steaming
  2. Check debug info
  3. Everything is fine
  4. Make someone join
  5. Quality drops

Debug Logs

[10729:0701/220238.474188:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220238.474215:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822913 and trying to renegotiate stream parameters
'loop->recurse > 0' failed at ../src/pipewire/thread-loop.c:426 pw_thread_loop_wait()
[2024-07-01 22:02:39.297] [venmic] [info] [patchbay] (get) running venmic 3.4.2
[2024-07-01 22:02:39.309] [venmic] [info] [patchbay] (handle) found default metadata: 39
[2024-07-01 22:02:39.309] [venmic] [info] [patchbay] (meta_update) speaker name: "alsa_output.pci-0000_08_00.6.analog-stereo"
(node:10729) UnhandledPromiseRejectionWarning: TypeError: Video was requested, but no video stream was provided
    at AsyncFunction.<anonymous> (VCDMain:24:2411)
(Use `electron --trace-warnings ...` to show where the warning was created)
(node:10729) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
[10729:0701/220243.750835:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220243.750867:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822913 and trying to renegotiate stream parameters
'loop->recurse > 0' failed at ../src/pipewire/thread-loop.c:426 pw_thread_loop_wait()
(node:10729) UnhandledPromiseRejectionWarning: TypeError: Video was requested, but no video stream was provided
    at AsyncFunction.<anonymous> (VCDMain:24:2411)
(node:10729) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
[10729:0701/220251.432077:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220251.432133:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822913 and trying to renegotiate stream parameters
[10729:0701/220251.445018:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220251.445065:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822913 and trying to renegotiate stream parameters
[10729:0701/220251.445236:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220251.445247:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822913 and trying to renegotiate stream parameters
[10729:0701/220251.485838:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220251.485868:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822657 and trying to renegotiate stream parameters
[10729:0701/220251.518221:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220251.518248:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334806273 and trying to renegotiate stream parameters
'loop->recurse > 0' failed at ../src/pipewire/thread-loop.c:426 pw_thread_loop_wait()
[2024-07-01 22:02:55.204] [venmic] [info] [patchbay] (create_mic) created: 91
'loop->recurse > 0' failed at ../src/pipewire/thread-loop.c:426 pw_thread_loop_wait()
[10729:0701/220255.428606:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220255.428630:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822913 and trying to renegotiate stream parameters
[10729:0701/220255.496257:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220255.496303:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334822657 and trying to renegotiate stream parameters
[10729:0701/220255.529307:ERROR:egl
_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[10729:0701/220255.529342:ERROR:shared_screencast_stream.cc(912)] Dropping DMA-BUF modifier: 144115206334806273 and trying to renegotiate stream parameters

Request Agreement

  • I have searched the existing issues and found no similar issue
  • I am using the latest Vesktop and Vencord versions
  • This issue occurs on an official release (not just the AUR or Nix packages)
@AlephNought0 AlephNought0 added the bug Something isn't working label Jul 1, 2024
@AAGaming00
Copy link
Contributor

AAGaming00 commented Jul 1, 2024

discord bug lol (maybe?)
tmk this happens on the stock discord client

@AlephNought0
Copy link
Author

discord bug lol (maybe?) tmk this happens on the stock discord client

Do you know what exactly causes it?

@PolisanTheEasyNick
Copy link
Contributor

maybe tmk this happens on the stock discord client

It is reproducing even in discord web.

Do you know what exactly causes it?

Some bug on Discord which depends on viewer's client. You can read more at #528.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants