• 1
  • 275
  • 276
  • 277(current)
  • 278
  • 279
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-01-13, 20:59)smp1 Wrote:
(2018-01-06, 23:50)popcornmix Wrote:
(2018-01-06, 04:07)smp1 Wrote:  I can confirm the buffering issue with .m2ts and .ts files. The issue occur during the playback over LAN (SMB). Local playback seem to be ok. The same videos play fine if remuxed to mkv.  
Is this a recent problem in these builds? Identifying the first build with the problem would be useful.      
I identified the build that introduced this issue - #0912 
 I created a trac ticket and this is a reply from FernetMenta:
"I don't think that those linked changes are directly related to the issue. The root cause is bad performing SMB due to incorrectly set chunk size. Unlike mkv ts files have no index and demuxer has to read a lot of data at the beginning. master branch is missing: ​https://github.com/FernetMenta/kodi-agile/commit/51fd52a7ca8134f4699fc0d6ebc48db40a081170#diff-6bcbc5e72cb6f869342ecae26c6a45ff"

So I built with the above change to SMBFile.h and the issue is gone.
ok, fixed the ssh key problem, so I can log in with that now (had copied a wrong key). Doesn't fix the password issue, but good enough for me now. And if no one else is having the issue it must be something on my side with the password.
(2018-01-14, 15:14)smp1 Wrote: "I don't think that those linked changes are directly related to the issue. The root cause is bad performing SMB due to incorrectly set chunk size. Unlike mkv ts files have no index and demuxer has to read a lot of data at the beginning. master branch is missing: ​https://github.com/FernetMenta/kodi-agile/commit/51fd52a7ca8134f4699fc0d6ebc48db40a081170#diff-6bcbc5e72cb6f869342ecae26c6a45ff"

So I built with the above change to SMBFile.h and the issue is gone.

Thanks, that's good that there is a possible solution - any idea if fernet intends to push that fix to master?

Just out of interest which SMB protocol are you having problems with - have you tried SMB2 or SMB3 which should perform better (in theory) than SMB1.
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-01-14, 15:48)Milhouse Wrote: Thanks, that's good that there is a possible solution - any idea if fernet intends to push that fix to master?
I'm not sure. This is the trac ticket.
Quote:Just out of interest which SMB protocol are you having problems with - have you tried SMB2 or SMB3 which should perform better (in theory) than SMB1. 
I use SMB3 and connect to a Windows 10 (and sometimes Linux Mint 18.2) PC.
(2018-01-14, 15:16)Catscrash Wrote: ok, fixed the ssh key problem, so I can log in with that now (had copied a wrong key). Doesn't fix the password issue, but good enough for me now. And if no one else is having the issue it must be something on my side with the password.

I don't know why you are unable to login with the default libreelec password - have you tested Kodi 18 previously and changed the password? If you have changed the password then deleting /storage/.cache/shadow will restore the default password for root.
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.
mh, I don't think so, but it helped anyway, thanks! Maybe I did do some test some time ago. Anyway it's solved :-)
New LibreELEC.tv Leia build #0114: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: a043690774de283af8ed9db3b0a142b6b11494e482fb16898dd22606963c1e1b (RPi)
SHA256 Checksum: f011a873fed131a34616c76de57afb0ecf938f4ed5e56d734b1195fd667a8a8a (RPi2)

text:
# uname -a
Linux rpi512 4.14.13 #1 Sun Jan 14 21:05:16 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Jan 11 2018 19:25:00
Copyright © 2012 Broadcom
version 0deb3d4e5956807bc641565696eeace31e3903c0 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180114210355-#0114-gcd45cd6 [Build #0114]

# Kodi version
(18.0-ALPHA1 Git:138fa39). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (cd45cd6, changelog) and tip of XBMC master (79b9e48, changelog) with the following modifications: Build Highlights:
  1. Update new splash screen for v18 alpha
  2. [xbmc] Link against curl instead of using dlopen.
Build Details:
  1. LibreELEC.tv:
    • xorg-server: update to xorg-server-1.19.6 (PR:2413, 1 commit, 1 file changed)
    • moonlight: update to moonlight-4d94439 (PR:2378, 3 commits, 4 files changed)
  2. XBMC:
    • [fix] MusicDatabase Songs set real path to avoid passing MusicDB URLs to player/demuxer (PR:13357, 1 commit, 1 file changed)
    • [Estuary] fix loss of focus and navigation on the Home screen (PR:13356, 1 commit, 1 file changed)
    • paplayer: fix player times for cue sheets (PR:13363, 1 commit, 2 files changed)
    • X11: fix videosync on Intel (PR:13362, 1 commit, 1 file changed)
    • Update new splash screen for v18 alpha (3873f14)
  3. libnfs:
    • Define F_RDLCK for windows builds (PR:236, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2392 (perma): linux: update to linux-4.14.15 (-ish)
    • Added: [pkg] PR:13360 (perma): [xbmc] Link against curl instead of using dlopen.
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.
Kodi crashes with all blurays if during the playback I press "Stop". It only crashes when the playback is started via the original on-disc menu ("Show Blu-ray menu"...).

Crashlog

Update: fixed
(2018-01-14, 15:14)smp1 Wrote: So I built with the above change to SMBFile.h and the issue is gone. 

Good to know. Can you check whether a smaller value is also as good?
I think we had some issues with slow to open blurays when making the chunksize large. A compromise value would be useful to know about.
(2018-01-15, 16:31)popcornmix Wrote: I think we had some issues with slow to open blurays when making the chunksize large. A compromise value would be useful to know about. 
Built 5 images with 1024*512, 512*256, 256*128, 128*64 and 64*32 values. Tested with a bunch of .ts files and blu-rays.
1024*512, 512*256, 256*128 seem ok, didn't notice any issues. Didn't notice any difference compared to 2048*1024.
128*64 and 64*32 = unplayable .ts files.
(2018-01-15, 18:57)smp1 Wrote: 1024*512, 512*256, 256*128 seem ok, didn't notice any issues. Didn't notice any difference compared to 2048*1024.
128*64 and 64*32 = unplayable .ts files. 

Thanks. I'll include the 2048*1024 chunksize from tonight and see if any issues are reported.
We can try switching down to 256*128 if any problems are reported.
Hi, I have a question
it´s possible to change the hostname over ssh?
I change the hostname in /etc/hosts but after reboot it's back the old hostname
Must the change occour in GUI?
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
New LibreELEC.tv Leia build #0115: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 45a2285cd4457e53dc0de4d7455e1b9b7d2dc0d2b51204000e86c25ceacf4a06 (RPi)
SHA256 Checksum: e6e5457d76bc4f33caeaf605cf8140b368dcda57a3f22669c64411a3def10105 (RPi2)

text:
# uname -a
Linux rpi512 4.14.13 #1 Mon Jan 15 21:04:41 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Jan 11 2018 19:25:00
Copyright © 2012 Broadcom
version 0deb3d4e5956807bc641565696eeace31e3903c0 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180115210328-#0115-gcd45cd6 [Build #0115]

# Kodi version
(18.0-ALPHA1 Git:138fa39). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (cd45cd6, changelog) and tip of XBMC master (7acb05f, changelog) with the following modifications: Build Highlights:
  1. filesystem: set proper check size for smb (2048*1024)
  2. VideoPlayer: fix segfault when stopping bluray playback
  3. ffmpeg: hevc: Update to latest version
  4. Restore Ouya controller support
Build Details:
  1. XBMC:
    • [PVR] Add missing parental check to CPVREpgInfoTag::EpisodeName. (PR:13365, 1 commit, 4 files changed)
    • [depends] mark app_rendersystem as substitute variable (PR:13369, 2 commits, 2 files changed)
    • fix focus being lost when that was not intended (PR:13359, 1 commit, 1 file changed)
    • [wayland] Support xdg_shell stable (PR:13344, 8 commits, 13 files changed)
    • VideoPlayer: fix segfault when stopping bluray playback (PR:13370, 1 commit, 1 file changed)
    • Application: Set volume after opening file (PR:13372, 1 commit, 1 file changed)
  2. pvr.octonet:
  3. newclock5:
    • New commits in this build:
      • fixup ffmpeg patches (9abc3001)
      • filesystem: set proper check size for smb (990e23c1)
      • ffmpeg: hevc: Update to latest version (47888398)
    • Commits no longer in build:
      • Application: Set volume after opening file (0664565a)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2392 (perma): linux: update to linux-4.14.15 (-ish)
    • Updated: [pkg] PR:13360 (perma): [xbmc] Link against curl instead of using dlopen.
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.
Weekly Linux 4.15-rc8 build #0115x: RPi / RPi2

Changes:
Code:
Replace out-of-tree RTL8192CU driver with in-tree kernel driver
Packages disabled/not included:
Code:
DVB Driver Addons
Packages added/updated:
Code:
RTL8192DU
RTL8192EU
RTL8188EU
RTL8812AU
RTL8192CU (in-kernel)
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-01-15, 23:41)Aux_ Wrote: Hi, I have a question
it´s possible to change the hostname over ssh?
I change the hostname in /etc/hosts but after reboot it's back the old hostname
Must the change occour in GUI?

Change the hostname element in /storage/.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml. This settings file is loaded by the LibreELEC Settings add-on when Kodi starts and will eventually set the hostname.
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.
  • 1
  • 275
  • 276
  • 277(current)
  • 278
  • 279
  • 495

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