<div class="gmail_quote">On Thu, Apr 28, 2011 at 3:16 PM, Robert McNamara <span dir="ltr"><<a href="mailto:robert.mcnamara@gmail.com">robert.mcnamara@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Thu, Apr 28, 2011 at 1:52 AM, Mark <<a href="mailto:markg85@gmail.com">markg85@gmail.com</a>> wrote:<br>
> I'm kinda confused now.. on the libarchive page<br>
> (<a href="http://code.google.com/p/libarchive/" target="_blank">http://code.google.com/p/libarchive/</a>) it says:<br>
> "Reads a variety of formats, including tar, pax, cpio, zip, xar, lha, ar,<br>
> cab, mtree, and ISO images."<br>
<br>
</div>ISO isn't UDF.  ISO is a disk image.  UDF is a filesystem.  An ISO of<br>
a DVD or Blu-ray would contain a UDF filesystem. An ISO of a CD-ROM<br>
would contain an ISO9660 filesystem.<br></blockquote><div><br></div><div>Thanx, i didn't know that. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
> Yet there is also a open issue to add<br>
> UDF: <a href="http://code.google.com/p/libarchive/issues/detail?id=27" target="_blank">http://code.google.com/p/libarchive/issues/detail?id=27</a> so i'm not<br>
> quite getting what is and isn't supported there.<br>
<br>
</div>What is not supported is the UDF filesystem in ISO.<br>
<div class="im"><br>
> ... So, there is ISO support in libarchive already which (yet again) leads<br>
> me to ask: is libarchive going to be supported in libbluray?<br>
<br>
</div>Which leads us to answer (yet again), that libbluray<br>
shouldn't/wouldn't support libarchive.  The player/ripper/etc.<br>
application would support libarchive (once someone added UDF<br>
filesystem support) and libbluray both, giving it support for Blu-ray<br>
ISOs.<br></blockquote><div>Now that is interesting. I came here since i requested the same thing on the mplayer list. They told me to ask it in the libbluray list since (according to them)  it would only be supported that way. They won't add support for it.</div>

<div><br></div><div>This is for cases when you play a blu-ray like so:</div><div>mplayer br:// -bluray-device /path/to/filename.iso</div><div><br></div><div>And if you run the line above (with an existing path) you get this error:</div>

<div><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div><div>--------------------------------</div><div>Playing br://.</div><div>get_path('sub/') -> '/home/mark/.mplayer/sub/'</div>

<div>libbluray/bdnav/index_parse.c:157: indx_parse(): error opening filename.iso/BDMV/index.bdmv</div><div>libbluray/bluray.c:1448: nav_get_title_list(filename.iso) failed (0x1b82120)</div><div>Can't find any Blu-ray-compatible title here.</div>

<div>No stream found to handle url br://</div><div><br></div><div>vo: x11 uninit called but X11 not initialized..</div><div><br></div><div>Exiting... (End of file)</div></div><div>--------------------------------</div></span></div>

<div><br></div><div>So now i'm confused.. Please just explain what has to happen to let:</div><div>mplayer br:// -bluray-device /path/to/filename.iso</div><div>play the iso just like :</div>mplayer dvd://1 -dvd-device /path/to/filename.iso<div>

currently works for dvd's!</div><div><br></div><div>Or am i in a "endless loop" meaning mplayer points me to libbluray and libbluray points me to mplayer thus we go nowhere whatever hapens in libarchive? </div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888"><br>
Robert<br>
</font><br>
PS, you probably shouldn't top-post on this or any other list.<br>
<div><div></div><div class="h5"><br>
</div></div></blockquote></div>Sorry, i usually do bottom or inline posting.