maintainer-feedback requested: [Bug 289250] audio/pulseaudio: module-rtp-recv module is broken in 17.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Sep 2025 10:20:57 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 289250: audio/pulseaudio: module-rtp-recv module is broken in 17.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289250



--- Description ---
module-rtp-recv binds to port 37670 instead of port 9875 (SAP_PORT):
    avg      pulseaudio 15045 15  udp4	 192.168.0.136:37670   *:*
37670 == htons(9875)

There is an upstream fix for this glaring issue:
https://github.com/pulseaudio/pulseaudio/commit/8ef0d597a1561ee9988dc31f04925e4
412d69957
But, unfortunately, there hasn't been a release after the fix (more than a year
ago).

Just in case, the silly bug was introduced in this commit:
https://github.com/pulseaudio/pulseaudio/commit/5cefef591ef6c0fd1c514202b0fcfbe
466cab873