Solved Can't play dvds?

When I insert a dvd and mount it, and try to play it with either vlc or mpv it does not work.

Here is what it says when I try ...

VLC:
Code:
minger@minger-pc:~ % vlc
VLC media player 2.2.6 Umbrella (revision 2.2.6-0-g1aae78981c)
[0000000802436050] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Fontconfig warning: "local.conf", line 1093: saw number, expected matrix
libdvdnav: Using dvdnav version 5.0.3
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: XAVIER_RENEGADE_ANGEL_DISC_2
libdvdnav: DVD Serial Number: 3b03adc5
libdvdnav: DVD Title (Alternative):
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1
[0000000815412050] core input error: ES_OUT_RESET_PCR called
[0000000815412050] core input error: ES_OUT_RESET_PCR called
[0000000815412050] core input error: ES_OUT_RESET_PCR called
[0000000815412050] core input error: ES_OUT_RESET_PCR called

/var/log/messages:
Code:
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): READ(10). CDB: 28 00 00 00 01 f3 00 00 04 00
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI status: Check Condition
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:6f,3 (Read of scrambled sector without authentication)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): Retrying command (per sense data)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): READ(10). CDB: 28 00 00 00 01 f3 00 00 04 00
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI status: Check Condition
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:6f,3 (Read of scrambled sector without authentication)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): Retrying command (per sense data)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): READ(10). CDB: 28 00 00 00 01 f3 00 00 04 00
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI status: Check Condition
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:6f,3 (Read of scrambled sector without authentication)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): Retrying command (per sense data)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): READ(10). CDB: 28 00 00 00 01 f3 00 00 04 00
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): CAM status: SCSI Status Error
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI status: Check Condition
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:6f,3 (Read of scrambled sector without authentication)
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): Error 5, Retries exhausted
Sep 14 22:32:46 minger-pc kernel: (cd0:ahcich1:0:0:0): cddone: got error 0x5 back
 
Hi. Try installing multimedia/libdvdcss, this is an "encrypted" one:

Code:
libdvdread: Encrypted DVD support unavailable.

There is also a probably not related warning about your fontconfig:

Code:
Fontconfig warning: "local.conf", line 1093: saw number, expected matrix

Yeah that's what worked.
I now have the issue of it being impossible to navigate the dvd menu, but I guess I should find another forum for that as it's more of a vlc issue than a freebsd one.
 
aimeec1995

A lot of people are experiencing all sort of problems with multimedia/vlc since a couple of years, not only on FreeBSD but everywhere. For others, not a single problem.

There are some threads about that here.

I moved on to multimedia/mpv long time ago, but if you would like to give a try in something with a gui, there are: multimedia/umplayer, multimedia/baka-mplayer, or multimedia/mpc-qt. All of them based on multimedia/mpv or multimedia/mplayer.

EDIT: and multimedia/smplayer of course.

Cheers! :beer:
 
aimeec1995

A lot of people are experiencing all sort of problems with multimedia/vlc since a couple of years, not only on FreeBSD but everywhere. For others, not a single problem.

There are some threads about that here.

I moved on to multimedia/mpv long time ago, but if you would like to give a try in something with a gui, there are: multimedia/umplayer, multimedia/baka-mplayer, or multimedia/mpc-qt. All of them based on multimedia/mpv or multimedia/mplayer.

EDIT: and multimedia/smplayer of course.

Cheers! :beer:

I did try mpc-qt and it would not let me exit fullscreen, forcing me to exit the X server so I wil ltry the others.
Thanks
 
Back
Top