Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
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
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
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.