[MPlayer-users] Re: Can mplayer play audio CD's?

Richard Bromley rbromley256 at gmail.com
Sun Jul 9 23:36:27 CEST 2006


You may have to specify which device the CD-ROM is, i.e.:

$ mplayer -cdrom-device /dev/cdrom1 cdda://

Replace /dev/cdrom1 with the CD-ROM device file name on your system.
Afterwards, you might want to add that parameter as an entry in your
~/.mplayer/config file, so you don't have to specify it as an mplayer
argument every time.

To play specific tracks, just specify the number, e.g., to play track 2:

$ mplayer cdda://2

or to play tracks 1-4:

$ mplayer cdda://1-4

On 7/9/06, Rodolfo Medina <rodolfo.medina at gmail.com> wrote:
> söndag 09 juli 2006 19:59 skrev Rodolfo Medina:
>
> >> Is it possible, and how?, to play audio CD's with mplayer?
> >> I saw it can play audio files, but didn't manage to play audio
> >> CD's.
>
>
>
> Rickard Närström <rickard.narstrom at gmail.com> writes:
>
> > $ mplayer cdda://
> > (or)
> > $ mplayer cdda://track#
> > (or)
> > $ mplayer cdda://start_track#-end_track#
>
>
>
>
> Thanks for your help.
> But I don't manage:
>
>
>
> # mplayer cdda://
> MPlayer 1.0pre8-3.3.5 (C) 2000-2006 MPlayer Team
> CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 8, Stepping: 10)
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
> Compiled for x86 CPU with extensions: MMX MMX2 SSE
>
>
> Playing cdda://.
> [file] No filename
> Failed to open cdda://.
>
>
> Exiting... (End of file)
>
>
>
>
>
>
> # mplayer cdda://track1
> MPlayer 1.0pre8-3.3.5 (C) 2000-2006 MPlayer Team
> CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 8, Stepping: 10)
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
> Compiled for x86 CPU with extensions: MMX MMX2 SSE
>
>
> Playing cdda://track1.
> File not found: 'track1'
> Failed to open cdda://track1.
>
>
> Exiting... (End of file)
>
>
>
>
> # mplayer cdda://start_track1-end_track1
> MPlayer 1.0pre8-3.3.5 (C) 2000-2006 MPlayer Team
> CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 8, Stepping: 10)
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
> Compiled for x86 CPU with extensions: MMX MMX2 SSE
>
>
> Playing cdda://start_track1-end_track1.
> File not found: 'start_track1-end_track1'
> Failed to open cdda://start_track1-end_track1.
>
>
> Exiting... (End of file)
>
>
>
> Rickard:
>
> > see man page for more info.
>
>
> I couldn't find any help in the man page.
> Any other hint?
> Rodolfo
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>


More information about the MPlayer-users mailing list