On Sat, Feb 18, 2012 at 10:10:19AM -0500, compn wrote: > On Sat, 18 Feb 2012 13:58:07 +0100, Reimar Döffinger wrote: > >On Sat, Feb 18, 2012 at 01:49:04PM +0100, Reimar Döffinger wrote: > >> On Sat, Feb 18, 2012 at 07:46:36AM -0500, compn wrote: > >> > now if someone would be so kind as to write some documentation for > >> > mplayer as to where keydb.cfg is obtained and goes... that would let me > >> > (and the rest of mplayer users) know that its supported. > >> > >> Using the data from the files you linked it should be possible > >> to generate keydb.cfg entries using aacskeys. > >> Or just search for it. > >> I think using bd:// will tell you where it looks for it if it's not > >> found, but it goes to .dvdcss/KEYDB.cfg > > > >Hm, I just realized: That KEYDB.cfg contains certificates and processing > >keys. > >MPlayer can only handle VUK entries (i.e. that contain the AES keys > >directly and are different for each disk). > > i dont have bluray hardware or discs to test, so i'm shooting in the > dark. > > could you/someone fix the news entry and mplayer docs?
I don't know anything about libbluray - don't use it, don't have it installed. I can suggest the below, but it is vague and I don't intend to get more explicit. Index: src/news.en =================================================================== --- src/news.en (revision 3610) +++ src/news.en (working copy) @@ -13,6 +13,17 @@ </h2> <p> +Correction: MPlayer does support encrypted BluRay playback, though we do not +deal with how to obtain decryption keys. The two alternative methods use the +URL schemes bd:// (always supports decryption, but you need the key for each +and every disk in ~/.dvdcss/KEYDB.cfg and only works well with very simple +BluRays, similar to dvd:// vs. dvdnav://) and br:// (uses libbluray and +supports whatever that supports/was configured to support - if done +correctly that should be the same as VLC mentioned below, but we +are not involved in that). +</p> + +<p> MPlayer does not have encrypted BluRay disc playback support yet, but VideoLAN does with this plugin! <a href="http://vlc-bluray.whoknowsmy.name/">Follow the instructions here</a> | <a href="http://vlc-aacs.whoknowsmy.name/">Mirror</a> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
