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

--- Comment #1 from Tanu Kaskinen <ta...@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.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to