https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270436
--- Comment #13 from Tatsuki Makino <tatsuki_mak...@hotmail.com> --- (In reply to Tatsuki Makino from comment #12) About this behavior. cubeb_init in ${WRKSRC}/media/libcubeb/src/cubeb.c has an array of function pointers called default_init. The about:config media.cubeb.backend seems to be the setting for setting init_oneshot here. After this, it seems to run default_init all in sequence... init_oneshot (== oss, jack, sndio) will fail. init_oneshot (== pulse-rust) will success. pulse_rust_init will success. If it works that way, then that is why only PulseAudio can get sound. -- You are receiving this mail because: You are the assignee for the bug.