Bug#766725: mpv: Can't play audio CDs with cdda://: Either "No stream found to handle url" or "Error parsing option cdrom-device (option not found)"

Alessandro Ghedini ghedo at debian.org
Sat Oct 25 11:39:50 UTC 2014


On sab, ott 25, 2014 at 12:15:33 +0200, Axel Beckert wrote:
> Package: mpv
> Version: 0.6.2-1
> Control: found -1 0.6.2-1+ffmpeg
> 
> Dear Debian Multimedia Maintainers,
> 
> I've tried to play an audio CD with mpv.
> 
> From the man page mpv(1):
> 
>        cdda://track[-endtrack][:speed][/device] --cdrom-device=PATH --cdda-...
>               Play CD.
> 
>        […]
> 
>        --cdrom-device=<path>
>               Specify the CD-ROM device (default: /dev/cdrom).

Yeah, native cdda support (via libcdio) was disabled, but you can still play CDs
by using libavdevice. Something like:

    mpv av://libcdio:/dev/cdrom

However this is not very user-friendly I guess, and it'd be nice if mpv
automaticcaly translated all the cdda:// URLs and --cdrom-device/--cdda-*
options to libavdevice automatically, so I opened [0] upstream.

> Then I tried
> 
> → mpv --cdrom-device=/dev/cdrom cdda://
> Error parsing option cdrom-device (option not found)
> Setting commandline option --cdrom-device=/dev/cdrom failed.
> 
> Exiting... (Fatal error)

That's actually normal because --cdrom-device is only available when cdda
support is enabled.

Anyway, I'll probably re-enable the native cdda support for the time being.

Cheers

[0] https://github.com/mpv-player/mpv/pull/1214
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20141025/e5cd42ce/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list