Dimitris Papaioannou
Dimitris Papaioannou
Making the list show without opening the properties requires modifying OBS itself, it can't be done through a plugin
The problem with using IDs of any kind is that they aren't persistent so I'm unsure as to what should be done when sources are re-created and/or IDs have changed
This may take a while to fix because it's happened to me before but it's very hard to reproduce since it's rare and random. What version of PipeWire are you...
I generated a 3 hour audio file and let it run in its entirety two times, the stream never stopped. If you can reproduce it run `pw-dump > pw-dump.log` in...
What are the outputs of `journalctl -e --user-unit pipewire` and `journalctl -e --user-unit wireplumber`? Also does it occur consistently after a few minutes?
I've had it happen with native programs like Firefox and Discord so Proton/Wine is not related. Whenever you can, run OBS through a terminal using this command `PIPEWIRE_DEBUG=5 PIPEWIRE_LOG=pwlog.txt obs...
This isn't guaranteed to fix the problem since it's so annoyingly random, but see if [this build](https://github.com/dimtpap/obs-pipewire-audio-capture/files/9133196/linux-pipewire-audio-issue17-1.tar.gz) fixes it. Install it like you would install a regular release, replacing the...
Playing around with the properties and taking a look at [PipeWire's source code](https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/01266632384cc4f7e38ef7c287f5f1f7e1a67eae/src/pipewire/context.c#L1096) I could get the stream to not process when ALWAYS_PROCESS was set to true. From some quick...
Let me know if this is happening with PipeWire 0.3.59
> what occurs on audio underruns or overruns with this code, i dont see any callbacks relating (but maybe i missed it). (This is my first time working with audio,...