LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   No sound watching a DVD (https://www.linuxquestions.org/questions/linux-software-2/no-sound-watching-a-dvd-109291/)

sammckee 10-27-2003 08:08 PM

No sound watching a DVD
 
I've been trying to watch a DVD using Xine, and it seems to load and play okay except that there's no sound.

I checked to see if I'd kicked the plug out, and sure enough I had, but even after I fixed that I still get no sound. The message I see in the console is:

audio_alsa_out: snd_pcm_open() of front failed: Invalid argument
audio_alsa_out: >>> check if another program don't already use PCM <<<


...over and over and over!

I did a ps -A and didn't see anything called PCM or pcm or anything like that.

Suggestions?

quatsch 10-27-2003 08:15 PM

are you using alsa? Maybe it works if you choose another sound output method in the configuration of Xine.

sammckee 10-27-2003 09:32 PM

That did it! It was set to "auto," so I set it to esd. Thanks!

mobassir 10-28-2003 04:06 AM

hello

i have also problem related dvd.
i am unable to playe DVD with xine and mplayer , with mplayer i am using command : mplayer -dvd 1 (may i am wrong)
and with xine aftre clicking on dvd button its give some error and does not play dvd

thanks

guygriffiths 10-28-2003 07:11 AM

with xine, what's the error? have you actually set the dvd device in the xine setup? it's /dev/dvd by default - f you don't have it, you could symlink to your dvd device, or use the xine setup. it's under "input" i believe

sammckee 10-28-2003 07:52 AM

Yes, make sure you have /dev/dev. If you don't, and if your dvd rom is mapped to /dev/cdrom (as mine is) just link it:
ln -s /dev/cdrom /dev/dvd
Make sure you're root when you do this.

Also, in order to play many DVDs you need the dcsdvd lib. There's an rpm for it on the Xine web page.


All times are GMT -5. The time now is 10:40 PM.