0

I'm running a basic application on Orange-Pi DVK with Gstreamer-1.4.0. While running the application it throws this error:

AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
AL lib: (EE) ALCplaybackAlsa_reset: snd_pcm_hw_params(self->pcmHandle, hp) failed: File descriptor in bad state

While running on Ubuntu (running on VMware), it works well. Why is this not running properly on the Development kit (Orange-Pi) and how can I resolve this?

slm
  • 363,520
  • 117
  • 767
  • 871
Ash
  • 131
  • 1
  • 1
  • 5
  • This sounds related - https://forum.openframeworks.cc/t/pulse-audio-fails-to-initialize-on-pi/29080. – slm Sep 06 '18 at 05:16

1 Answers1

0

These 2 forum threads sound like your issue:

The resolution there was to install Pulseaudio:

$ sudo apt-get install pulseaudio
slm
  • 363,520
  • 117
  • 767
  • 871
  • hi, i tried with install pulseaudio...but still the same error: AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse" AL lib: (EE) ALCplaybackAlsa_reset: snd_pcm_hw_params(self->pcmHandle, hp) failed: File descriptor in bad state please help. – Ash Sep 14 '18 at 04:48
  • Please suggest some better solution.... – Ash Sep 17 '18 at 07:59