dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
207 stars 22 forks source link

bongo-mplayer-available-drivers -- Search failed -- Available audio output drivers #37

Closed pivaldi closed 7 years ago

pivaldi commented 7 years ago

Starting Bongo failed with the message

bongo-mplayer-available-drivers: Search failed: "Available audio output drivers:
"

This is due to the code (around line 6100) :

(search-forward (concat "Available " (cl-ecase type
                                               (audio "audio")
                                               (video "video"))
                                " output drivers:\n"))

In my OS (Gnus/Linux Debian Strech) :

mplayer -ao help
Available audio outputs:
  pulse          : PulseAudio audio output
  alsa           : ALSA audio output
  oss            : OSS/ioctl audio output
  jack           : JACK audio output
  sdl            : SDL Audio
  sndio          : sndio audio output
  null           : Null audio output
  pcm            : RAW PCM/WAVE file writer audio output
mplayer --version
mpv 0.23.0 (C) 2000-2016 mpv/MPlayer/mplayer2 projects
 built on UNKNOWN
ffmpeg library versions:
   libavutil       55.34.101
   libavcodec      57.64.101
   libavformat     57.56.101
   libswscale      4.2.100
   libavfilter     6.65.100
   libswresample   2.3.100
ffmpeg version: 3.2.4-1
pivaldi commented 7 years ago

Closed because of usage of mplayer2 not mplayer. Sorry for the noise.