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

Unable to make work with pipewire-roc-sink #1314

Open
aaruni96 opened this issue Dec 31, 2024 · 1 comment
Open

Unable to make work with pipewire-roc-sink #1314

aaruni96 opened this issue Dec 31, 2024 · 1 comment

Comments

@aaruni96
Copy link

I am trying to broadcast audio from my linux desktop to a snapcast server running on my LAN. looking around, libpipewire-module-roc-sink seemed to be what should work.

My config for pipewire looks like this :

context.modules = [
  {   name = libpipewire-module-roc-sink
      args = {
          fec.code = disable
          remote.ip = 192.168.0.102
          remote.source.port = 10001
          sink.name = "ROC Sink"
          sink.props = {
             node.name = "roc-sink"
          }
      }
  }
]

and my snapserver has the source line

source = tcp://0.0.0.0:10001?name=ROC Source&sampleformat=44100:16:2&mode=server

Just looking at network activity, I can tell that something is being transmitted from my desktop to my home server, but no sound comes from that source. I have tried both &mode=server and &mode=client, but doesn't make a difference.

@aaruni96
Copy link
Author

Digging deeper, roc-sink is clearly the wrong thing to do, but I have also tried Snapcast Discover, and Protocol Simple, but couldn't make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant