Posts by AZukr

    AZukr make sure you have appropriate refresh rate set. If it set to 30 Hz, then yes, microstutters will be noticeable. At 60 Hz it should not be really noticeable. Best way to avoid them altogether is to have refresh rate set to multiple of fps (there is option to set this automatically before playback), but that's not always possible. Note that comparison to legacy RPi2 means nothing to me, whole playback stack has nothing in common with H6.

    I am talking about movies with 24 frames per second refresh rate. My TV natively supports this refresh rate, and in Kodi I have set option for

    Adjust Display Refresh Rate for video player. For some reason movies have noticeable microstutters

    AZukr How much memory your OPi3 has? 1 GiB?

    It seems that H6 must have at least 2 GiB to work properly. I have 2 H6 boards with 3 GiB and I didn't observe any crashes. I got report that OPi3 with 2 GiB of RAM works ok too, but my OPi3 with 1 GiB of RAM occasionally crashes too. However, I can't make it crash reliably. it's always different combination of videos. Anyway, this is not Kodi issue but something either in driver, ffmpeg or both. I'll take a look into that.

    mike2002 No idea. What is frozen exactly? Only Kodi? Is it possible to connect to ssh? If so, try to restart Kodi with systemctl restart kodi and see if that helps.

    Looks like 2 Gb RAM

    egrep 'MemTotal|MemFree|MemAvailable' /proc/meminfo

    MemTotal: 1971492 kB

    MemFree: 1691120 kB

    MemAvailable: 1718688 kB

    Interestingly, that Youtube works fine, no freezes, no reboot, while playing local files leads to kodi restarts

    I have installed latest nightly on Orange Pi 3, installed Youtube plugin - works fine, but when I tried to enter to the files, LE just reset and restart.

    ############## kodi CRASH LOG ###############

    ################ SYSTEM INFO ################

    Date: Wed Feb 17 15:13:49 EET 2021

    kodi Options: --standalone -fs

    Arch: aarch64

    Kernel: Linux 5.10.11 #1 SMP PREEMPT Wed Feb 17 07:42:54 CET 2021

    Release: LibreELEC nightly-20210217-9a3ba92

    ############## END SYSTEM INFO ##############

    ############### STACK TRACE #################

    =====> Core file: /storage/.cache/cores/core.!usr!lib!kodi!kodi.bin.1613567627.3702

    =========================================

    [New LWP 3702]

    [New LWP 3728]

    [New LWP 3727]

    [New LWP 3709]

    [New LWP 3729]

    [New LWP 3714]

    [New LWP 3734]

    [New LWP 3719]

    [New LWP 3736]

    [New LWP 3757]

    [New LWP 3741]

    [New LWP 3716]

    [New LWP 3715]

    [New LWP 3725]

    [New LWP 3711]

    [New LWP 3712]

    [New LWP 3759]

    [New LWP 3723]

    [New LWP 3721]

    [New LWP 3706]

    [New LWP 3732]

    [New LWP 3731]

    [New LWP 3707]

    [New LWP 3738]

    [New LWP 3703]

    [New LWP 3717]

    [New LWP 3742]

    [New LWP 3724]

    [New LWP 3726]

    [New LWP 3730]

    [New LWP 3735]

    [New LWP 3737]

    [New LWP 3758]

    [New LWP 3708]

    [New LWP 3705]

    [New LWP 3720]

    [Thread debugging using libthread_db enabled]

    Using host libthread_db library "/usr/lib/libthread_db.so.1".

    Core was generated by `/usr/lib/kodi/kodi.bin --standalone -fs'.

    Program terminated with signal SIGILL, Illegal instruction.

    #0 0x004c0cec in CVideoDatabase::GetScraperForPath(std::string const&, VIDEO::SScanSettings&, bool&) ()

    [Current thread is 1 (Thread 0xf3665010 (LWP 3702))]


    Also, when I trying to play video from attached NFS storage (I have opened files fron Yatse), Kodi again restarted


    But look like this is a Kodi issue itself as LE not restarted

    Hi!

    I am trying to build mpd with icu support

    meson file contains restriction

    icu_dep = dependency('icu-i18n', version: '>= 50', required: get_option('icu'))

    conf.set('HAVE_ICU', icu_dep.found())

    I have tried to add icu-18n to package.mk

    PKG_DEPENDS_TARGET="toolchain alsa-lib avahi boоst curl faad2 ffmpeg flac glib lame libcdio libiconv libid3tag \

    libmad libmpdclient libsamplerate libvorbis libnfs libogg mpd-mpc opus pulseaudio samba yajl libgcrypt icu-18n"

    but got an exception

    Exception: Invalid package reference: dependency icu-18n in package mympd::PKG_DEPENDS_TARGET is not valid

    Please advice how to add this dependency

    I am trying to downport mpd version 0.22.3 to LibreELEC 9.2.6

    1. pull LibreELEC sources

    2. Switched to 9.2.6

    3. Build with PROJECT=RPi DEVICE=RPi2 ARCH=arm scripts/create_addon mpd - Fine

    4. Changed packages/addons/service/mpd/package.mk to version from master package.mk

    5. Rebuild - failed with error

    Ubuntu 18.04

    Please advice how to tune config for proper build

    Thanks jernej

    So, I should pick latest Armbian sources and apply LibreELEC.tv/projects/Allwinner/patches/linux at master · LibreELEC/LibreELEC.tv · GitHub

    About ffmpeg - I can assume that I should use LibreELEC.tv/packages/multimedia/ffmpeg/patches at master · LibreELEC/LibreELEC.tv · GitHub

    Am I correct?

    Another issue with SSL - Kaster screensaver can not download pictures from google

    Error Contents: HTTPSConnectionPool( host='lh6.googleusercontent.com', port=443): Max retries exceeded with url: /-9- 6Sd41GxEQ/U0MR8Gvqf4I/AAAAAAAJRB0/9fYITnA4fQk/s1920-w1920-h1080-c/A%2BSunset%2Bo n%2Ba%2BTexas%2BFarm.jpg (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NU MBER] wrong version number (_ssl.c:1076)')))

    Looks like something wrong with certificates