Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide Stream audio from linux (pipewire) to moode via AirPlay (shairport-sync)
#2
Recent update to pipewire has made the above configuration unusable and in fact will cause your audio device not to show up. So following the format suggested in pipewire's documentation, here is the updated configuration a bit streamlined:

Code:
context.modules = [
   {   name = libpipewire-module-raop-sink
       args = {
            raop.ip = "xxx.xxx.xxx.xxx"
            raop.port = 7000
            stream.props = "Moode AirPlay" tsched=0 fixed_latency_range=no fragments=12 fragment_size=1024
            raop.transport = "udp"
            audio.format = "S16"
            node.latency = 352/44100
            node.name = Moode AirPlay
            node.description = Moode AirPlay
       }
   }
]
Reply


Messages In This Thread
RE: Stream audio from linux (pipewire) to moode via AirPlay (shairport-sync) - by fushark - 04-23-2023, 11:26 AM

Forum Jump: