Hi,
Seems libbluray-1.0.0 fails to detect a UHD BD structure (contents of
"BD base dir") as such.
"bd_info" says:
---
Using libbluray version 1.0.0
index_parse.c:188: index.bdmv failed signature match: expected I
---
src/libbluray/bdj/native/bdjo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/bdj/native/bdjo.c b/src/libbluray/bdj/native/bdjo.c
index fdb7a09..51325e8 100644
--- a/src/libbluray/bdj/native/bdjo.c
+++ b/src/libbluray/bdj/native/bdjo.c
@@ -36,7 +36,7 @@
*/
Hello Dear:
I am very interested in libbluray. I tested it on an ubuntu LTS 12.01
Desktop X86 64 bit PC with j2se DBJ supported.
I compiled the how projects with :
It produced bdj_test bin,when i make install, export DISPLAY=:0.0 ,and run
./bdj_test /tmp/smb/ldhtest/180025.Fast\ And\ Furi
In bluray.h, the mpls_pl struct only has declaration but no definition.
Therefore the user can't do any meaningful processing on the returned
pointer because it's an incomplete class. While the definition of mpls_pl
struct is in "libbluray/bdnav/mpls_parse.h", the header itself also
includes anothe
Problem: When a directshow graph using libbluray first starts it gets
the "ac3" mediatype from the intro video. It then goes to the bluray
menu. The main movie is "dts". When it is selected "ASAudioHD" (or
LAVAudio) will not allow a dynamic change of its media type so the
audio fails.
Possible Solu
I've found what seems to be a bug in libbluray, where the JVM fails to get
loaded - when I try to open a Blu-ray in mpv or VLC, I get this message:
> bdj.c:457: BD-J check: Failed to load JVM library
The actual problem seems to be around line 245 in bdj.c - there's a loop
that tries to locate lib
Hi,
Commit cbb86e18b4575e06ab1237aa91c413757f8c441f breaks the build when
--disable-bdjava is passed to configure.
The patch below allows the build to complete, but you'll want to check it for
correctness.
Chris
--- libbluray-cbb86e1/src/libbluray/bluray.c~ 2016-07-29 09:59:04.663873899
+0
libbluray | branch: master | hpi1 | Fri Aug 25 09:38:10
2017 +0300| [0f19e7b8721dad6e1ff77668a09d00cb10dbfe2a] | committer: hpi1
Add org.blurayx.uhd interfaces
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=0f19e7b8721dad6e1ff77668a09d00cb10dbfe2a
---
.../java/org/blurayx/uhd/
libbluray | branch: master | René J.V. Bertin | Wed Aug
23 14:32:23 2017 +0200| [29aaa76b5e3a731bd920e0f0381f268eff63575f] | committer:
hpi1
Detect JRE (from the Java Applet plugin) on macOS
These changes allow the code to work on hosts that don't have Oracle's
JDK installed, but only the JRE