-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support playing of UHD BDs #16
Comments
On what image do you use this plugin? |
openATV 6.0 |
I have also same in Egami |
not working this plugin in UHD |
Or you can play some of the .m2ts files (try the largest) in the enigma2 movie player? Does your bluray folder structure match the standard? |
Yes, the plain .m2ts files themselves can be played. |
Can you show log from enigma2? |
Sorry, my log doesn't show any entries... do I have to enable some kind of debugging for this? |
I do not know how it is on openATV 6.0, but I assume that you need to specify a greater enigma debug level: https://wiki.openpli.org/Tips_and_Tweaks#Debugging_Enigma |
So it seems to be the index ID...? 17:42:06.0107 skin.py:1110 readSkin [SKIN] Parsing embedded skin <embedded-in-'BlurayMain'> |
Looks like that. |
OpenATV 6.2 (which I have currently) uses libbluray - v0.9.3+git2490+efcde25-r0 - which is indeed quite old and doesn't seem to support this. Any idea on how I can get a newer one (besides compiling it myself)? |
What receiver with which architecture do you use? |
Installation seems to be no problem... |
...but duh, the box crashes upon starting the plugin... |
First error claims libbluray.so.1 is missing - if I replace it with a link to the new libbluray, the plugin starts and I can open the UHD folder, but then I get a crash again: 16:26:44.1200 { } skin.py:1110 readSkin [SKIN] Parsing embedded skin <embedded-in-'BlurayMain'> |
It seems to plugin need compile with this library support. |
Hm, there seems to be some hard-coding in the OE bitbake recipe for libbluray (from you?) which leads to libbluray-0.9.3 still being used. After removing this and making a new OpenATV 6.1 image I get libbluray-1.0.2 now, but I still get the error mentioned above. But the reason seems to be different now: [blurayinfo] Failed to open:/media/hdd/discs/Kathia Zubin/ Sounds somewhat unspecific, though. |
Any news in this issue? |
Do you use the plugin from your image feed? |
Yes, but changed it as described above to get the higher version you recommended. Unfortunately I have no idea why the bitbake recipe is modified in a way that only version 0.9.3 is used. After changing, 1.0.2 compiles fine without errors. |
i have the same problem. |
Do I understand you correctly? If you think that the plugin from feed uses an old libbluray, then you need to ask your developer to update plugin version after the libbluray update. |
No i use 6.2 from the feed and tried the 1.02 libbluray from the download linked at the readme of this plugin from here: http://taapat.ho.ua/enigma2-plugin-blurayplayer/). The arm Version installs fine but after that if i try to open the Bluray player and enigma2 shows a bluscreen and reboots the receiver. So is there anyone out there who could compile the libbluray for enigma2 with support for the AX 4K HD51? Would really appreciate that because i don't know how to compile it for myself :( If that's important: I only have the problem when i try to load/play a UHD Bluray iso (I'ts a complete rip so everything that would be included on the disk is included there too. So please help me because got a new tv with UHD support and want to play my UHD Disks but i don't own a Hardware bluray player except Xbox One and PS4 but they both don't support UHD, only Xbox One S and x and the new PS4 slim and pro support UHD :( |
I did just what you described (installed toolchain for compiling OpenATV 6.1 from scratch, changed BB recipe so not libbluray 0.9.3 but 1.0.2 gets compiled/installed) - but when trying to load a UHD BD I get the following error. [blurayinfo] getTitles: error in parse! |
Yes, sounds somewhat unspecific, though. |
Currently this doesn't seem to work... If I open a folder with a UHD-BD (ripped with DeUHD), I get message "Fehler beim Lesen..." (Error while reading...) which sounds somewhat unspecific. The thumbnail shows the logo of the film though.
Tested on VU+ Solo 4K with Planet Earth II UHD (.m2ts files play correctly on PC).
The text was updated successfully, but these errors were encountered: