<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 17, 2013 at 9:47 AM, Daniel Di Giacomo <span dir="ltr"><<a href="mailto:lists@dadigi.com" target="_blank">lists@dadigi.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Am 15.11.2013 19:43, schrieb HP-mini:<br>
<div class="im">> Configuring makemkv: - involves compiling, make install etc. -<br>
> Comes with good instructions. - Minor complications if you build Qt<br>
> from source. - I do not know if the trial/beta version of makemkv<br>
> libmmbd works. Probably does but the expire/re-download/rebuild<br>
> cycle happens right when you (SWMBO) wants to watch something..<br>
<br>
</div>I use MakeMKV for a long time to create mkv-Containers from my BDs and<br>
it practically never fails to to this.<br>
Installed the current version 1.8.6 yesterday.<br>
I had to install libavutils-dev in addtion to the documented<br>
prerequisites.<br>
You may also want to download the dtsdecoderdll.dll (see<br>
<a href="http://www.makemkv.com/dtshd/" target="_blank">http://www.makemkv.com/dtshd/</a>)<br>
<div class="im"><br>
><br>
> Symlinks: - easy. check where your original libs are ../usr/lib/ or<br>
> /usr/local/lib/ - "sudo ldconfig" could be needed, harmless<br>
> anyway.<br>
<br>
</div>On my 64-bit Xubuntu-System I had to create the symlinks in<br>
/usr/lib/x86_64-linux-gnu to get vlc to work with libmmbd.<br>
In vlc I have no BD-menu and I can't jump between chapters.<br>
I was able to play the main-movie from my "Iron Sky"-BD (AACS MKB 32),<br>
but had no luck with "Inception" (couldn't find the main-movie just<br>
trailers - unsupported BD-J-titles?).<br>
"Baraka" (AACS MKB 9) didn't play at all.<br>
After some more testing vlc refuses to play BDs completely.<br>
<div class="im"><br>
> MythTV playback: - requires a fixed filesystem mountpoint<br>
<br>
</div>What does this mean? In my case mythfrontend tries to open the device<br>
directly (/dev/sr0) and fails while trying to read an DVD:<br>
<br>
2013-11-17 14:03:41.541122 D Media Event: /dev/sr0 - 7<br>
libdvdnav: Using dvdnav version svnR1251<br>
libdvdread: Using libdvdcss version 1.2.12 for DVD access<br>
2013-11-17 14:04:01.062407 I DVDInfo: Trying dvd://dev/sr0<br>
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed<br>
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed<br>
libdvdread: Can't open file VIDEO_TS.IFO.<br>
libdvdnav: vm: failed to read VIDEO_TS.IFO<br>
2013-11-17 14:04:05.665963 E DVDInfo: Öffnen des Geräts bei /dev/sr0<br>
fehlgeschlagen<br>
2013-11-17 14:04:05.666012 I DVDInfo: Finishing.<br>
<br>
What am I missing here?<br>
- --<br>
Regards<br>
Daniel<br><br></blockquote></div><br></div><div class="gmail_extra">
        
        
        
<p style="margin-bottom:0in">I had to mess about with a UDEV rule to
have my BD reader mounted in a static dir instead of
/media/<DiskLabel>.</p><p style="margin-bottom:0in"><br></p>
<p style="margin-bottom:0in">The file to mess with in xbuntu would
be “/etc/udev/rules.d/70-persistent-cd.rules”</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">The line I added to that file looks
like this, for my system. For reference:</p>
<p style="margin-bottom:0in">SUBSYSTEM=="block",
ENV{ID_CDROM}=="?*",
ENV{ID_SERIAL}=="PIONEER_BD-RW_BDR-207_FFFFEEF0BD0FFDF011153FF-0:0",
ENV{ID_FS_TYPE}=="udf", SYMLINK+="bdr1",
ENV{GENERATED}="1", ENV{ID_FS_LABEL_ENC}="bdreader"</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">The values of ENV{ID_SERIAL}, SYMLINK
and ENV{ID_FS_LABEL_ENC} should reflect your BD readers name/serial
and the directory's of your choosing, of course.</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">Then set Mythtv to use that Dir
instead.
</p>
<p style="margin-bottom:0in"><br>
</p>
<p style="margin-bottom:0in">Hope that of some help.</p><p style="margin-bottom:0in"><br></p><p style="margin-bottom:0in">Kris.</p></div></div>