Re: [Alsa-user] no audio from mplayer

2007-06-07 Thread Julien Claassen
Jerry! I'd treally try the pcm-device thing, because mplayer seemed to be picky about formats of the audio-files and supported soundcard formats. This seems to be a special problem with alsa. As you experienced oss is no dificulty as well as jack. Kindest regards Julien Music

Re: [Alsa-user] no audio from mplayer

2007-06-07 Thread Jerry Geis
Julien Claassen wrote: > Hi Jerry! > How many channels can your soundcard play? What your default samplingrate? > I > had similar problems with mplayer, with my multichannel card. I had to create > a .asoundrc and create a 2-channel pcm device, which I gave to mplayer like > that: > mplayer -

Re: [Alsa-user] no audio from mplayer

2007-06-07 Thread Julien Claassen
Hi Jerry! How many channels can your soundcard play? What your default samplingrate? I had similar problems with mplayer, with my multichannel card. I had to create a .asoundrc and create a 2-channel pcm device, which I gave to mplayer like that: mplayer -ao alsa,o1 $FILE Best thing if you c

Re: [Alsa-user] no audio from mplayer

2007-06-07 Thread Lee Revell
On 6/7/07, Jerry Geis <[EMAIL PROTECTED]> wrote: > When I run "mplayer -ao alsa:noblock movie.wmv" or "mplayer -ao alsa > movie.wmv" > I see video but no audio. > mplayer reports: > Could not open/initialize audio device -> no sound. > Audio: no sound Please post the full mplayer output. Lee ---

Re: [Alsa-user] no audio from mplayer

2007-06-07 Thread stan
On Thu, 07 Jun 2007 16:45:20 -0400 Jerry Geis <[EMAIL PROTECTED]> wrote: > I am using alsa-1.0.14. > > I am using mplayer 1.0rc1 > > I have installed alsa a number of times. Basically I do this: > > cd $WHERE/$DRIVER_DIR; ./configure $LIBDIRS > --with-cards=hda-intel,intel8x0 --with-redhat=yes