• 1
  • 279
  • 280
  • 281(current)
  • 282
  • 283
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
Hi Milhouse, am having an issue running a VNC server - TigerVNC on my LibreElec, seems to be two libraries missing, as per below? (This has worked previously for me)

LibreELEC:~/.kodi/addons/service.tigervnc/bin # ./tigervnc.start
x0vncserver: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory

LibreELEC:~/.kodi/addons/service.tigervnc/bin # cat tigervnc.start
#!/bin/sh

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright © 2016-present Team LibreELEC (https://libreelec.tv)

. /etc/profile
oe_setup_addon service.tigervnc

if [ ! -f "$ADDON_HOME/passwd" ]
then
  cp "$ADDON_DIR/config/passwd" "$ADDON_HOME/passwd"
fi

x0vncserver -PasswordFile="$ADDON_HOME/passwd" -rfbport="$vnc_port"

LibreELEC:~/.kodi/addons/service.tigervnc/bin # which x0vncserver
/storage/.kodi/addons/service.tigervnc/bin/x0vncserver

LibreELEC:~/.kodi/addons/service.tigervnc/bin # ldd /storage/.kodi/addons/service.tigervnc/bin/x0vncserver
        linux-vdso.so.1 (0x00007ffd4c0fe000)
        libXtst.so.6 => not found
        libXdamage.so.1 => not found

        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f849d21d000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f849d209000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f849d1e8000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f849d065000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f849d04b000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f849ce96000)
        libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f849ce8f000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f849d34b000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f849cd10000)

LibreELEC:~/.kodi/addons/service.tigervnc/bin # uname -a
Linux LibreELEC 4.18.4 #1 SMP Wed Aug 22 22:57:12 BST 2018 x86_64 GNU/Linux

LibreELEC:~/.kodi/addons/service.tigervnc/bin # lsb_release
LibreELEC (Milhouse): devel-20180822225356-#0822-gb56a1af [Build #0822]

Can these libraries, libXtst.so.6 & libXdamage.so.1 be added to a future build?

Many thanks again for your continued support.

Rgds
(2018-08-23, 17:09)paulski999 Wrote: Can these libraries, libXtst.so.6 & libXdamage.so.1 be added to a future build?

This is a problem with the addon, can you open a thread on the LibreELEC forum?

Edit: I see you have already... https://forum.libreelec.tv/thread/13036-...#post97860
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-08-23, 10:53)porkchop999 Wrote: Out of interest do you have sync playback to display on?
 no sync playback is not enabled.
Ok thanks again...
(2018-08-23, 18:43)Milhouse Wrote:
(2018-08-23, 17:09)paulski999 Wrote: Can these libraries, libXtst.so.6 & libXdamage.so.1 be added to a future build?

This is a problem with the addon, can you open a thread on the LibreELEC forum?

Edit: I see you have already... https://forum.libreelec.tv/thread/13036-...#post97860  
See https://forum.libreelec.tv/thread/13036-...#post97860 for update on how to fix. Thanks to Milhouse once again...
New LibreELEC.tv Leia build #0823: Generic
(Supercedes previous build)

SHA256 Checksum: 331003d78792e13744b3d33d056841c45de9747bad43568e16df664f9c79dbd1 (Generic)

text:
# uname -a
Linux NUC 4.18.4 #1 SMP Thu Aug 23 22:38:01 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180823222245-#0823-gb56a1af [Build #0823]

# Kodi version
(18.0-BETA1 Git:1cbdec1a78a35985d8959a3f43dbb3c5b0db6f7f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (b56a1af, changelog) and tip of XBMC master (964e573, changelog) with the following modifications: Build Highlights:
  1. [videoplayer] Fix dvd resume, mouse selection in disc menus, caching in menus
Build Details:
  1. XBMC:
    • [windowing][vp] Fix mouse selection in disc menus. (PR:14338, 1 commit, 1 file changed)
    • [videoplayer] Fix dvd resume (PR:14343, 2 commits, 5 files changed)
    • [videoplayer] Always report "not caching" while browsing disc menus. (PR:14340, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2909 (perma): kodi: next (Sept || kodi bump)
    • Added: [env] PR:2914 (perma): Fix compilation issues with glibc 2.28 on host
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
I am on build #0822

Why do I always get "Installation Failed" when installing the skins Estuary Mod V2 or Aeon Nox Silvo Mod Leia?
(2018-08-24, 18:07)Aquila Wrote: I am on build #0822

Why do I always get "Installation Failed" when installing the skins Estuary Mod V2 or Aeon Nox Silvo Mod Leia?
Without a debug log (wiki) that includes you trying to install the skin, nobody knows.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Leia build #0824: Generic
(Supercedes previous build)

SHA256 Checksum: c7851dfaae272782a5db16e5ac1f9ac25fb6faa25afded0c33e72082ed0dd214 (Generic)

text:
# uname -a
Linux NUC 4.18.5 #1 SMP Fri Aug 24 21:06:52 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180824210517-#0824-gae62e44 [Build #0824]

# Kodi version
(18.0-BETA1 Git:1cbdec1a78a35985d8959a3f43dbb3c5b0db6f7f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (ae62e44, changelog) and tip of XBMC master (6854871, changelog) with the following modifications: Build Highlights:
  1. New 4.18.5 kernel
  2. linux: fix Module.symvers generation
  3. Update samba-4.8.5, mesa-18.1.7
  4. VideoPlayer: VDPAU - whitelist AV_PIX_FMT_YUVJ420P
  5. [pvr][guiinfo][guilib][estuary] PVR timeshift GUI v2.
Build Details:
  1. LibreELEC.tv:
    • Fix compilation issues with glibc 2.28 on host (PR:2914, 4 commits, 4 files changed)
  2. XBMC:
    • VideoPlayer: VDPAU - whitelist AV_PIX_FMT_YUVJ420P (PR:14346, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2908 (perma): linux (Generic): update to linux-4.18.5
    • Added: [env] PR:2915 (perma): linux: fix Module.symvers generation
    • Added: [env] PR:2919 (perma): samba: update to samba-4.8.5
    • Added: [env] PR:2920 (perma): mesa: update to mesa-18.1.7
    • Added: [pkg] PR:14316 (perma): [pvr][guiinfo][guilib][estuary] PVR timeshift GUI v2.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Hi @Milhouse, it's me again and don't worry I'm not here because of any issues (everything is running as it should).

I have a question about the DRM situation with Amazon Prime, Netflix and the like, more like an understanding issue on my end.

As far as I understand it we don't get the 1080p and higher streams anymore because of the DRM Amazon and the like use and that it partially has to do with OpenGL.
Now I remember that earler this year (I believe it was in March) a new Vulkan version was announced that added a way to display such content.

(Really hope I didn't mix up anything so far)

I'm sure it would be a lot of work to add vulkan 1.1 to your builds, that's not what I'm asking for.
What I'm asking for is if it is correct that we would be able get the protected 1080p and higher streams again with vulkan 1.1.
For reference: Vulkan-1-1-Presentation_Mar18.pdf (3rd slide from the bottom)

Thanks in advance for clarifying things (again)
And keep up your good work (the #08XX builds are the best so far on my HTPC)
(2018-08-25, 01:52)UrushibaraRuka Wrote: As far as I understand it we don't get the 1080p and higher streams anymore because of the DRM Amazon and the like use and that it partially has to do with OpenGL.
I'm pretty sure that OpenGL or Vulcan has nothing to do with Netflix/Amazon DRM limitations, as you can already view 1080p Netflix/Amazon streams with OpenGL today. The most common limitation is that of your CPU as the Netflix/Amazon DRM streams need to be software decoded - a weak CPU may only manage 720p, and stutter with 1080p or higher.

These are my inputstream.adaptive settings, and I'm able to view 1080p without a problem (the 4K HEVC option in the Netflix add-on is disabled as it causes the temperature on my Skylake i5 NUC CPU to go through the roof):

Image

Maybe this comment on github is relevant: https://github.com/asciidisco/plugin.vid...-414315046:
Quote:inputstream.adaptive will by default not let you play a stream with a resolution larger than your active display resolution. If your display is running below 1920x1080, enable Ignore display resolution in the inputstream.adaptive settings.

If you have further problems viewing Netflix or Amazon content, I'd suggest contacting the relevant developers on their github.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Have an interesting problem. Running a gemini lake n5000. Everything works as expected until I discovered last night Xvid files have playback issues with stuttering and audio sync.

So I went to grab a debug log and guess what? When the overlay is up the stuttering is gone so I'm not sure the log catches much but here it is: http://ix.io/1laT
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
There is no xvid video playing in your log, but 720x404 video playing at 3840x2160@60 hz. Does it also stutter if you change the resolution before hand to 1920x1080?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
My remote stopped working properly in version #0819 and higher.
It is a remote with a air mouse and on #0819 and higher the mouse pointer show up on the middel of the screen when it is disabled on the remote. 
Every time I move the remote the navigation tries to move to the mouse pointer on the middel of the screen.
I have a Beworth T3 remote from https://www.aliexpress.com/item/Newest-F...4c4dIXi4FE
(2018-08-25, 10:40)fritsch Wrote: There is no xvid video playing in your log, but 720x404 video playing at 3840x2160@60 hz. Does it also stutter if you change the resolution before hand to 1920x1080?

Hah, I can’t believe that was it. Thanks Fritsch!
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
  • 1
  • 279
  • 280
  • 281(current)
  • 282
  • 283
  • 355

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24