Linux BluRay Disc Will Not Play
#1
I installed XMBCuntu and it is working awesome! Big Grin It has been awhile since I have used XMBC(Xbox 1).. I am very happy with it, however I can not get it to play blurays.. I put the disc in, it mounts it.. I will go to Movies\Files\ and try to play the index file and it brings up a list of titles to choose from.. No matter which tittle I choose, it will not play. I have read through some threads and googled and can not seem to find an answer. I installed libaacs0 libbluray-bdj libbluray1 and still no dice..

here is my cdrom rules file..
# This file maintains persistent names for CD/DVD reader and writer devices.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-cd-aliases-generator.rules
# file; however you are also free to add your own entries provided you
# add the ENV{GENERATED}=1 flag to your own rules as well.
# HL-DT-ST_BDDVDRW_UH12NS29 (pci-0000:00:1f.2-scsi-0:0:0:0)
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-0:0:0:0", SYMLINK+="cdrom", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-0:0:0:0", SYMLINK+="cdrw", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-0:0:0:0", SYMLINK+="dvd", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-0:0:0:0", SYMLINK+="dvdrw", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-0:0:0:0", ENV{ID_FS_TYPE}=="udf", SYMLINK+="bd1", ENV{GENERATED}="1", ENV{ID_FS_LABEL_ENC}="bd-dvd"
SUBSYSTEM=="block", ENV{ID_CDROM_MEDIA_BD}=="1", ENV{ID_PATH}==pci-0000:00:1f.2-scsi-0:0:0:0", RUN+="/bin/mount -o ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,iocharset=utf8,umask=0077 /dev/sr0 /media/"
Reply
#2
Google

Vlc bluray

And follow the instructions on the first result.
If it still doesn't play after that from a terminal type

cat ~/.xbmc/temp/xbmc.log | grep -i aacs

To see if its a case of encryption
Reply
#3
I did the following, rebooted. Doesn't work. Here is the output from the command,
fusion@livingroom:~$ cat ~/.xbmc/temp/xbmc.log | grep -i aacs
18:14:54 T:2757147456 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
18:15:05 T:2906884928 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
18:15:23 T:2757147456 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
18:15:28 T:2757147456 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
fusion@livingroom:~$

Also, tried with two BluRays, Wedding Crashers and Forgetting Sarah Mashsall
Reply
#4
Looks like the vlc method doesn't have the keys for those discs.
You could try the makemkv add on.
Reply
#5
As I was typing all the steps I did.. I didn't make a folder inside of .config called aacs so it was just stuck in .config.. made the dir and move the file and BOOM Big Grin

Thanks man!
Reply

Logout Mark Read Team Forum Stats Members Help
BluRay Disc Will Not Play0