[pulseaudio-tickets] [Bug 98633] Pulseaudio fails to start with network down

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 9 18:47:00 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98633

--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> ---
It seems to be module-rtp-recv that fails:

(   0.486|   0.027) I: [pulseaudio] module-rtp-recv.c: Joining mcast group
failed: No such device
(   0.487|   0.000) E: [pulseaudio] module.c: Failed to load module
"module-rtp-recv" (argument: ""): initialization failed.
(   0.487|   0.000) E: [pulseaudio] main.c: Module load failed.
(   0.487|   0.000) E: [pulseaudio] main.c: Failed to initialize daemon.

If you don't need RTP, then the obvious workaround is to not load that module.

If you want to keep the module in your configuration but ignore errors, you can
use the .nofail and .fail directive in default.pa:

.nofail
load-module module-rtp-recv
.fail

It would be good if module-rtp-recv could detect when the network becomes
available. Patches welcome.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20161109/2240dd24/attachment.html>


More information about the pulseaudio-bugs mailing list