On Tue, Jul 19, 2011 at 4:39 PM, Ken Truesdale &lt;<a href="mailto:kat@tiac.net" target="_blank">kat@tiac.net</a>&gt; wrote:<br>&gt; I&#39;ve been following the wiki page on setting up for BluRay playback.<br>&gt;<br>&gt; <a href="http://www.mythtv.org/wiki/Bluray#Watching_With_the_Internal_Player_.28recommended.29" target="_blank">http://www.mythtv.org/wiki/Bluray#Watching_With_the_Internal_Player_.28recommended.29</a><br>

&gt;<br>&gt; I&#39;ve completed the setup including the git, compile, and install for libaacs.  I&#39;ve got aacskeys and compiled it and set up my KEYDB.cfg file with the appropriate content from the aacskeys files.  I&#39;ve confirmed that aacskeys runs and that the BD I have in the drive is an AACS disc.<br>

&gt;<br>&gt; I run the mythavtest command, the screen says Please Wait and then I get back to the command line.  Scrolling back in the onscreen log, here&#39;s an except of what I see:<br>&gt;<br>&gt; 2011-07-19 16:56:26.585 BDRingBuffer: Opened BDRingBuffer device at /media/77151753_UNFORGIVEN<br>

&gt; 2011-07-19 16:56:26.587 BDRingBuffer: Using /home/kat/.mythtv/KEYDB.cfg as keyfile...<br>&gt; 2011-07-19 16:56:26.588 BDRingBuffer: Found 15 relevant titles.<br>&gt; 2011-07-19 16:56:26.593 BDRingBuffer: Selected title: index 0. Duration: 705656200 (130 mins) Number of Chapters: 34 Number of Angle<br>

&gt; s: 1<br>&gt; 2011-07-19 16:56:26.593 BDRingBuffer: Frame Rate: 23.97<br>&gt; 2011-07-19 16:56:26.593 BDRingBuffer: Chapter 01 found @ [00:00:00.000]-&gt;0<br>&gt; {snip 32 more chapters found}<br>&gt; 2011-07-19 16:56:26.594 BDRingBuffer: Chapter 34 found @ [02:10:40.000]-&gt;187933<br>

&gt; 2011-07-19 16:56:26.594 TV: StartPlayer(0, WatchingBD, main) -- begin<br>&gt; 2011-07-19 16:56:26.594 TV: Elapsed time since TV constructor was called: 261 ms<br>&gt; 2011-07-19 16:56:26.836 Pulse: PulseAudio suspend OK<br>

&gt; 2011-07-19 16:56:26.891 Player(0), Error: Couldn&#39;t find an A/V decoder for: &#39;/media/77151753_UNFORGIVEN&#39;<br><br>This last line means that the video is still encrypted. Since the BD is from 2006, it is decryptable. It is likely your KEYDB.cfg is in the wrong format. Here is the format that I use:<br>

<span style="font-family:courier new,monospace">| HC | HOST_PRIV_KEY 0x0000000000000000000000000000000000000000 \</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">     | HOST_CERT 0x000000000000000000000000000000000000000 \</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">                 0x000000000000000000000000000000000000000 \</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">                 0x000000000000000000000000000000000000000 \</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">                 0x000000000000000000000000000000000000000 \</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">                 0x0000000000000000000000000000 \</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">     | HOST_NONCE 0x0 \</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">     | HOST_KEY_POINT 0x0</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">| PK | 0x00000000000000000000000000000000 ; v1</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">| PK | 0x00000000000000000000000000000000 ; v3</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">| PK | 0x00000000000000000000000000000000 ; v4</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">| PK | 0x00000000000000000000000000000000 ; v6-8</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">| PK | 0x00000000000000000000000000000000 ; v9</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">| PK | 0x00000000000000000000000000000000 ; v10</span><br style="font-family:courier new,monospace">

<br>See here for reference: <a href="http://git.videolan.org/?p=libaacs.git;a=blob_plain;f=KEYDB.cfg;hb=HEAD" target="_blank">http://git.videolan.org/?p=libaacs.git;a=blob_plain;f=KEYDB.cfg;hb=HEAD</a><br>