Question / Help OBS can't find Pulseaudio although installed

providence

New Member
Hi there,

I've been building OBS for CentOS 6.6, and the only issue I've run into is that there is no "Audio Input Device" Option. I've been looking, and am suspecting that the issue has to due with how PulseAudio is not detected during the build process. You can see the error in the log near the end of this post.

I already have the following installed (sudo yum install pulseaudio* ):
Code:
Package pulseaudio-module-zeroconf-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-module-bluetooth-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-utils-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-libs-devel-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-module-x11-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-esound-compat-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-libs-zeroconf-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-gdm-hooks-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-libs-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-libs-glib2-0.9.21-17.el6.x86_64 already installed and latest version
Package pulseaudio-module-gconf-0.9.21-17.el6.x86_64 already installed and latest version


And here's the error during building:
Code:
cmake -DUNIX_STRUCTURE=1 ..
-- OBS_VERSION: 0.9.1-147-gb620bb1-modified
-- Jansson >=2.5 not found, building bundled version
-- XCB[XCB]: Found component XCB
-- Found XCB: /usr/lib64/libxcb.so 
-- Found FFMpeg: /usr/bin/../lib64/libavformat.so (found version "55.33.100") found components:  avformat avutil swscale swresample avcodec
-- Using libavcodec for image loading in libobs
-- XCB[XCB]: Found component XCB
-- XCB[RANDR]: Found component RANDR
-- XCB[XINERAMA]: Found component XINERAMA
-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-randr.so;/usr/lib64/libxcb-xinerama.so 
-- XCB[XCB]: Found component XCB
-- XCB[SHM]: Found component SHM
-- XCB[XFIXES]: Found component XFIXES
-- XCB[XINERAMA]: Found component XINERAMA
-- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-shm.so;/usr/lib64/libxcb-xfixes.so;/usr/lib64/libxcb-xinerama.so 
CMake Warning at plugins/linux-pulseaudio/CMakeLists.txt:8 (find_package):
  By not providing "FindPulseAudio.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "PulseAudio", but CMake did not find one.

  Could not find a package configuration file provided by "PulseAudio" with
  any of the following names:

    PulseAudioConfig.cmake
    pulseaudio-config.cmake

  Add the installation prefix of "PulseAudio" to CMAKE_PREFIX_PATH or set
  "PulseAudio_DIR" to a directory containing one of the above files.  If
  "PulseAudio" provides a separate development package or SDK, be sure it has
  been installed.


-- PulseAudio not found, disabling PulseAudio plugin
-- Could NOT find UDev (missing:  UDEV_LIB UDEV_INCLUDE_DIR)
-- udev disabled for v4l2 plugin
-- checking for module 'jack'
--   package 'jack' not found
-- JACK Audio Connection Kit not found, disabling JACK plugin
-- Libfdk not found - obs-libfdk plugin disabled
-- Found FFMpeg: /usr/bin/../lib64/libavcodec.so (found version "55.52.102") found components:  avcodec avfilter avdevice avutil swscale avformat swresample
-- Configuring done
-- Generating done
-- Build files have been written


Any idea as to what is going on? Thanks in advance, I'd appreciate any sort of hint or solution.
 
Top