Skip to content

module-rtp-source: Use source.ip for unicast

Jonas Holmberg requested to merge jij/pipewire:master into master

Only listen for packets from source.ip in the unicast (v4) case by calling connect(). If packets from any source address is wanted, set source.ip = "0.0.0.0".

Merge request reports