-
Notifications
You must be signed in to change notification settings - Fork 13
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
Input and output captures do not create nodes in PipeWire but Application Capture does #67
Comments
Hi. Wondering if you were able to figure this out? |
What's the output of running |
here you go, the outputs for a source and sink respectively https://gist.github.com/platyple/b04c89fcb5be7875f23f69c39e2f58d4 If you need anything else let me know :) |
i feel kind of stupid for not having tried this before, but selecting a source/sink from a hardware device (instead of a remapped one) successfully creates a node, which errors with
going off of some forum posts about NDI in OBS i'm guessing this has to do with my interface having too many channels for OBS to handle, which is why i'm using remapped sources and sinks in the first place. |
I'll be working on a fix but currently a workaround is to add the |
Thanks for the info! I didn't know that property existed but i'm gonna add it to my configuration for good measure. |
Hello,
i'm currently trying out this plugin because running OBS through pipewire-pulse is giving me issues, and i am unable to use it to capture my desktop audio or microphone.
When creating an Input or Output Capture, my sources/sinks are listed in the dropdown but no node is created in qpwgraph and there's no signal showing up in OBS.
Creating an Application Capture does create nodes in qpwgraph and works just fine, but is of no use to me.
I've tried this with the latest releases of both OBS and this plugin as well as building both from HEAD, to no avail.
Here's a log with PIPEWIRE_DEBUG=3 of creating an Output Capture, Input Capture and Application Capture in that order.
https://gist.github.com/platyple/70973166f7499923adcabdba2937b48a
pipewire --version; wireplumber --version pipewire Compiled with libpipewire 1.2.1 Linked with libpipewire 1.2.1 wireplumber Compiled with libwireplumber 0.5.5 Linked with libwireplumber 0.5.5
Let me know if you need any other info
Cheers!
The text was updated successfully, but these errors were encountered: