Solved - LLibreelec 8.1 can't read bluray disc

  • HI,

    i try to read bluray disc on libreelec fresh install. But i have this error :"One or more items failed to play. Check the log for more information about this message".

    For Bluray disc error, i have :

    Code
    21:08:07.698 T:139830172047104   ERROR: GetDirectory - Error getting /var/media/BAND OF BROTHERS DIS/BDMV/META/DL
    21:08:07.754 T:139830172047104   ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
    21:08:07.754 T:139830172047104   ERROR: CVideoPlayer::OpenInputStream - error opening [/var/media/BAND OF BROTHERS DIS/BDMV/index.bdmv]
    21:08:07.755 T:139831562106112   ERROR: Playlist Player: skipping unplayable item: 0, path [/var/media/BAND OF BROTHERS DIS/BDMV/index.bdmv]

    Please help me.

    The complete log is :

  • Ok i found.

    On libreelec wiki you must do :

    Code
    mkdir -p /storage/.config/aacs && curl http://www.labdv.com/aacs/KEYDB.cfg -o /storage/.config/aacs/KEYDB.cfg

    But the downloaded file has no key...

    So i search and found a good KEYDB.cfg on Index of /files/. I don't know if this is the last version, but if you do :

    Code
    mkdir -p /storage/.config/aacs && curl http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg -o /storage/.config/aacs/KEYDB.cfg

    you can read blu-ray disc. (i restart openelec).

    Chewiit thank for your help