March 19, 2024, 04:33:48 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: not able to play vcd using mplayer from cdwriter  (Read 6634 times)

Offline christopher_1

  • Linux Noob !
  • *
  • Posts: 22
not able to play vcd using mplayer from cdwriter
« 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.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
not able to play vcd using mplayer from cdwriter
« Reply #1 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.

Offline christopher_1

  • Linux Noob !
  • *
  • Posts: 22
not able to play vcd using mplayer from cdwriter
« Reply #2 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.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
not able to play vcd using mplayer from cdwriter
« Reply #3 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.

Offline christopher_1

  • Linux Noob !
  • *
  • Posts: 22
not able to play vcd using mplayer from cdwriter
« Reply #4 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.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
not able to play vcd using mplayer from cdwriter
« Reply #5 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.