Opened 15 years ago
Last modified 14 years ago
#1503 new defect
Can't play VCD under OpenSolaris 2009.06
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | vd |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I've compiled successfully SVN version of MPlayer on my
OpenSolaris 2009.06 box. I can play DVD, but unfortunately
I can't play VCD:
$ /opt/mplayer/bin/mplayer vcd://
MPlayer SVN-r29406-3.4.3 (C) 2000-2009 MPlayer Team
Playing vcd://.
read CDROM toc header: Operation not applicable
Failed to get cd toc
Failed to open vcd://.
Exiting... (End of file)
configure script said me that VCD support is enabled. config.h file
confirms it:
$ cd ~/src/mplayer/
$ grep -i vcd config.h
/* DVD/VCD/CD */
#define CONFIG_VCD 1
#define CONFIG_MPEG1VCD_MUXER 1
#define CONFIG_MPEG2SVCD_MUXER 1
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
It's been a long time and it's not much help, but the issue seems to be that whatever you used as VCD device does not support the CDROMREADTOCHDR ioctl.
(In reply to comment #0)
I've forgotten to write about my configuration. I'm not sure
whether it's important information, but I'm completing my report
just in case :)
It's very minimal configuration, nothing special:
$ ./configure --prefix=/opt/mplayer --enable-gui --with-install=ginstall