-
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
Virtual sinks are not working #74
Comments
Add |
Thanks @dimtpap - I had a similar problem using the loopback module with a virtual source. In my example, I was forwarding the front-left channel from my audio interface to a mono virtual source. Without The output before I set # select the virtual (microphone) source in OBS...
debug: [pipewire] Stream 0x12345678abcd state: "paused" (error: none)
debug: [pipewire] Stream 0x12345678abcd state: "unconnected" (error: none)
So there was no attempt to connect to the device. Once it was working, I would see: # select the virtual (microphone) source in OBS...
debug: [pipewire] Stream 0x12345678abcd state: "paused" (error: none)
debug: [pipewire] Stream 0x12345678abcd state: "unconnected" (error: none)
debug: [pipewire] Stream 0x12345678abcd state: "connecting" (error: none)
info: [pipewire] 0x12345678abcd streaming from 46
debug: [pipewire] Stream 0x12345678abcd state: "paused" (error: none)
info: [pipewire] 0x12345678abcd Got format: rate 48000 - channels 1 - format 8
debug: [pipewire] Stream 0x12345678abcd state: "streaming" (error: none) Here is a functional virtual source configuration
Should the number of channels be inferred from |
This would require some change near:
|
When using a virtual sink, pipewire.conf.d/virtualsink.conf:
Virtual sinks are shown, but when I try to select one and press the OK button it reverts back to the "Default".
The text was updated successfully, but these errors were encountered: