Page 1 of 1

Blu ray Playback

Posted: 28 May 2012 20:07
by PeterHutnick
I'm trying to set up Blu ray playback on a friend's machine. It's Vista.

I've copied the key file to %APPDATA%\AACS

Code: Select all

C:\Users\[user]\AppData\Roaming>dir aacs Volume in drive C is OS Volume Serial Number is 7864-E142 Directory of C:\Users\[user]\AppData\Roaming\aacs 05/28/2012 11:58 AM <DIR> . 05/28/2012 11:58 AM <DIR> .. 05/28/2012 11:58 AM 80 drl 05/28/2012 10:59 AM 3,006 KEYDB.cfg 2 File(s) 3,086 bytes 2 Dir(s) 95,999,582,208 bytes free C:\Users\[user]\AppData\Roaming>
And I've added the DLL to the VLC directory:

Code: Select all

C:\Program Files\VideoLAN\VLC>dir Volume in drive C is OS Volume Serial Number is 7864-E142 Directory of C:\Program Files\VideoLAN\VLC 05/28/2012 11:12 AM <DIR> . 05/28/2012 11:12 AM <DIR> .. 03/16/2012 06:04 PM 12,363 AUTHORS.txt 03/16/2012 06:05 PM 416,256 axvlc.dll 03/16/2012 06:04 PM 294 axvlc.dll.manifest 03/16/2012 06:04 PM 18,431 COPYING.txt 05/27/2012 10:44 PM 55 Documentation.url [b]05/28/2012 11:11 AM 459,776 libaacs.dll[/b] 03/16/2012 06:05 PM 111,104 libvlc.dll 03/16/2012 06:05 PM 2,285,056 libvlccore.dll 05/27/2012 10:43 PM <DIR> locale 05/27/2012 10:43 PM <DIR> lua 03/16/2012 06:04 PM 116,948 NEWS.txt 05/27/2012 10:44 PM 64 New_Skins.url 03/16/2012 06:05 PM 307,712 npvlc.dll 03/16/2012 06:04 PM 294 npvlc.dll.manifest 05/27/2012 10:43 PM <DIR> osdmenu 05/27/2012 10:44 PM <DIR> plugins 03/16/2012 06:04 PM 2,687 README.txt 05/27/2012 10:43 PM <DIR> sdk 05/27/2012 10:43 PM <DIR> skins 03/16/2012 06:04 PM 1,173 THANKS.txt 05/27/2012 10:44 PM 212,369 uninstall.exe 05/27/2012 10:44 PM 50 VideoLAN Website.url 03/16/2012 06:05 PM 107,008 vlc-cache-gen.exe 03/16/2012 06:05 PM 108,544 vlc.exe 03/16/2012 06:04 PM 825 vlc.exe.manifest 19 File(s) 4,161,009 bytes 8 Dir(s) 95,999,582,208 bytes free C:\Program Files\VideoLAN\VLC>
But I still get:
Blu-Ray error:
Your system AACS decoding library does not work. Missing keys?
Your input can't be opened:
VLC is unable to open the MRL 'bluray:///E:/'. Check the log for details.
Can anyone tell me what I'm missing?

Thanks,
Peter

Re: Blu ray Playback

Posted: 29 May 2012 11:18
by Jean-Baptiste Kempf
Unfortunately, we need more logs for that, and this is hard to get.
I hope we can have a better log soon.

Re: Blu ray Playback

Posted: 29 May 2012 17:03
by PeterHutnick
Thanks for your reply!

I'm willing and able to do some legwork to get the logs if you can point me to some instructions.

PS: Here's a log snippit that may be relevant.

Code: Select all

[02a60af0] main input debug: creating access 'bluray' location='/E:/', path='E:\ ' [02b9b3b8] main access debug: looking for access module: 0 candidates [02b9b3b8] main access debug: no access module matched "bluray" [02b9b3b8] main access debug: TIMER module_need() : 3.465 ms - Total 3.465 ms / 1 intvls (Avg 3.465 ms) [02a60af0] main input error: open of `bluray:///E:/' failed [01a22ca8] main playlist debug: dead input [01a22ca8] main playlist debug: changing item without a request (current 1/2) [01a22ca8] main playlist debug: nothing to play [01a14108] qt4 interface debug: IM: Deleting the input [02a60af0] main input debug: TIMER input launching for '(null)' : 1855.140 ms - Total 1855.140 ms / 1 intvls (Avg 1855.140 ms)

Re: Blu ray Playback

Posted: 29 May 2012 17:54
by PeterHutnick
One more note. I installed on MacOS Lion with similar results. (But symlinking libaacs.0.dylib to libaacs.dylib fixed the message that I needed the AACS library.)