trigg / Rebuttal-Client

Client for Rebuttal chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to select audio devices or webcam

midget3111 opened this issue · comments

I can select an Output Device fine, but neither input displays anything other than "Any"

Errors include "Uncaught (in promise) DOMException: The element has no supported sources."

And

"error:NotReadableError: Could not start audio source"

commented

This should only be happening if it fails to find any source :

  • No audio device available
  • Permission has been denied / not yet been accepted

This should only be happening if it fails to find any source :

* No audio device available

* Permission has been denied / not yet been accepted

This is using a fresh install of the Electron app, so perms shouldn't be too much of an issue?
Let me check my sound settings.

After looking into this, I'm fairly sure it's my Pipewire setup being dodgy.

Okay, this is now fixed for Rebuttal-Client. Still having the same issue on Rebuttal-Webchat.