Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Linux Video Support => Topic started by: christopher_1 on April 17, 2006, 06:31:17 AM

Title: not able to play vcd using mplayer from cdwriter
Post by: christopher_1 on April 17, 2006, 06:31:17 AM
Hi,

I am not able to play cd from my writer using mplayer, i followed the tip given by you, but i am getting this error:

[root@localhost root]# mplayer vcd://1 /dev/scd0
MPlayer 1.0pre7try2-3.2.2 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Xeon Willamette (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2


Playing vcd://1.
CD-ROM Device '/dev/cdrom' not found.
Failed to open vcd://1

Playing /dev/scd0.


Exiting... (End of file)


I am able to play the same cd from my cdrom without any problems. When i give ls -l /dev/cdrom* i get the following output.

[root@localhost root]# ls -l /dev/cdrom*
lrwxrwxrwx 1 root root 8 Apr 10 00:48 /dev/cdrom -> /dev/hdd
lrwxrwxrwx 1 root root 9 Apr 10 00:48 /dev/cdrom1 -> /dev/scd0


Thanks,
Christopher.
Title: not able to play vcd using mplayer from cdwriter
Post by: Ricky on April 17, 2006, 12:03:03 PM
Quote
Playing vcd://1.
CD-ROM Device '/dev/cdrom' not found.
Failed to open vcd://1

Playing /dev/scd0.


Exiting... (End of file)


Its somehow not following the guidelines given to it after track location.

Ie.
mplayer vcd://1 /dev/scd0 !

well.. then try
mplayer /dev/scd0 vcd://1

also see
man mplayer

for more help, though I have played cds using above command.
Title: not able to play vcd using mplayer from cdwriter
Post by: christopher_1 on April 17, 2006, 02:58:59 PM
Hi,

I tried that but i am getting the same error.

[root@localhost root]# mplayer /dev/scd0 vcd://1
MPlayer 1.0pre7try2-3.2.2 (C) 2000-2005 MPlayer Team
CPU: Intel Pentium 4/Xeon Willamette (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
 
 
Playing /dev/scd0.
 
Playing vcd://1.
CD-ROM Device '/dev/cdrom' not found.
Failed to open vcd://1


Exiting... (End of file)

Thanks,
CHristopher.
Title: not able to play vcd using mplayer from cdwriter
Post by: Ricky on May 01, 2006, 12:50:13 PM
Hmm. try mplayer graphical interface, there you have option to specify device manualy. See if that works.
mplayer GUI = gmplayer.
Title: not able to play vcd using mplayer from cdwriter
Post by: christopher_1 on May 05, 2006, 10:00:28 AM
I tried using gmplayer, where is the option to specify device manually?

I tried the play VCD option but got a similar error. I also tried using xine but i could not succeed playing from cd writer. When i put the cd in the cdrom it plays fine using xine.
Title: not able to play vcd using mplayer from cdwriter
Post by: Ricky on May 05, 2006, 05:00:21 PM
This is getting complicated. I think we are missing something really small. Well there is option in GUI to set which device to be used as default. Just explore a bit more.