Kodi Community Forum
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-01-14

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Catscrash - 2018-01-14

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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-14

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-01-14

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-14

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Catscrash - 2018-01-14

mh, I don't think so, but it helped anyway, thanks! Maybe I did do some test some time ago. Anyway it's solved :-)


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-15

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.



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-01-15

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


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-01-15

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-01-15

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2018-01-15

(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.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-01-15

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?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-15

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.



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-16

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)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-16

(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.