PINE64
LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs (/showthread.php?tid=5130)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Luke - 11-13-2017

Once again, thanks for the build. Just got back and had a chance to try stuff out.
Here are some issues I encountered: 

1) On first boot airplay starts (plays an infinitely long file). 
2) Mounting SMB by browsing gives me one of two errors:
* File Exists
* No Such Directory
(adding manually by entering IP works fine) 
3) Plex plugin doesn't work
4) Amazon and Netflix install fine but give me the same error when trying to play: 
*One or more items failed to play. Check log for more information. 
I looked though the log - didn't see any errors. 

Will keep on testing.


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Mrfixit2001 - 11-13-2017

Just ordered my R64 yesterday and planning to try this build when it arrives. Still fairly new to the scene and excited to see how this performs against my RPI3. Has anyone using this build tried adding emulation yet? I love retroarch on my pi and plan to fiddle with trying to get that working on this platform as well. I also plan to try the Netflix and Chromium addon. Any experience or feedback from the group would be appreciated. I'll be sure to update with my experiences.


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Luke - 11-13-2017

(11-13-2017, 11:38 AM)Mrfixit2001 Wrote: Just ordered my R64 yesterday and planning to try this build when it arrives. Still fairly new to the scene and excited to see how this performs against my RPI3. Has anyone using this build tried adding emulation yet? I love retroarch on my pi and plan to fiddle with trying to get that working on this platform as well. I also plan to try the Netflix and Chromium addon. Any experience or feedback from the group would be appreciated. I'll be sure to update with my experiences.

The performance is considerably higher than RPI 3 - in terms of computation. Then obviously storage and networking performance blow the RPI 3 out of the water  (USB 3.0 / GbE)  The Mali 450 is on par with VC4 - they are both low power/ spec.  
As for emulation, there is a proper Lakka image that was just released (do keep in mind the R64 is a new product) and an early alpha of RetroPie. I saw that you can install emulators in LibreElec too - but didn't try that. If you like Retroarch then I'm sure you'll be pleased with Lakka - for a first image on this platform its very polished.


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Raybuntu - 11-14-2017

(11-13-2017, 04:25 AM)Luke Wrote: Once again, thanks for the build. Just got back and had a chance to try stuff out.
Here are some issues I encountered: 

1) On first boot airplay starts (plays an infinitely long file). 
2) Mounting SMB by browsing gives me one of two errors:
* File Exists
* No Such Directory
(adding manually by entering IP works fine) 
3) Plex plugin doesn't work
4) Amazon and Netflix install fine but give me the same error when trying to play: 
*One or more items failed to play. Check log for more information. 
I looked though the log - didn't see any errors. 

Will keep on testing.

Thanks for the feedback. Just quick to mention your 4.) issue. That normally happens if you don't have widevine installed but you can provide a log.
The 2.) issue is also known to a SMB update and some recent changes in Windows 7/10:
https://libreelec.tv/2017/08/libreelec-krypton-v8-1-0-beta/
3.) This is probably due to Kodi 18 still being alpha. Most Addon developers don't update their code until Kodi reaches RC status. Emby is another example, but there are community driven updates. Other than that I'd recommend if you are using Plex to try kwiboo's openPHT (it that exists already)

Also I have subscribed to this Thread a couple of times but it always unsubscribes so I don't receive any email notifications on new replies. So please don't think that I've forgotten about this thread.

I'm preparing a quick update on this build. Remember this is still a pre alpha development build.

(11-11-2017, 06:20 PM)DominicP Wrote:
(11-10-2017, 04:25 AM)Raybuntu Wrote:
(11-10-2017, 03:02 AM)Luke Wrote:
(11-10-2017, 02:07 AM)Raybuntu Wrote: https://github.com/Raybuntu/LibreELEC.tv/releases/tag/rb-leia15

Nice Smile Compatible with the RockBox or just the Rock64 ?

That build will only work on Rock64. I haven't had a time to unpack my Rockbox yet.
Also I had to revert an u-boot commit by kwibbo otherwise it wouldn't boot for me on Rock64 from SD card. I have no emmc to test so it might be possible that it fails to boot from emmc.
I have tested HW decoding, Netflix, Amazon VOD and Dazn. Netflix is not that smooth 720p and up yet.
eMMC boots successfully.
UK HDTV poor decoding.
UK SDTV decoding is fine.

UK broadcast is mpeg2? mpeg2 is currently not HW decoded only SW that's why the performance is bad on HDTV.


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Luke - 11-14-2017

Raybuntu, many thanks. 

With regard to Netflix/Amazon I just followed your instructions and installed the addons: 
Code:
curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh | bash

Fully understand that its an alpha - just offering feedback Smile


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Raybuntu - 11-14-2017

(11-14-2017, 05:26 AM)Luke Wrote: Raybuntu, many thanks. 

With regard to Netflix/Amazon I just followed your instructions and installed the addons: 
Code:
curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh | bash

Fully understand that its an alpha - just offering feedback Smile

If it still doesn't work please attach a Kodi debug log and I'll have a look. Are you using a VPN by any chance? That might be causing issues as well.

pastebinit /storage/.kodi/temp/kodi.log


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Luke - 11-14-2017

(11-14-2017, 05:31 AM)Raybuntu Wrote:
(11-14-2017, 05:26 AM)Luke Wrote: Raybuntu, many thanks. 

With regard to Netflix/Amazon I just followed your instructions and installed the addons: 
Code:
curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh | bash

Fully understand that its an alpha - just offering feedback Smile

If it still doesn't work please attach a Kodi debug log and I'll have a look. Are you using a VPN by any chance? That might be causing issues as well.

pastebinit /storage/.kodi/temp/kodi.log

Not using a VPN. Will post tonight (GMT time) when I get home.


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Luke - 11-14-2017

Managed to get to it before leaving - here is the log


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Raybuntu - 11-14-2017

(11-14-2017, 07:57 AM)Luke Wrote: Managed to get to it before leaving - here is the log

Thanks. I've forwarded your log to the NF addon developers. And you can't stream from Amazon either?


EDIT: Try to logout in the Addon settings first then ssh in your box:
rm /storage/.kodi/userdata/addon_data/service.msl/*
reboot
Once rebooted log in to NF again providing your Login data. Try to play something.


RE: LibreELEC Krypton/Leia/Agile 64bit kernel 32bit libs - Luke - 11-14-2017

(11-14-2017, 08:27 AM)Raybuntu Wrote:
(11-14-2017, 07:57 AM)Luke Wrote: Managed to get to it before leaving - here is the log

Thanks. I've forwarded your log to the NF addon developers. And you can't stream from Amazon either?


EDIT: Try to logout in the Addon settings first then ssh in your box:
rm /storage/.kodi/userdata/addon_data/service.msl/*
reboot
Once rebooted log in to NF again providing your Login data. Try to play something.

Ok, tried that - doesn't make a difference. 

Here is the amazon log. Trailers on Amazon play however - also Amazon is in German, sometimes tells me 'this content is not available in your country'.