<div dir="ltr">Petri, quick question,<div><br></div><div>Is it possible to disable the resume feature without breaking the cache and persistent storage?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 1, 2021 at 3:00 PM Vitor Dall'Acqua <<a href="mailto:veggav@gmail.com">veggav@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">My ideas to fix hdr didn't work out as expected. <div><br></div><div>So, I'm releasing everything:</div><div><a href="https://forum.kodi.tv/showthread.php?tid=360250" target="_blank">https://forum.kodi.tv/showthread.php?tid=360250</a><br></div><div><br></div><div>Thanked you, Petri and Shaya in the release thread. If you guys don't want your name there, please, let me know and I remove it. </div><div>But I'm trully grateful by the help you two gave to this. </div><div><br></div><div>So, changes made to Kodi:</div><div><a href="https://github.com/fandangos/Kodi-HDR-Edition/commit/c2320a06c727eac77a0d8f7ecc498537d1c5bf0a" target="_blank">https://github.com/fandangos/Kodi-HDR-Edition/commit/c2320a06c727eac77a0d8f7ecc498537d1c5bf0a</a><br></div><div><br></div><div>Changes made to libbluray:</div><div><a href="https://github.com/Fandangos/libbluray/" target="_blank">https://github.com/Fandangos/libbluray/</a><br></div><div><br></div><div>Changes made to OpenJDK:</div><div><a href="https://github.com/fandangos/openjdk-multiarch-jdk8u" target="_blank">https://github.com/fandangos/openjdk-multiarch-jdk8u</a><br></div><div><br></div><div>The addon for Kodi to work and pre compiled libs:</div><div><a href="https://github.com/fandangos/JRE-Kodi-Android/" target="_blank">https://github.com/fandangos/JRE-Kodi-Android/</a><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 1, 2021 at 8:10 AM Vitor Dall'Acqua <<a href="mailto:veggav@gmail.com" target="_blank">veggav@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Only the m2ts demuxer that might be missing a few bytes and causing the decoder to fail.<div dir="auto"><br></div><div dir="auto">I have an idea to fix HDR menu itens that I'll test today.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 1, 2021, 7:56 AM Petri Hintukainen <<a href="mailto:phintuka@users.sourceforge.net" target="_blank">phintuka@users.sourceforge.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">su, 2021-01-31 kello 14:52 -0300, Vitor Dall'Acqua kirjoitti:<br>
> Ok, while I work on why it's not rendering the menu in HDR..<br>
> Petri, libnet.so that needs to be loaded before libjvm.so I have to<br>
> pack it with Kodi (while it is already inside JAVA_HOME) <br>
> <br>
> I'm loading it like this:<br>
> <br>
> static const char         libnet[]  = "libnet";<br>
>     dl_dlopen(libnet, NULL);<br>
> <br>
> how do I write in C to load it but load from inside<br>
> JAVA_HOME/lib/aarch64/ ?<br>
<br>
You need full absolute path. Something like<br>
static const char libnet[] = JAVA_HOME "/lib/aarch64/libnet";<br>
<br>
<br>
I've updated JRE image (with OpenBSD libnet fix), it shouldn't need any<br>
libs preloaded anymore.<br>
<br>
What other changes there are left in libbluray ?<br>
<br>
_______________________________________________<br>
libbluray-devel mailing list<br>
<a href="mailto:libbluray-devel@videolan.org" rel="noreferrer" target="_blank">libbluray-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/libbluray-devel" rel="noreferrer noreferrer" target="_blank">https://mailman.videolan.org/listinfo/libbluray-devel</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>